diff --git a/Jenkinsfile b/Jenkinsfile index e8610fc2a..b8abb4a5e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' }