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 cf1a363 commit e45e5a1Copy full SHA for e45e5a1
1 file changed
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(
@@ -698,7 +700,8 @@ pipeline {
698
700
if [[ -n "${containers}" ]]; then
699
701
docker stop ${containers}
702
- docker system prune -af --volumes || :
703
704
705
'''
706
}
707
@@ -1124,6 +1127,7 @@ EOF
1124
1127
1125
1128
1126
1129
docker system prune -f --volumes || :
1130
1131
1132
cleanWs()
1133
0 commit comments