fix(pipeline): remove unused buildId parameter from ImageBuilder constructor
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
7af2883fcc
commit
5e78e00d69
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user