We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d18c74e commit 4d43a06Copy full SHA for 4d43a06
Jenkinsfile
@@ -72,7 +72,9 @@ pipeline {
72
fi
73
done
74
75
- docker system prune -f --volumes || : '''
+ docker system prune -f --volumes || :
76
+ docker image prune -af || :
77
+ '''
78
script{
79
env.EXIT_STATUS = ''
80
env.LS_RELEASE = sh(
@@ -753,7 +755,8 @@ pipeline {
753
755
if [[ -n "${containers}" ]]; then
754
756
docker stop ${containers}
757
- docker system prune -af --volumes || :
758
759
760
'''
761
}
762
@@ -1179,6 +1182,7 @@ EOF
1179
1182
1180
1183
1181
1184
docker system prune -f --volumes || :
1185
1186
1187
cleanWs()
1188
0 commit comments