mirror of https://github.com/docker/docs.git
fix git url protection in jenkinsfile
This commit is contained in:
parent
b39d2ddd14
commit
900feffb4c
|
@ -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' ) {
|
||||
|
|
Loading…
Reference in New Issue