From af8b0e51abca3d056ef9d43c5e83d9d501ab02fd Mon Sep 17 00:00:00 2001 From: andyjk15 Date: Wed, 12 Feb 2020 21:18:42 +0000 Subject: [PATCH] [12.02.20] Revert cleanup --- configuration/pipelines/build.groovy | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/configuration/pipelines/build.groovy b/configuration/pipelines/build.groovy index fdbd589..a8ddf02 100644 --- a/configuration/pipelines/build.groovy +++ b/configuration/pipelines/build.groovy @@ -5,7 +5,7 @@ env.APPLICATION_LABEL = 'gateways' 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' +env.GITHUB_CREDENTIALS_ID = 'Registry' env.DOCKER_REPOSITORY = 'https://registry.cryptosky.me' env.NAMESPACE = 'production' @@ -84,9 +84,6 @@ try { sh "git push https://${GIT_USERNAME}:${GIT_PASSWORD}@${env.GIT_REPOSITORY_PATH} ${env.APPLICATION_VERSION}" } } - stage('Cleanup') { - sh "docker image ls" - } } } } catch ( exception ) {