PlanSpec.java edited online with Bitbucket

This commit is contained in:
Christoph  Schabert 2020-09-17 13:06:04 +02:00
parent 9a93f4184e
commit 1b4000f38a

View File

@ -59,7 +59,7 @@ public class PlanSpec {
}
public Plan createDockerBuildPlan() {
return new Plan(project(), "Redaction UI", new BambooKey("REDUI"))
return new Plan(project(), "Redaction UI", new BambooKey("UI"))
.description("Docker build for Redaction UI.").stages(
new Stage("Build Stage").jobs(creatGinCloudPlatformImagesJob("weaver"))
.jobs(creatGinCloudPlatformImagesJob("database-modeler"))