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 af67d3d commit aab258cCopy full SHA for aab258c
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(
@@ -685,7 +687,8 @@ pipeline {
685
687
if [[ -n "${containers}" ]]; then
686
688
docker stop ${containers}
689
- docker system prune -af --volumes || :
690
691
692
'''
693
}
694
@@ -1111,6 +1114,7 @@ EOF
1111
1114
1112
1115
1113
1116
docker system prune -f --volumes || :
1117
1118
1119
cleanWs()
1120
0 commit comments