Forgot steps

This commit is contained in:
Jamie Curnow 2019-02-20 11:49:28 +10:00
parent 8b73acb070
commit 356d1d4a42

6
Jenkinsfile vendored
View file

@ -14,8 +14,10 @@ pipeline {
} }
} }
stage('Build Always') { stage('Build Always') {
sh 'figlet "$BRANCH_NAME"' steps {
sh 'env' sh 'figlet "$BRANCH_NAME"'
sh 'env'
}
} }
} }
post { post {