We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 350dd60 commit 462be1bCopy full SHA for 462be1b
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(
@@ -751,7 +753,8 @@ pipeline {
751
753
if [[ -n "${containers}" ]]; then
752
754
docker stop ${containers}
755
- docker system prune -af --volumes || :
756
757
758
'''
759
}
760
@@ -1177,6 +1180,7 @@ EOF
1177
1180
1178
1181
1179
1182
docker system prune -f --volumes || :
1183
1184
1185
cleanWs()
1186
0 commit comments