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 4ddd9c9 commit 29a3d78Copy full SHA for 29a3d78
Jenkinsfile
@@ -64,7 +64,9 @@ pipeline {
64
fi
65
done
66
67
- docker system prune -f --volumes || : '''
+ docker system prune -f --volumes || :
68
+ docker image prune -af || :
69
+ '''
70
script{
71
env.EXIT_STATUS = ''
72
env.LS_RELEASE = sh(
@@ -680,7 +682,8 @@ pipeline {
680
682
if [[ -n "${containers}" ]]; then
681
683
docker stop ${containers}
684
- docker system prune -af --volumes || :
685
686
687
'''
688
}
689
@@ -1105,6 +1108,7 @@ EOF
1105
1108
1106
1109
1107
1110
docker system prune -f --volumes || :
1111
1112
1113
cleanWs()
1114
0 commit comments