PlanSpec.java edited online with Bitbucket

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

View File

@ -59,8 +59,8 @@ public class PlanSpec {
}
public Plan createDockerBuildPlan() {
return new Plan(project(), "instantli-webapp-images", new BambooKey("REDUI"))
.description("Docker build for gin-cloud-platform.").stages(
return new Plan(project(), "Redaction UI", new BambooKey("REDUI"))
.description("Docker build for Redaction UI.").stages(
new Stage("Build Stage").jobs(creatGinCloudPlatformImagesJob("weaver"))
.jobs(creatGinCloudPlatformImagesJob("database-modeler"))
.jobs(creatGinCloudPlatformImagesJob("landing-page"))