Navigation Menu

Skip to content

Commit

Permalink
help-timeout.html: Global timeout property should be set on master an…
Browse files Browse the repository at this point in the history
…d slave.

As explained in https://issues.jenkins-ci.org/browse/JENKINS-22547 and
confirmed first-hand.
  • Loading branch information
pfalcon committed Oct 9, 2015
1 parent 3d29e98 commit a473239
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Expand Up @@ -2,4 +2,5 @@
Specify a timeout (in minutes) for checkout.<br/>
This option overrides the default timeout of 10 minutes. <br/>
You can change the global git timeout via the property org.jenkinsci.plugins.gitclient.Git.timeOut (see <a href="https://issues.jenkins-ci.org/browse/JENKINS-11286" target="_blank">JENKINS-11286</a>).
Note that property should be set on both master and slave to have effect (see <a href="https://issues.jenkins-ci.org/browse/JENKINS-22547" target="_blank">JENKINS-22547</a>).
</div>
Expand Up @@ -2,4 +2,5 @@
Specify a timeout (in minutes) for clone and fetch operations.<br/>
This option overrides the default timeout of 10 minutes. <br/>
You can change the global git timeout via the property org.jenkinsci.plugins.gitclient.Git.timeOut (see <a href="https://issues.jenkins-ci.org/browse/JENKINS-11286" target="_blank">JENKINS-11286</a>).
Note that property should be set on both master and slave to have effect (see <a href="https://issues.jenkins-ci.org/browse/JENKINS-22547" target="_blank">JENKINS-22547</a>).
</div>
Expand Up @@ -2,4 +2,5 @@
Specify a timeout (in minutes) for submodules operations.<br/>
This option overrides the default timeout of 10 minutes. <br/>
You can change the global git timeout via the property org.jenkinsci.plugins.gitclient.Git.timeOut (see <a href="https://issues.jenkins-ci.org/browse/JENKINS-11286" target="_blank">JENKINS-11286</a>).
Note that property should be set on both master and slave to have effect (see <a href="https://issues.jenkins-ci.org/browse/JENKINS-22547" target="_blank">JENKINS-22547</a>).
</div>

0 comments on commit a473239

Please sign in to comment.