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 8ab1f07 commit f054519Copy full SHA for f054519
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(
@@ -705,7 +707,8 @@ pipeline {
705
707
if [[ -n "${containers}" ]]; then
706
708
docker stop ${containers}
709
- docker system prune -af --volumes || :
710
711
712
'''
713
}
714
@@ -1131,6 +1134,7 @@ EOF
1131
1134
1132
1135
1133
1136
docker system prune -f --volumes || :
1137
1138
1139
cleanWs()
1140
0 commit comments