fix(pipeline): correct syntax in generateComponentStages function

Signed-off-by: 孙振宇 <>
This commit is contained in:
孙振宇 2025-02-07 15:21:33 +08:00
parent 6a92bb3cdc
commit ccffb811f4

View File

@ -316,7 +316,8 @@ def generateComponentStages(component, configurations) {
}
}
}
},
}
},
stage("${component.name} :: Image Builder Setup") {
script {