diff --git a/Jenkinsfile b/Jenkinsfile index bf46dafdf0..dba75c5997 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' ) {