Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renovateprs #36

Merged
merged 11 commits into from
Jul 20, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
pipeline fixes
  • Loading branch information
vasudevganesanhmcts committed Jul 20, 2023
commit bd1175f0d435f5b3099ec884dda39d0b5ddd2f21
4 changes: 2 additions & 2 deletions Jenkinsfile_CNP
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ withPipeline(type, product, component) {
eval \$(./bin/variables/load-preview-environment-variables.sh ${CHANGE_ID})
./bin/add-roles.sh
./bin/pull-latest-camunda-files.sh ${camundaBranch}
./bin/import-ccd-definition.sh "-e *-prod.json,*HNL-nonprod.json,*CUI-nonprod.json,*-shuttered.json" ${ccddefbranch}
./bin/import-ccd-definition.sh "-e *-prod.json,*HNL-nonprod.json,*-shuttered.json" ${ccddefbranch}
"""
env.IDAM_API_URL = "https://idam-api.aat.platform.hmcts.net"
env.CIVIL_ORCHESTRATOR_SERVICE_URL="https://civil-orchestrator-service-pr-${CHANGE_ID}.preview.platform.hmcts.net"
Expand Down Expand Up @@ -107,7 +107,7 @@ withPipeline(type, product, component) {
sh """
eval \$(./bin/variables/load-staging-environment-variables.sh)
./bin/add-roles.sh
./bin/import-ccd-definition.sh "-e *-prod.json,*HNL-nonprod.json,*CUI-nonprod.json,*-shuttered.json" ${ccddefbranch}
./bin/import-ccd-definition.sh "-e *-prod.json,*HNL-nonprod.json,*-shuttered.json" ${ccddefbranch}
./bin/pull-latest-camunda-files.sh ${camundaBranch}
"""

Expand Down
1 change: 1 addition & 0 deletions bin/add-roles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
./bin/utils/ccd-add-role.sh "caseflags-viewer"
./bin/utils/ccd-add-role.sh "caseworker-wa-task-configuration"
./bin/utils/ccd-add-role.sh "CITIZEN-DEFENDANT-PROFILE"
./bin/utils/ccd-add-role.sh "CITIZEN-CLAIMANT-PROFILE"


roles=("solicitor" "systemupdate" "admin" "staff" "judge")
Expand Down
4 changes: 2 additions & 2 deletions charts/civil-orchestrator-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ appVersion: "1.0"
description: A Helm chart for civil-orchestrator-service App
name: civil-orchestrator-service
home: https://github.com/hmcts/civil-orchestrator-service
version: 0.0.12
version: 0.0.13
maintainers:
- name: HMCTS civil team
dependencies:
- name: java
version: 4.1.4
repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/'
- name: civil-service
version: 0.0.45
version: 0.0.46
repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/'
condition: civil-service.enabled
- name: ccd
Expand Down