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 375734e commit 10e8f38Copy full SHA for 10e8f38
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(
@@ -691,7 +693,8 @@ pipeline {
691
693
if [[ -n "${containers}" ]]; then
692
694
docker stop ${containers}
695
- docker system prune -af --volumes || :
696
697
698
'''
699
}
700
@@ -1117,6 +1120,7 @@ EOF
1117
1120
1118
1121
1119
1122
docker system prune -f --volumes || :
1123
1124
1125
cleanWs()
1126
0 commit comments