RED-4653: Re-added wrongly removed config

This commit is contained in:
Viktor Seifert 2022-07-26 10:03:35 +02:00
parent 759d72b3fa
commit 8c00fd75bf

View File

@ -94,7 +94,11 @@ public class PlanSpec {
.description("Run Sonarqube scan.")
.location(Location.FILE)
.fileFromPath("bamboo-specs/src/main/resources/scripts/sonar-scan.sh")
.argument(SERVICE_NAME))),
.argument(SERVICE_NAME))
.dockerConfiguration(
new DockerConfiguration()
.image("nexus.iqser.com:5001/infra/release_build:4.2.0")
.volume("/var/run/docker.sock", "/var/run/docker.sock"))),
new Stage("Licence Stage")
.jobs(
new Job("Git Tag Job", new BambooKey("GITTAG"))