refactor(executeFreeleapsPipeline): update buildAgentImage reference to use configurations
Signed-off-by: 孙振宇 <>
This commit is contained in:
parent
fb33de1847
commit
6bed306f2b
@ -68,7 +68,7 @@ def call(body) {
|
|||||||
error("Unknown service language")
|
error("Unknown service language")
|
||||||
}
|
}
|
||||||
|
|
||||||
env.buildAgentImage = buildAgentImage
|
configurations.buildAgentImage = buildAgentImage
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -87,7 +87,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: dep-resolver
|
- name: dep-resolver
|
||||||
image: ${env.buildAgentImage}
|
image: ${configurations.buildAgentImage}
|
||||||
command:
|
command:
|
||||||
- cat
|
- cat
|
||||||
tty: true
|
tty: true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user