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 <[email protected]> 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" + } }
