fix(pipeline): correct syntax in generateComponentStages function
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
6a92bb3cdc
commit
ccffb811f4
@ -316,7 +316,8 @@ def generateComponentStages(component, configurations) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
|
},
|
||||||
|
|
||||||
stage("${component.name} :: Image Builder Setup") {
|
stage("${component.name} :: Image Builder Setup") {
|
||||||
script {
|
script {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user