fix(pipeline): remove unused buildId parameter from ImageBuilder constructor

Signed-off-by: 孙振宇 <>
This commit is contained in:
孙振宇 2025-02-10 03:03:18 +08:00
parent 7af2883fcc
commit 5e78e00d69

View File

@ -19,7 +19,7 @@ class ImageBuilder {
def buildxBuilderName def buildxBuilderName
ImageBuilder(buildId, steps, workspace, contextRoot, dockerfile, builderType) { ImageBuilder(steps, workspace, contextRoot, dockerfile, builderType) {
this.steps = steps this.steps = steps
this.workspace = workspace this.workspace = workspace
this.contextRoot = contextRoot this.contextRoot = contextRoot