update
This commit is contained in:
parent
6332fb5dee
commit
223a3932de
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -5,7 +5,7 @@ node('Node-Dev-100163') {
|
|||||||
checkout scm
|
checkout scm
|
||||||
}
|
}
|
||||||
stage('Cleanup') {
|
stage('Cleanup') {
|
||||||
sh 'make update_tag CURR_BRANCH=${env.BRANCH_NAME}'
|
sh "make update_tag CURR_BRANCH=${env.BRANCH_NAME}"
|
||||||
sh 'make clean_up'
|
sh 'make clean_up'
|
||||||
}
|
}
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
|
Loading…
Reference in New Issue
Block a user