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 45c29e1 commit d9ebf6cCopy full SHA for d9ebf6c
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(
@@ -759,7 +761,8 @@ pipeline {
759
761
if [[ -n "${containers}" ]]; then
760
762
docker stop ${containers}
763
- docker system prune -af --volumes || :
764
765
766
'''
767
}
768
@@ -1185,6 +1188,7 @@ EOF
1185
1188
1186
1189
1187
1190
docker system prune -f --volumes || :
1191
1192
1193
cleanWs()
1194
0 commit comments