modified some logic
This commit is contained in:
parent
1e7a48c57c
commit
dc6e357b05
@ -115,7 +115,7 @@ public class PlanSpec {
|
||||
.fileFromPath("bamboo-specs/src/main/resources/scripts/set-version.properties.sh")
|
||||
.environmentVariables("BRANCH_NAME=\"${bamboo.planRepository.branchName}\""),
|
||||
new InjectVariablesTask().path("version.properties"),
|
||||
new VcsBranchTask().branchName("release/\"${APP_VERSION}\"").repository("RED / ui"))
|
||||
new VcsBranchTask().branchName("release/${bamboo.inject.APP_VERSION}").repository("RED / ui"))
|
||||
.dockerConfiguration(new DockerConfiguration().image("nexus.iqser.com:5001/infra/release_build:2.9.1")
|
||||
.volume("/var/run/docker.sock", "/var/run/docker.sock"));
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user