Update Jenkinsfile

This commit is contained in:
dmwangt 2020-06-26 11:32:53 -04:00 committed by GitHub
parent 2072864251
commit 9bec4596db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

7
Jenkinsfile vendored
View file

@ -6,5 +6,12 @@ pipeline {
echo 'Hello world!' echo 'Hello world!'
} }
} }
stage('Stage 2') {
steps {
echo 'echo from stage 2!'
}
}
} }
} }