commit | b4f809706b3be7b88b0299654fd9b6b7c067fa56 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Fri Mar 10 10:56:22 2017 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Fri Mar 10 10:56:22 2017 -0800 |
tree | bb06849ad7c675281f7d5eb48077b256bacadf6a | |
parent | 059b1808ee441193811f64f00ac2b97362a4d1c5 [diff] |
Fixed cleanup Change-Id: Ib24665be3140e40384fd3f94ee42be8b580e9ad9
diff --git a/Jenkinsfile b/Jenkinsfile index fce148a..d53ff3f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -41,7 +41,6 @@ sh 'docker stop xos-gui' sh 'docker rm xos-gui' sh 'docker rmi -f xosproject/xos-gui' - sh 'docker rmi -f $(docker images -aq -f dangling=true' } echo "RESULT: ${currentBuild.result}" }