update plan spec
This commit is contained in:
parent
8ce3b1b51e
commit
36b4ea7005
@ -67,6 +67,7 @@ public class PlanSpec {
|
|||||||
.name("redaction-ui")
|
.name("redaction-ui")
|
||||||
.url("ssh://git@git.iqser.com:2222/red/ui.git")
|
.url("ssh://git@git.iqser.com:2222/red/ui.git")
|
||||||
.branch("master")
|
.branch("master")
|
||||||
|
.submodulesEnabled(true)
|
||||||
.authentication(new SharedCredentialsIdentifier("bamboo-agent")
|
.authentication(new SharedCredentialsIdentifier("bamboo-agent")
|
||||||
.scope(SharedCredentialsScope.GLOBAL)))
|
.scope(SharedCredentialsScope.GLOBAL)))
|
||||||
.planBranchManagement(new PlanBranchManagement().createForVcsBranch().delete(new BranchCleanup().whenInactiveInRepositoryAfterDays(30)).notificationForCommitters());
|
.planBranchManagement(new PlanBranchManagement().createForVcsBranch().delete(new BranchCleanup().whenInactiveInRepositoryAfterDays(30)).notificationForCommitters());
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Subproject commit 4527494d728d622bdd5d85aea72a7770fa1a8f14
|
Subproject commit d31b702c22ac1a9e925db673ef83f56c7137071b
|
||||||
Loading…
x
Reference in New Issue
Block a user