Unverified Commit d45a6f04 authored by prawinkorvi's avatar prawinkorvi Committed by GitHub

Update Jenkinsfile

parent 4cf50a1a
......@@ -24,7 +24,7 @@ pipeline {
script {
def customImage = docker.build('prawinkorvi/petclinic' './docker')
docker.withRegistry('https://registry.hub.docker.com', 'dockerhub') {
customImage.push(versionnum+"."+"${env.BUILD_NUMBER}")
customImage.push("${env.BUILD_NUMBER}")
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment