[12.02.20] Revert cleanup
This commit is contained in:
parent
b948400e2b
commit
af8b0e51ab
@ -5,7 +5,7 @@ env.APPLICATION_LABEL = 'gateways'
|
|||||||
env.GIT_BRANCH = 'master'
|
env.GIT_BRANCH = 'master'
|
||||||
env.GIT_REPOSITORY_PATH = "github.com/andyjk15/${env.APPLICATION_NAME}.git"
|
env.GIT_REPOSITORY_PATH = "github.com/andyjk15/${env.APPLICATION_NAME}.git"
|
||||||
env.GIT_REPOSITORY_URL = "https://${env.GIT_REPOSITORY_PATH}"
|
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.DOCKER_REPOSITORY = 'https://registry.cryptosky.me'
|
||||||
|
|
||||||
env.NAMESPACE = 'production'
|
env.NAMESPACE = 'production'
|
||||||
@ -84,9 +84,6 @@ try {
|
|||||||
sh "git push https://${GIT_USERNAME}:${GIT_PASSWORD}@${env.GIT_REPOSITORY_PATH} ${env.APPLICATION_VERSION}"
|
sh "git push https://${GIT_USERNAME}:${GIT_PASSWORD}@${env.GIT_REPOSITORY_PATH} ${env.APPLICATION_VERSION}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Cleanup') {
|
|
||||||
sh "docker image ls"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch ( exception ) {
|
} catch ( exception ) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user