[05.03.20] Pull the right image from the right repo

This commit is contained in:
andrewso 2020-03-05 18:48:14 +00:00
parent 7b519630a2
commit a390d07e8d

View File

@ -29,7 +29,7 @@ try {
timestamps {
node ("${env.SLAVE_LABEL}") {
stage('Initialise') {
checkout([$class: 'GitSCM', branches: [[name: 'master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[credentialsId: 'Github', url: 'https://github.com/andyjk15/price-collector.git']]])
checkout([$class: 'GitSCM', branches: [[name: 'master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[credentialsId: 'Github', url: ${env.GIT_REPOSITORY_URL}]]])
env.APPLICATION_VERSION = get_application_version()