We have a Jenkins install that we have been using for years for running all 
of our build jobs.  Recently we ran into an issue with one of our git 
repositories where the initial submodules update would take longer than the 
10 minute limit and would timeout.  I started looking for a solution and 
found that the Git Client Plugin [1] added support for a submodule timeout 
value in version 1.9.0 [2].  Looking at the code change [3], it looks like 
this should add a timeout field in the submodule options section of the 
configuration.

Based upon this, I updated Jenkins and all plugins.  (Jenkins 1.581, Git 
Plugin 2.2.6, Git Client Plugin 1.10.2).  After fixing a couple of issues 
where credentials didn't migrate, etc I have Jenkins up and running again 
as it was before the update.

Unfortunately I can't find the submodule timeout option in the settings for 
Git on a job.  I tried removing the Git settings for a job and even tried 
creating a new job from scratch, but I can't find any place in the UI to 
set the options for submodule.  This is what the screen looks like for me:


<https://s3.amazonaws.com/uploads.hipchat.com/16008/63421/Ggs1PBs0c5bUj33/upload.png>


Any ideas or something obvious I am missing?

-Allen


[1] https://wiki.jenkins-ci.org/display/JENKINS/Git+Client+Plugin
[2] https://issues.jenkins-ci.org/browse/JENKINS-22400
[3] 
https://github.com/jenkinsci/git-plugin/commit/7dab96f8b5b1ea95e3a92123e6424376d7fa1036

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to