Change Name op plan

This commit is contained in:
cschabert 2021-10-28 12:44:50 +02:00
parent 34599b4d68
commit 9521fbf885

View File

@ -130,7 +130,7 @@ public class PlanSpec {
public Plan createSecBuild() {
return new Plan(
project(),
SERVICE_NAME + "Sec", new BambooKey(SERVICE_KEY + "SEC"))
SERVICE_NAME + "-Sec", new BambooKey(SERVICE_KEY + "SEC"))
.description("Security Analysis Plan")
.stages(new Stage("Default Stage")
.jobs(new Job("Default Job",