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 243af40 commit 662d9d1Copy full SHA for 662d9d1
Jenkinsfile
@@ -70,7 +70,9 @@ pipeline {
70
fi
71
done
72
73
- docker system prune -f --volumes || : '''
+ docker system prune -f --volumes || :
74
+ docker image prune -af || :
75
+ '''
76
script{
77
env.EXIT_STATUS = ''
78
env.LS_RELEASE = sh(
@@ -749,7 +751,8 @@ pipeline {
749
751
if [[ -n "${containers}" ]]; then
750
752
docker stop ${containers}
753
- docker system prune -af --volumes || :
754
755
756
'''
757
}
758
@@ -1175,6 +1178,7 @@ EOF
1175
1178
1176
1179
1177
1180
docker system prune -f --volumes || :
1181
1182
1183
cleanWs()
1184
0 commit comments