Forgot steps
This commit is contained in:
parent
8b73acb070
commit
356d1d4a42
1 changed files with 4 additions and 2 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -14,10 +14,12 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build Always') {
|
stage('Build Always') {
|
||||||
|
steps {
|
||||||
sh 'figlet "$BRANCH_NAME"'
|
sh 'figlet "$BRANCH_NAME"'
|
||||||
sh 'env'
|
sh 'env'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
juxtapose event: 'success'
|
juxtapose event: 'success'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue