fixed typo

This commit is contained in:
Maharshi Patel 2021-01-10 20:52:51 -08:00
parent 1ce8e5cf8d
commit 1231459981

2
Jenkinsfile vendored
View file

@ -43,7 +43,7 @@ pipeline {
releaseRepo: "spring-petclinic",snapshotRepo: "spring-petclinic-snapshot")
rtMavenResolver (id: "MAVEN_RESOLVER",serverId: "jenkins-artifactory-server",
releaseRepo: "spring-petclinic",snapshotRepo: "spring-petclinic-snapshot")
}
}
}
stage('build docker image') {