PlanSpec.java edited online with Bitbucket
This commit is contained in:
parent
9a93f4184e
commit
1b4000f38a
@ -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"))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user