We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3983f92 commit 0fa75d6Copy full SHA for 0fa75d6
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(
@@ -752,7 +754,8 @@ pipeline {
752
754
if [[ -n "${containers}" ]]; then
753
755
docker stop ${containers}
756
- docker system prune -af --volumes || :
757
758
759
'''
760
}
761
@@ -1178,6 +1181,7 @@ EOF
1178
1181
1179
1182
1180
1183
docker system prune -f --volumes || :
1184
1185
1186
cleanWs()
1187
0 commit comments