Add push version
This commit is contained in:
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 {
|
post {
|
||||||
always {
|
always {
|
||||||
|
Reference in New Issue
Block a user