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