We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72383b5 commit 990bb20Copy full SHA for 990bb20
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(
@@ -761,7 +763,8 @@ pipeline {
761
763
if [[ -n "${containers}" ]]; then
762
764
docker stop ${containers}
765
- docker system prune -af --volumes || :
766
767
768
'''
769
}
770
@@ -1187,6 +1190,7 @@ EOF
1187
1190
1188
1191
1189
1192
docker system prune -f --volumes || :
1193
1194
1195
cleanWs()
1196
0 commit comments