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
The following commit(s) were added to refs/heads/integration-tests by this push:
new 6f9148a HOP-2212
6f9148a is described below
commit 6f9148aecdad71922e11324a9f92cb5d67bc58f2
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"
+ }
}