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