build attempt fix

This commit is contained in:
Timo Bejan 2021-08-23 14:40:21 +03:00
parent 2372872468
commit 6514f8447a

View File

@ -75,6 +75,7 @@ public class PlanSpec {
.url("ssh://git@git.iqser.com:2222/sl/common-ui.git")
.branch("master")
.verboseLogs(true)
.remoteAgentCacheEnabled(false)
.fetchWholeRepository(true)
.shallowClonesEnabled(false)
.authentication(new SharedCredentialsIdentifier("bamboo-agent")