New builds
This commit is contained in:
parent
2f1f7e9b59
commit
acd1a25e91
|
|
@ -30,7 +30,7 @@ pipeline {
|
|||
stage("${build.name}") {
|
||||
agent {
|
||||
docker {
|
||||
image "build.image"
|
||||
image "${build.image}"
|
||||
}
|
||||
}
|
||||
build.stages.each { stage ->
|
||||
|
|
|
|||
Loading…
Reference in New Issue