Skip to content

Commit

Permalink
Use HMCTS image registry (#1704)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-wolski authored Oct 22, 2024
1 parent 8365903 commit 1bd790e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile_nightly
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ withNightlyPipeline(type, product, component) {
}

def deleteFunctionalDbData() {
withDocker('jbergknoff/postgresql-client', "--entrypoint='' -e PGPASSWORD=${FUNC_DATABASE_PASS} -v ${WORKSPACE}/deletescript/:/deletescript") {
withDocker('hmctspublic.azurecr.io/imported/jbergknoff/postgresql-client', "--entrypoint='' -e PGPASSWORD=${FUNC_DATABASE_PASS} -v ${WORKSPACE}/deletescript/:/deletescript") {
sh "chmod +x /deletescript/delete-functional-data.sh"
sh "/deletescript/delete-functional-data.sh \
${FUNC_DATABASE_USER} \
Expand Down

0 comments on commit 1bd790e

Please sign in to comment.