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 375c9c7 commit 24e293bCopy full SHA for 24e293b
1 file changed
Jenkinsfile
@@ -73,7 +73,9 @@ pipeline {
73
fi
74
done
75
76
- docker system prune -f --volumes || : '''
+ docker system prune -f --volumes || :
77
+ docker image prune -af || :
78
+ '''
79
script{
80
env.EXIT_STATUS = ''
81
env.LS_RELEASE = sh(
@@ -754,7 +756,8 @@ pipeline {
754
756
if [[ -n "${containers}" ]]; then
755
757
docker stop ${containers}
758
- docker system prune -af --volumes || :
759
760
761
'''
762
}
763
@@ -1180,6 +1183,7 @@ EOF
1180
1183
1181
1184
1182
1185
docker system prune -f --volumes || :
1186
1187
1188
cleanWs()
1189
0 commit comments