Skip to content

Commit

Permalink
MAN-227 - add basic circleci file to see if github check passes
Browse files Browse the repository at this point in the history
  • Loading branch information
achimber-moj committed Jan 7, 2025
1 parent 5799121 commit e861908
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
version: 2.1

orbs:
hmpps: ministryofjustice/hmpps@9
slack: circleci/[email protected]

parameters:
alerts-slack-channel:
type: string
# Normally team specific alert channel e.g. hmpps_tech_alerts, syscon-alerts, dps_sed_alerts
# This is to avoid a general alert dumping ground that no-one then monitors
default: probation-integration-notifications

releases-slack-channel:
type: string
# Normally dps-releases for most teams / projects
default: probation-integration-notifications

node-version:
type: string
default: 20.13-browsers

jobs:
build:
executor:
name: hmpps/node
tag: << pipeline.parameters.node-version >>
steps:
- checkout
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
"type": "plain_text",
"text": "📈 Report"
},
"url": "https://ministryofjustice.github.io/hmpps-manage-a-supervision-ui/zap-report"
"url": "https://ministryofjustice.github.io/hmpps-manage-people-on-probation-ui/zap-report"
},
{
"type": "button",
Expand Down

0 comments on commit e861908

Please sign in to comment.