Reformat
This commit is contained in:
parent
5f20bcf0be
commit
57411e6a46
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -5,10 +5,8 @@ pipeline {
|
||||
agent any
|
||||
environment {
|
||||
SERVICE = 'auto-semver'
|
||||
GITHUB_KEY = 'rbn-ops github'
|
||||
GITHUB_URL = 'git@github.com:RightBrain-Networks/auto-semver.git'
|
||||
|
||||
|
||||
//Image tag to use for self-versioning
|
||||
SELF_SEMVER_TAG = "develop"
|
||||
|
||||
@ -86,7 +84,7 @@ pipeline {
|
||||
stage('Push Version and Tag') {
|
||||
steps {
|
||||
echo "The current branch is ${env.BRANCH_NAME}."
|
||||
gitPushTags(env.GITHUB_KEY)
|
||||
gitPushTags('rbn-ops github')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user