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 ) {