We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7601117 commit 17b418eCopy full SHA for 17b418e
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(
@@ -683,7 +685,8 @@ pipeline {
683
685
if [[ -n "${containers}" ]]; then
684
686
docker stop ${containers}
687
- docker system prune -af --volumes || :
688
689
690
'''
691
}
692
@@ -1109,6 +1112,7 @@ EOF
1109
1112
1110
1113
1111
1114
docker system prune -f --volumes || :
1115
1116
1117
cleanWs()
1118
0 commit comments