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 86113a9 commit df52d09Copy full SHA for df52d09
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(
@@ -755,7 +757,8 @@ pipeline {
755
757
if [[ -n "${containers}" ]]; then
756
758
docker stop ${containers}
759
- docker system prune -af --volumes || :
760
761
762
'''
763
}
764
@@ -1181,6 +1184,7 @@ EOF
1181
1184
1182
1185
1183
1186
docker system prune -f --volumes || :
1187
1188
1189
cleanWs()
1190
0 commit comments