pip, add ondemand flag
This commit is contained in:
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user