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