From d0bc43622a78247f3cb18b4789669cd2fd30d45a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Giller?= Date: Mon, 3 Sep 2018 13:28:35 +0200 Subject: [PATCH] test --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f95093eb..18d7f6fe 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,6 @@ node { stage('build image'){ - sh 'docker rmi denbicloud/cloud-portal-client' image = docker.build("denbicloud/cloud-portal-client") } stage('push image'){