Update Jenkinsfile

This commit is contained in:
Stas Bezuhlyi 2021-04-08 18:34:08 +03:00 committed by GitHub
parent 524c603075
commit 27d904196a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
Jenkinsfile vendored
View file

@ -33,7 +33,6 @@ pipeline {
}
stage('Push artifact to docker registry') {
steps {
echo 'Push docker image tu registry'
withDockerRegistry(credentialsId: 'dockerhub_id') {
sh "docker push rodley/pet-clinic:${BUILD_NUMBER}"
}