We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e9bf95 commit 3a2ab13Copy full SHA for 3a2ab13
1 file changed
ansible/roles/repository/templates/Jenkinsfile.j2
@@ -56,7 +56,9 @@ pipeline {
56
fi
57
done
58
59
- docker system prune -f --volumes || : '''
+ docker system prune -f --volumes || :
60
+ docker image prune -af || :
61
+ '''
62
script{
63
env.EXIT_STATUS = ''
64
env.LS_RELEASE = sh(
@@ -977,7 +979,8 @@ pipeline {
977
979
if [[ -n "${containers}" ]]; then
978
980
docker stop ${containers}
981
- docker system prune -af --volumes || :
982
983
984
'''
985
}
986
@@ -1472,6 +1475,7 @@ EOF
1472
1475
1473
1476
1474
1477
docker system prune -f --volumes || :
1478
1479
1480
cleanWs()
1481
0 commit comments