You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2020/12/06 15:24:46 UTC

[incubator-hop] 04/22: HOP-2212

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch integration-tests
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git

commit 7d6c50a9d8331d6ed47c7010da35fe8796e1e65a
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Sat Dec 5 21:14:08 2020 +0100

    HOP-2212
---
 Jenkinsfile.daily | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile.daily b/Jenkinsfile.daily
index 04579c8..0687bcb 100644
--- a/Jenkinsfile.daily
+++ b/Jenkinsfile.daily
@@ -108,8 +108,10 @@ pipeline {
             }
         }
         stage('Remove docker image'){
-            sh "docker rmi $iamgename:$BUILD_NUMBER"
-            sh "docker rmi $iamgename:latest"
+            steps {
+                sh "docker rmi $iamgename:$BUILD_NUMBER"
+                sh "docker rmi $iamgename:latest"
+            }
         }