Forgot steps
This commit is contained in:
parent
8b73acb070
commit
356d1d4a42
1 changed files with 4 additions and 2 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue