[12.02.20] Revert cleanup

This commit is contained in:
andyjk15 2020-02-12 21:18:42 +00:00
parent b948400e2b
commit af8b0e51ab

View File

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