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