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

RDCC-6599: update URLs for Preview and AAT #698

Merged
merged 8 commits into from
Mar 29, 2023
2 changes: 1 addition & 1 deletion Jenkinsfile_CNP
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ withPipeline(type, product, component) {

env.S2S_URL_FOR_TESTS = "http://rpe-service-auth-provider-aat.service.core-compute-aat.internal"
env.IDAM_URL = "https://idam-api.aat.platform.hmcts.net"
env.TEST_URL = "http://rd-caseworker-ref-api-aat.service.core-compute-aat.internal"
env.TEST_URL = "http://rd-caseworker-ref-api-aat.aat.platform.hmcts.net"

afterSuccess('integrationTest:preview') {
steps.archiveArtifacts allowEmptyArchive: true, artifacts: '**/site/serenity/**/*'
Expand Down
4 changes: 2 additions & 2 deletions Jenkinsfile_nightly
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
properties([
pipelineTriggers([cron('21 01 * * *')]), // scheduling to trigger jenkins job
parameters([
string(name: 'URL_TO_TEST', defaultValue: 'http://rd-caseworker-ref-api-aat.service.core-compute-aat.internal', description: 'The URL you want to run these tests against'),
string(name: 'URL_TO_TEST', defaultValue: 'http://rd-caseworker-ref-api-aat.aat.platform.hmcts.net', description: 'The URL you want to run these tests against'),
string(name: 'SecurityRules',
defaultValue: 'http://raw.githubusercontent.com/hmcts/security-test-rules/master/conf/security-rules.conf',
description: 'The URL you want to run these tests against'),
Expand Down Expand Up @@ -44,7 +44,7 @@ withNightlyPipeline(type, product, component) {

env.S2S_URL_FOR_TESTS = "http://rpe-service-auth-provider-aat.service.core-compute-aat.internal"
env.IDAM_URL = "https://idam-api.aat.platform.hmcts.net"
env.TEST_URL = "http://rd-caseworker-ref-api-aat.service.core-compute-aat.internal"
env.TEST_URL = "http://rd-caseworker-ref-api-aat.aat.platform.hmcts.net"
env.Rules = params.SecurityRules
env.execution_environment = "aat"

Expand Down
3 changes: 3 additions & 0 deletions config/owasp/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ file name: launchdarkly-java-server-sdk-5.10.2.jar (shaded: org.yaml:snakeyaml:1
<packageUrl regex="true">^pkg:maven/org\.yaml/snakeyaml@.*$</packageUrl>
<cve>CVE-2022-1471</cve>
</suppress>
<suppress>
<cve>CVE-2023-20861</cve>
</suppress>
</suppressions>