update Jenkinsfile

This commit is contained in:
Alastair Smith 2019-03-04 11:58:48 -06:00
parent 9630e72df9
commit 3064785bea
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -17,7 +17,7 @@ pipeline {
expression { env.GIT_URL == 'https://github.com/docker/docs-private.git' }
}
steps {
sh 'print "Succes!"'
sh 'echo "Success!"'
}
// stages {
// stage( 'build and push image' ) {