fix git url protection in jenkinsfile

This commit is contained in:
Alastair Smith 2019-04-02 12:23:41 -05:00
parent b39d2ddd14
commit 900feffb4c
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/docker.github.io.git' }
}
stages {
stage( 'build and push stage image' ) {