Skip to content

Commit

Permalink
build: prune docker daily
Browse files Browse the repository at this point in the history
  • Loading branch information
ingwinlu committed May 18, 2018
1 parent 2ebbcc1 commit a53fcf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/jenkins/Jenkinsfile.daily
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def cleanup_docker_images(target_node) {
dockerImages().each {
retainNewestImages(it, 15)
}
sh "docker system prune -f"
}
}
}]
Expand Down

0 comments on commit a53fcf4

Please sign in to comment.