pip, add ondemand flag

This commit is contained in:
2024-05-22 15:16:02 +03:00
parent 1c3499afc8
commit e8743f0ae7
3 changed files with 26 additions and 3 deletions

7
Jenkinsfile vendored
View File

@@ -34,8 +34,11 @@ node {
def _msg = "Built images:"
pl.forEach ({ dist ->
_msg += build_docker(dist, rel_dir)
}, stageSuffix: "-shstk")
_msg += build_docker(dist, rel_dir)
},
stageSuffix: "-shstk",
ondemand: true
)
stage("Clean") {
sh "docker system prune -f"