Skip to content

Commit 45a356b

Browse files
Branch was auto-updated.
2 parents cddf7c4 + 3a89860 commit 45a356b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Jenkinsfile_nightly

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,13 @@ withNightlyPipeline(type, product, component) {
7474
reportFiles : "index.html",
7575
reportName : "Mutation Test Report"
7676
]
77+
78+
// Authenticate Docker to hmctsprod ACR so Testcontainers can pull the Ryuk reaper
79+
// and base images via TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX. Reuses the managed
80+
// identity already established by `az login --identity` earlier in the pipeline.
81+
sh '''
82+
env AZURE_CONFIG_DIR=/opt/jenkins/.azure-nonprod az acr login --name hmctsprod
83+
'''
7784
}
7885

7986
afterAlways('fullFunctionalTest') {

0 commit comments

Comments
 (0)