Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
prawinkorvi authored Dec 14, 2019
1 parent 4cf50a1 commit d45a6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
}
}
}
Expand Down

0 comments on commit d45a6f0

Please sign in to comment.