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 6c9ccef commit fab5052Copy full SHA for fab5052
1 file changed
Jenkinsfile
@@ -71,7 +71,9 @@ pipeline {
71
fi
72
done
73
74
- docker system prune -f --volumes || : '''
+ docker system prune -f --volumes || :
75
+ docker image prune -af || :
76
+ '''
77
script{
78
env.EXIT_STATUS = ''
79
env.LS_RELEASE = sh(
@@ -750,7 +752,8 @@ pipeline {
750
752
if [[ -n "${containers}" ]]; then
751
753
docker stop ${containers}
754
- docker system prune -af --volumes || :
755
756
757
'''
758
}
759
@@ -1177,6 +1180,7 @@ EOF
1177
1180
1178
1181
1179
1182
docker system prune -f --volumes || :
1183
1184
1185
cleanWs()
1186
0 commit comments