diff --git a/Jenkinsfile b/Jenkinsfile index 0acce2163..184ffacc1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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") }