PIPELINE: Credentials

This commit is contained in:
Layla 2019-12-19 17:21:31 -05:00
parent 6b4568a2be
commit 858f2fa6e1

2
Jenkinsfile vendored
View File

@ -6,7 +6,7 @@ pipeline {
environment {
SERVICE = 'auto-semver'
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
SELF_SEMVER_TAG = "develop"