Update Jenkinsfile

This commit is contained in:
Oleksandr Butenko 2021-06-13 16:27:59 +03:00 committed by GitHub
parent 0004928118
commit 062540655d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -32,7 +32,7 @@ pipeline {
}
steps {
script {
docker.withRegistry('https://registry.hub.docker.com', 'docker_hub_login') {
docker.withRegistry('https://registry.hub.docker.com', 'Docker_Hub_sprientera') {
app.push("${env.BUILD_NUMBER}")
app.push("latest")
}