Add push version
This commit is contained in:
parent
fc649b102e
commit
b0c72e704e
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -90,6 +90,12 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Push Version and Tag') {
|
||||
steps {
|
||||
echo "The current branch is ${env.BRANCH_NAME}."
|
||||
gitPush(env.GITHUB_KEY, env.BRANCH_NAME, true)
|
||||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
always {
|
||||
|
Loading…
Reference in New Issue
Block a user