Update Jenkinsfile

This commit is contained in:
Chen 2020-03-09 09:52:05 -04:00 committed by GitHub
parent a311a14e2a
commit 6fe9d6f021
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -20,7 +20,7 @@ pipeline {
stage('Deploy') {
if (env.BRANCH_NAME == 'master') {
steps {
echo 'Deploy'
echo 'Deploy.'
}
}
}