This commit is contained in:
Jamie Curnow 2018-05-04 11:41:50 +10:00
parent b9c940efa8
commit a66c96ef1b

2
Jenkinsfile vendored
View File

@ -12,7 +12,7 @@ pipeline {
stages {
stage('Prepare') {
steps {
sh 'docker pull jc21/nginx-proxy-manager-base'
sh 'docker pull jc21/$IMAGE_NAME-base'
sh 'docker pull $DOCKER_CI_TOOLS'
}
}