[DO-674] Fix path to image (!68)

Reviewed-on: https://git.avroid.tech/DevOps/jenkins-shared-lib/pulls/68
This commit is contained in:
Dmitrij Prokov
2025-02-27 18:27:22 +03:00
parent 8a094da52f
commit 9acb0056ef

View File

@@ -472,7 +472,7 @@ class PodTemplates implements Serializable {
this.script.containerTemplate( this.script.containerTemplate(
alwaysPullImage: true, alwaysPullImage: true,
name: 'sonar-scanner-cli', name: 'sonar-scanner-cli',
image: "${this.registry}/docker-hub-proxy/sonar-scanner-cli:${imageVersion}", image: "${this.registry}/docker-hub-proxy/sonarsource/sonar-scanner-cli:${imageVersion}",
ttyEnabled: true, ttyEnabled: true,
command: "cat", command: "cat",
resourceRequestCpu: '5', resourceRequestCpu: '5',