Skip to content

Commit

Permalink
Merge pull request ElektraInitiative#2012 from ingwinlu/docker_prune_…
Browse files Browse the repository at this point in the history
…daily

build: prune docker daily
  • Loading branch information
markus2330 authored May 19, 2018
2 parents 484fc90 + a53fcf4 commit 704092e
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 704092e

Please sign in to comment.