Hi all, I'm trying to create a fix for the timeout issue in the git-plugin, specifically with the initial checkout.
1. I could increase the timeout only for GitClient.clone() and Gitclient.checkoutBranch() to 30 minutes instead of 10 2. I could provide a timeout option in the ui (add to CloneOption, or a separate extension?) 3. Or I could both increase the timeout and add the option in the ui. My preference goes out to option 1, because that would mean only a small change in git-client. What would you suggest? Regards, Wannes -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
