Jenkinsfile

This commit is contained in:
Szabó Barnabás 2018-01-29 22:20:10 +01:00
parent 249aaf1f17
commit b993997c65

1
Jenkinsfile vendored
View file

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