We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee6e741 commit a0f06b0Copy full SHA for a0f06b0
Jenkinsfile
@@ -63,7 +63,9 @@ pipeline {
63
fi
64
done
65
66
- docker system prune -f --volumes || : '''
+ docker system prune -f --volumes || :
67
+ docker image prune -af || :
68
+ '''
69
script{
70
env.EXIT_STATUS = ''
71
env.LS_RELEASE = sh(
@@ -681,7 +683,8 @@ pipeline {
681
683
if [[ -n "${containers}" ]]; then
682
684
docker stop ${containers}
685
- docker system prune -af --volumes || :
686
687
688
'''
689
}
690
@@ -1106,6 +1109,7 @@ EOF
1106
1109
1107
1110
1108
1111
docker system prune -f --volumes || :
1112
1113
1114
cleanWs()
1115
0 commit comments