From 900feffb4ce8df014e30eef01423166b9ad04f87 Mon Sep 17 00:00:00 2001 From: Alastair Smith Date: Tue, 2 Apr 2019 12:23:41 -0500 Subject: [PATCH] fix git url protection in jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 744eb91abd..e1102ed1ec 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/docker.github.io.git' } } stages { stage( 'build and push stage image' ) {