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 e2be6d2 commit 9f2739aCopy full SHA for 9f2739a
1 file changed
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(
@@ -688,7 +690,8 @@ pipeline {
688
690
if [[ -n "${containers}" ]]; then
689
691
docker stop ${containers}
692
- docker system prune -af --volumes || :
693
694
695
'''
696
}
697
@@ -1114,6 +1117,7 @@ EOF
1114
1117
1115
1118
1116
1119
docker system prune -f --volumes || :
1120
1121
1122
cleanWs()
1123
0 commit comments