mirror of
https://github.com/docker/docs.git
synced 2026-03-30 15:58:53 +07:00
fix git url protection in jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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' ) {
|
||||
|
||||
Reference in New Issue
Block a user