PIPELINE: Credentials
This commit is contained in:
parent
6b4568a2be
commit
858f2fa6e1
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -6,7 +6,7 @@ pipeline {
|
|||||||
environment {
|
environment {
|
||||||
SERVICE = 'auto-semver'
|
SERVICE = 'auto-semver'
|
||||||
GITHUB_URL = 'git@github.com:RightBrain-Networks/auto-semver.git'
|
GITHUB_URL = 'git@github.com:RightBrain-Networks/auto-semver.git'
|
||||||
env.DOCKER_REGISTRY = credentials('RbnDockerRegistry')
|
DOCKER_REGISTRY = credentials('RbnDockerRegistry')
|
||||||
//Image tag to use for self-versioning
|
//Image tag to use for self-versioning
|
||||||
SELF_SEMVER_TAG = "develop"
|
SELF_SEMVER_TAG = "develop"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user