mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 00:25:50 +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') {
|
stage('Push artifact to docker registry') {
|
||||||
steps {
|
steps {
|
||||||
echo 'Push docker image tu registry'
|
|
||||||
withDockerRegistry(credentialsId: 'dockerhub_id') {
|
withDockerRegistry(credentialsId: 'dockerhub_id') {
|
||||||
sh "docker push rodley/pet-clinic:${BUILD_NUMBER}"
|
sh "docker push rodley/pet-clinic:${BUILD_NUMBER}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue