build attempt fix

This commit is contained in:
Timo Bejan 2021-08-23 14:42:02 +03:00
parent 43bd37d7de
commit 07b4386859

View File

@ -67,6 +67,10 @@ public class PlanSpec {
.name("redaction-ui")
.url("ssh://git@git.iqser.com:2222/red/ui.git")
.branch("master")
.verboseLogs(true)
.remoteAgentCacheEnabled(false)
.fetchWholeRepository(true)
.shallowClonesEnabled(false)
// .submodulesEnabled(true)
.authentication(new SharedCredentialsIdentifier("bamboo-agent")
.scope(SharedCredentialsScope.GLOBAL)))