Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Dtsrd 3041 (#880)
Browse files Browse the repository at this point in the history
* Delete src/main/resources/testcontainers.properties

* Update Jenkinsfile_CNP

* Update Jenkinsfile_nightly

* Update Jenkinsfile_parameterized
  • Loading branch information
lukasz-wolski authored Jul 16, 2024
1 parent c6ac0f1 commit ea9743b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Jenkinsfile_CNP
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ def vaultOverrides = [
// Configure branches to sync with master branch
def branchesToSync = ['demo', 'ithc', 'perftest']

// Var for testcontainers.org
env.TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX = "hmctspublic.azurecr.io/imported/"

withPipeline(type, product, component) {

overrideVaultEnvironments(vaultOverrides)
Expand Down
3 changes: 3 additions & 0 deletions Jenkinsfile_nightly
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ withNightlyPipeline(type, product, component) {
env.S2S_URL_FOR_TESTS = "http://rpe-service-auth-provider-aat.service.core-compute-aat.internal"
env.Rules = params.SecurityRules

// Var for testcontainers.org
env.TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX = "hmctspublic.azurecr.io/imported/"

overrideVaultEnvironments(vaultOverrides)
loadVaultSecrets(secrets)
//commented as SYNC does not have functional test cases
Expand Down
3 changes: 3 additions & 0 deletions Jenkinsfile_parameterized
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ withParameterizedPipeline(type, product, component, 'sandbox', 'sandbox') {
env.OAUTH2_REDIRECT_URI = params.OAUTH2_REDIRECT_URI_TO_TEST
env.S2S_SECRET = params.S2S_SECRET_TO_TEST

// Var for testcontainers.org
env.TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX = "hmctspublic.azurecr.io/imported/"

after('integrationTest:preview') {
steps.archiveArtifacts allowEmptyArchive: true, artifacts: '**/site/serenity/**/*'
}
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/testcontainers.properties

This file was deleted.

0 comments on commit ea9743b

Please sign in to comment.