From 7c55e0b6859661b51f626850eb7b3e6809f29b47 Mon Sep 17 00:00:00 2001 From: Alastair Smith Date: Mon, 4 Mar 2019 12:03:18 -0600 Subject: [PATCH] update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ) {