commit | 9100c2b187dcd48efb76bc10d8518be2ceabc469 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Mar 09 14:36:57 2017 -0800 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Mar 09 14:36:57 2017 -0800 |
tree | eee091500e7894aba11abe77aa01140b14a8a9d3 | |
parent | 303bb322a578efe6ced5502a8af94bf13ea0fabf [diff] |
Cleaning partial images Change-Id: I1fb3035cef788e75483732a776823f4fd5bf56fd
diff --git a/Jenkinsfile b/Jenkinsfile index 91821c7..3cbef8a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -41,6 +41,7 @@ sh 'docker stop xos-gui' sh 'docker rm xos-gui' sh 'docker rmi xosproject/xos-gui' + sh 'docker rmi $(docker images | grep none | awk '{print $3}')' } echo "RESULT: ${currentBuild.result}" }