Change Name op plan
This commit is contained in:
parent
34599b4d68
commit
9521fbf885
@ -130,7 +130,7 @@ public class PlanSpec {
|
|||||||
public Plan createSecBuild() {
|
public Plan createSecBuild() {
|
||||||
return new Plan(
|
return new Plan(
|
||||||
project(),
|
project(),
|
||||||
SERVICE_NAME + "Sec", new BambooKey(SERVICE_KEY + "SEC"))
|
SERVICE_NAME + "-Sec", new BambooKey(SERVICE_KEY + "SEC"))
|
||||||
.description("Security Analysis Plan")
|
.description("Security Analysis Plan")
|
||||||
.stages(new Stage("Default Stage")
|
.stages(new Stage("Default Stage")
|
||||||
.jobs(new Job("Default Job",
|
.jobs(new Job("Default Job",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user