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 a906bef commit 2b86955Copy full SHA for 2b86955
1 file changed
Jenkinsfile
@@ -74,7 +74,9 @@ pipeline {
74
fi
75
done
76
77
- docker system prune -f --volumes || : '''
+ docker system prune -f --volumes || :
78
+ docker image prune -af || :
79
+ '''
80
script{
81
env.EXIT_STATUS = ''
82
env.LS_RELEASE = sh(
@@ -762,7 +764,8 @@ pipeline {
762
764
if [[ -n "${containers}" ]]; then
763
765
docker stop ${containers}
766
- docker system prune -af --volumes || :
767
768
769
'''
770
}
771
@@ -1188,6 +1191,7 @@ EOF
1188
1191
1189
1192
1190
1193
docker system prune -f --volumes || :
1194
1195
1196
cleanWs()
1197
0 commit comments