mirror of https://github.com/docker/docs.git
update Jenkinsfile
This commit is contained in:
parent
9630e72df9
commit
3064785bea
|
|
@ -17,7 +17,7 @@ pipeline {
|
||||||
expression { env.GIT_URL == 'https://github.com/docker/docs-private.git' }
|
expression { env.GIT_URL == 'https://github.com/docker/docs-private.git' }
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'print "Succes!"'
|
sh 'echo "Success!"'
|
||||||
}
|
}
|
||||||
// stages {
|
// stages {
|
||||||
// stage( 'build and push image' ) {
|
// stage( 'build and push image' ) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue