Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/git-client-plugin
  Commit: 4f1ebc72de5f036c5b9f2163a1152cf15c29e4dc
      
https://github.com/jenkinsci/git-client-plugin/commit/4f1ebc72de5f036c5b9f2163a1152cf15c29e4dc
  Author: René Scheibe <rene.sche...@gmail.com>
  Date:   2018-08-05 (Sun, 05 Aug 2018)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java
    M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java

  Log Message:
  -----------
  [JENKINS-52891] Always log the timeout for a CliGit command

A timeout is always used for a cli git command and therefore should always be 
logged.

Options a timeout may be set
- timeout parameter for some commands
- system property org.jenkinsci.plugins.gitclient.Git.timeOut
- default of 10 minutes

So far the timeout was only logged for commands where
a) it cannot be customized
b) it can and actually was customized

Category a) some commands with correct default timeout logging so far
> git --version # timeout=10
> git init ... # timeout=10
> git config ... # timeout=10
> git submodule init # timeout=10

Category b) commands with missing default timeout logging so far
> git fetch ...
> git checkout ...
> git submodule update ...


  Commit: f39dca75d332e522f4776bd68c3ffd27773d058b
      
https://github.com/jenkinsci/git-client-plugin/commit/f39dca75d332e522f4776bd68c3ffd27773d058b
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2018-08-11 (Sat, 11 Aug 2018)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/gitclient/CliGitAPIImpl.java
    M src/test/java/org/jenkinsci/plugins/gitclient/GitAPITestCase.java

  Log Message:
  -----------
  Merge pull request #350 from darxriggs/always-log-cligit-timeout

[JENKINS-52891] Always log the timeout for a CliGit command


Compare: 
https://github.com/jenkinsci/git-client-plugin/compare/25eb79001e83...f39dca75d332
      **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to