[05.03.20] Pull the right image from the right repo

This commit is contained in:
andrewso 2020-03-05 18:52:29 +00:00
parent a390d07e8d
commit 982a517260

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: ${env.GIT_REPOSITORY_URL}]]])
checkout([$class: 'GitSCM', branches: [[name: 'master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[credentialsId: 'Github', url: 'https://github.com/andyjk15/spam-filter.git']]])
env.APPLICATION_VERSION = get_application_version()