From b993997c6543d273617379d7d09831b705daea64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szab=C3=B3=20Barnab=C3=A1s?= Date: Mon, 29 Jan 2018 22:20:10 +0100 Subject: [PATCH] Jenkinsfile --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) 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' }