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
2c3861472a
commit
9b1b053f4a
1 changed files with 0 additions and 1 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -34,7 +34,6 @@ pipeline {
|
|||
stage('Push artifact to docker registry') {
|
||||
steps {
|
||||
script {
|
||||
#!/bin/bash -xe
|
||||
docker.withRegistry('', 'dockerhub_id') {
|
||||
dockerImage.push()
|
||||
dockerImage.push("latest")
|
||||
|
|
Loading…
Reference in a new issue