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 2a327bb commit 896bc96Copy full SHA for 896bc96
1 file changed
Jenkinsfile
@@ -72,7 +72,9 @@ pipeline {
72
fi
73
done
74
75
- docker system prune -f --volumes || : '''
+ docker system prune -f --volumes || :
76
+ docker image prune -af || :
77
+ '''
78
script{
79
env.EXIT_STATUS = ''
80
env.LS_RELEASE = sh(
@@ -760,7 +762,8 @@ pipeline {
760
762
if [[ -n "${containers}" ]]; then
761
763
docker stop ${containers}
764
- docker system prune -af --volumes || :
765
766
767
'''
768
}
769
@@ -1186,6 +1189,7 @@ EOF
1186
1189
1187
1190
1188
1191
docker system prune -f --volumes || :
1192
1193
1194
cleanWs()
1195
0 commit comments