Hi,

I'm trying to use a multi-branch build pipeline on a largeish git 
repository (and, more importantly, a shitty wireless connection) and I am 
running into timeout problems.

When using the generic checkout step, I can just define a different timeout.

Now, when using a multi branch pipeline, the job starts with branch 
indexing, using a timeout of 10 minutes, which is too low. Is there a way 
to configure that timeout?


Once that is done, I can checkout the current branch using "checkout scm". 
is there any way to configure the timeout in there? 
What I found out so far is using the generic checkout step to configure the 
checkout and to use the $BRANCH_NAME variable to check out the correct 
branch.



Lastly I saw, that Jenkins creates severel workspaces per job, one of them 
being jobname@script. If I had to guess I would say that is used to fetch 
the Jenkinsfile out of the branch.
Since one of my branches consists of several GB of data, this seems like a 
huge waste of diskspace. Is there a way to tell Jenkins to only fetch the 
Jenkinsfile itself?


Thanks, Christoph

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/4777c6e0-0e3c-421a-97ad-7932b982396d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to