mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
push to jfrog
This commit is contained in:
parent
59e475a4ca
commit
ebfb10127a
1 changed files with 3 additions and 0 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -32,6 +32,9 @@ pipeline {
|
|||
docker.withRegistry('' , 'dockerhub') {
|
||||
dockerImage.push()
|
||||
}
|
||||
docker.withRegistry('' , 'jfrog') {
|
||||
dockerImage.push()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue