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