PlanSpec.java edited online with Bitbucket
This commit is contained in:
parent
bf3a87f710
commit
9a93f4184e
@ -59,8 +59,8 @@ public class PlanSpec {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public Plan createDockerBuildPlan() {
|
public Plan createDockerBuildPlan() {
|
||||||
return new Plan(project(), "instantli-webapp-images", new BambooKey("REDUI"))
|
return new Plan(project(), "Redaction UI", new BambooKey("REDUI"))
|
||||||
.description("Docker build for gin-cloud-platform.").stages(
|
.description("Docker build for Redaction UI.").stages(
|
||||||
new Stage("Build Stage").jobs(creatGinCloudPlatformImagesJob("weaver"))
|
new Stage("Build Stage").jobs(creatGinCloudPlatformImagesJob("weaver"))
|
||||||
.jobs(creatGinCloudPlatformImagesJob("database-modeler"))
|
.jobs(creatGinCloudPlatformImagesJob("database-modeler"))
|
||||||
.jobs(creatGinCloudPlatformImagesJob("landing-page"))
|
.jobs(creatGinCloudPlatformImagesJob("landing-page"))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user