[DO-674] Fix path to image (!68)
Reviewed-on: https://git.avroid.tech/DevOps/jenkins-shared-lib/pulls/68
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user