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"