mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 15:55:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
524c603075
commit
27d904196a
1 changed files with 0 additions and 1 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -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}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue