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")
|
||||
}
|
||||
|
||||
env.buildAgentImage = buildAgentImage
|
||||
configurations.buildAgentImage = buildAgentImage
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -87,7 +87,7 @@ metadata:
|
||||
spec:
|
||||
containers:
|
||||
- name: dep-resolver
|
||||
image: ${env.buildAgentImage}
|
||||
image: ${configurations.buildAgentImage}
|
||||
command:
|
||||
- cat
|
||||
tty: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user