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

Test cui connection #3658

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
5 changes: 3 additions & 2 deletions Jenkinsfile_CNP
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,14 @@ withPipeline("nodejs", product, component) {
afterSuccess('build') {
yarnBuilder.yarn('setup')
}

before('smoketest:preview'){
log.info env.TEST_URL
env.CLAIM_STORE_URL = "https://claim-store-cmc-citizen-frontend-pr-${CHANGE_ID}.preview.platform.hmcts.net"
env.CCD_DEFINITION_CLAIM_STORE_URL = "http://cmc-citizen-frontend-pr-${CHANGE_ID}-claim-store"
sh """
eval \$(./bin/variables/load-preview-env-variables.sh ${CHANGE_ID})
export CCD_DEFINITION_STORE_API_BASE_URL=https://ccd-definition-store-civil-citizen-ui-pr-3357.preview.platform.hmcts.net
./bin/add-roles.sh
./bin/pull-latest-ccd-defintion.sh ${ccdDefBranch}
"""
Expand Down Expand Up @@ -103,7 +104,7 @@ withPipeline("nodejs", product, component) {
env.ENVIRONMENT="aat"
loadVaultSecrets(secrets)
}

onPR {
env.ENVIRONMENT = "preview"
env.NODE_TLS_REJECT_UNAUTHORIZED = "0";
Expand Down
2 changes: 1 addition & 1 deletion charts/cmc-citizen-frontend/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: cmc-citizen-frontend
home: https://github.com/hmcts/cmc-citizen-frontend
version: 4.1.53
version: 4.1.54
description: Helm chart for the HMCTS CMC Citizen Frontend service
# be aware when bumping version that it is used elsewhere, e.g.:
# chart-cmc - demo: https://github.com/hmcts/chart-cmc/tree/master/cmc
Expand Down
2 changes: 1 addition & 1 deletion charts/cmc-citizen-frontend/values.preview.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ cmc-claim-store:
CMC_DB_USERNAME: "{{ .Values.postgresql.auth.username}}"
CMC_DB_PASSWORD: "{{ .Values.postgresql.auth.password}}"
CMC_DB_CONNECTION_OPTIONS: ''
CORE_CASE_DATA_API_URL: http://${SERVICE_NAME}-ccd-data-store-api
CORE_CASE_DATA_API_URL: https://ccd-data-store-api-civil-citizen-ui-pr-3357.preview.platform.hmcts.net
STAFF_NOTIFICATIONS_LEGAL_RECIPIENT: [email protected]
RPA_NOTIFICATIONS_LEGALSEALEDCLAIMRECIPIENT: [email protected]
RPA_NOTIFICATIONS_BREATHINGSPACERECIPIENT: [email protected]
Expand Down
Loading
Loading