Skip to content

Commit

Permalink
Use HMTS image registry (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-wolski authored Oct 22, 2024
1 parent 096af98 commit f0cd01f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile_nightly
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,12 @@ 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} \
${FUNC_DATABASE_NAME} \
${FUNC_DATABASE_HOST} \
${FUNC_DATABASE_PORT}"
}
}
}

0 comments on commit f0cd01f

Please sign in to comment.