revert push to jfrog

This commit is contained in:
Maharshi Patel 2021-01-10 12:24:39 -08:00
parent 456265250f
commit e4ee8acbac

4
Jenkinsfile vendored
View file

@ -9,7 +9,7 @@ pipeline {
/////////////////////////////////////////////////////////////////////
environment {
artifactory_url="https://petclinic.jfrog.io/artifactory"
artifactory_repo="mpatel011/spring-petclinic"
artifactory_repo="spring-petclinic"
}
/////////////////////////////////////////////////////////////////////
// END
@ -29,7 +29,7 @@ pipeline {
stage('deploy image') {
steps {
script {
docker.withRegistry('' , 'jfrog') {
docker.withRegistry('' , 'dockerhub') {
dockerImage.push()
}
}