Add push version

This commit is contained in:
Layla 2019-05-30 16:00:25 -04:00
parent fc649b102e
commit b0c72e704e

6
Jenkinsfile vendored
View File

@ -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 {