Skip to content

Commit 9b828fd

Browse files
Branch was auto-updated.
2 parents 8840e26 + b147c04 commit 9b828fd

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

Jenkinsfile_nightly

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ withNightlyPipeline(type, product, component) {
4747
env.TEST_URL = "http://rd-location-ref-data-load-aat.service.core-compute-aat.internal"
4848

4949
// Var for testcontainers.org
50-
env.TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX = "hmctspublic.azurecr.io/imported/"
50+
env.TESTCONTAINERS_HUB_IMAGE_NAME_PREFIX = "hmctsprod.azurecr.io/imported/"
5151

5252
overrideVaultEnvironments(vaultOverrides)
5353
loadVaultSecrets(secrets)

build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ plugins {
1616
group = 'uk.gov.hmcts.reform.rd'
1717
version = '0.0.1'
1818

19-
// Required by cnp-jenkins-library GradleBuilder.addVersionInfo() (:printVersionInit)
20-
tasks.register('printVersionInit') {
21-
doLast { println project.version }
22-
}
23-
2419
java {
2520
toolchain {
2621
languageVersion = JavaLanguageVersion.of(21)

0 commit comments

Comments
 (0)