Skip to content

Commit

Permalink
HAAR-223: add circleci jira integration and update dockerfile to node… (
Browse files Browse the repository at this point in the history
#24)

* HAAR-223: add circleci jira integration and update dockerfile to node:16.14-bullseye-slim

* HAAR-223: updated slack values in circleci config

* HAAR-223: updated slack values in circleci config

* HAAR-223: updated hmpps-orb version in circleci config
  • Loading branch information
simon-mitchell authored Mar 4, 2022
1 parent 682435e commit 569f570
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: 2.1

orbs:
hmpps: ministryofjustice/hmpps@3.11
slack: circleci/slack@4.4.2
hmpps: ministryofjustice/hmpps@3.14
slack: circleci/slack@4.8.3

parameters:
alerts-slack-channel:
Expand All @@ -14,7 +14,7 @@ parameters:

node-version:
type: string
default: 14.17-browsers
default: 16.14-browsers

jobs:
build:
Expand Down Expand Up @@ -156,6 +156,7 @@ workflows:
- hmpps/deploy_env:
name: deploy_dev
env: "dev"
jira_update: true
context: hmpps-common-vars
filters:
branches:
Expand All @@ -173,6 +174,8 @@ workflows:
- hmpps/deploy_env:
name: deploy_preprod
env: "preprod"
jira_update: true
jira_env_type: staging
context:
- hmpps-common-vars
- hmpps-audit-poc-ui-preprod
Expand All @@ -185,8 +188,9 @@ workflows:
- hmpps/deploy_env:
name: deploy_prod
env: "prod"
jira_update: true
jira_env_type: production
slack_notification: true
slack_channel_name: << pipeline.parameters.releases-slack-channel >>
context:
- hmpps-common-vars
- hmpps-audit-poc-ui-prod
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ARG BUILD_NUMBER
ARG GIT_REF

FROM node:14.17-buster-slim as base
FROM node:16.14-bullseye-slim as base

LABEL maintainer="HMPPS Digital Studio <[email protected]>"

Expand Down

0 comments on commit 569f570

Please sign in to comment.