refactor(executeFreeleapsPipeline): update buildAgentImage reference to use configurations

Signed-off-by: 孙振宇 <>
This commit is contained in:
孙振宇 2025-01-22 16:01:27 +08:00
parent fb33de1847
commit 6bed306f2b

View File

@ -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