mirror of https://github.com/docker/docs.git
update Jenkinsfile
This commit is contained in:
parent
5054af7c53
commit
7c55e0b685
|
|
@ -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' ) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue