Skip to content

Commit

Permalink
Merge pull request #698 from hmcts/RDCC-6599
Browse files Browse the repository at this point in the history
RDCC-6599: update URLs for Preview and AAT
  • Loading branch information
fiyin-cgi authored Mar 29, 2023
2 parents dd89df8 + 4a10ec6 commit 1b8423e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
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>

0 comments on commit 1b8423e

Please sign in to comment.