Skip to content

Commit

Permalink
Merge pull request #354 from Linaro/global-timeout-help
Browse files Browse the repository at this point in the history
Improvements to online help regarding default global git operation timeout.
  • Loading branch information
MarkEWaite committed Oct 9, 2015
2 parents 16b297a + a473239 commit c84fc2c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
@@ -1,5 +1,6 @@
<div>
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>).
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>
@@ -1,5 +1,6 @@
<div>
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>).
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>
@@ -1,5 +1,6 @@
<div>
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>).
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 c84fc2c

Please sign in to comment.