update Jenkinsfile

This commit is contained in:
Alastair Smith 2019-03-04 12:03:18 -06:00
parent 5054af7c53
commit 7c55e0b685
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -14,7 +14,7 @@ pipeline {
label 'ubuntu-1604-aufs-stable'
}
when {
expression { env.GIT_URL == 'https://github.com/docker/docker.github.io.git' }
expression { env.GIT_URL == 'https://github.com/docker/docs-private.git' }
}
stages {
stage( 'build and push image' ) {