Jenkinsfile

This commit is contained in:
Szabó Barnabás 2018-01-29 22:18:11 +01:00
parent 4cd9b6ecce
commit 249aaf1f17

1
Jenkinsfile vendored
View file

@ -23,6 +23,7 @@ pipeline {
stage('Create image') {
steps {
sh 'pwd'
sh 'docker build --pull -t loxon/petclinic:2.0.0 .'
sh 'docker push loxon/petclinic:2.0.0'
}