From 2cee2d52c7b5689feed208d9ae114b75fc195649 Mon Sep 17 00:00:00 2001 From: andyjk15 Date: Wed, 19 Feb 2020 17:44:02 +0000 Subject: [PATCH] [19.02.20] Github auth user --- configuration/pipelines/build.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/pipelines/build.groovy b/configuration/pipelines/build.groovy index f2171e0..57777f3 100644 --- a/configuration/pipelines/build.groovy +++ b/configuration/pipelines/build.groovy @@ -5,7 +5,7 @@ env.APPLICATION_LABEL = 'gateway' env.GIT_BRANCH = 'master' env.GIT_REPOSITORY_PATH = "github.com/andyjk15/${env.APPLICATION_NAME}.git" env.GIT_REPOSITORY_URL = "https://${env.GIT_REPOSITORY_PATH}" -env.GITHUB_CREDENTIALS_ID = 'Github Auth' +env.GITHUB_CREDENTIALS_ID = 'Github' env.DOCKER_REPOSITORY = 'registry.cryptosky.me' env.DOCKER_REPOSITORY_URL = "https://${env.DOCKER_REPOSITORY}" env.DOCKER_REPOSITORY_TCP = "tcp://${env.DOCKER_REPOSITORY}:4243"