Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 2380a8d4507d641ad4893278ac5c37c573696afd
      
https://github.com/jenkinsci/jenkins/commit/2380a8d4507d641ad4893278ac5c37c573696afd
  Author: Esa Laine <[email protected]>
  Date:   2012-08-14 (Tue, 14 Aug 2012)

  Changed paths:
    M core/src/main/java/hudson/cli/BuildCommand.java

  Log Message:
  -----------
  fix JENKINS-14772

This fix implements an optional retry loop for cli BuildCommand
The retry is not for the actual command, but for reading the log file
(when -v is used) This is so that slow machines, which may create the log
file so slowly that is it not present when reading of it starts,
will optionally  try to start reading it multiple times.

This is implemented via a use of an optional "-r INT" cmd option


  Commit: 1a5e41bb0fa3cce584dea67b0d431cb62c830a08
      
https://github.com/jenkinsci/jenkins/commit/1a5e41bb0fa3cce584dea67b0d431cb62c830a08
  Author: Esa Laine <[email protected]>
  Date:   2012-08-22 (Wed, 22 Aug 2012)

  Changed paths:
    M test/src/test/groovy/hudson/cli/BuildCommandTest.groovy

  Log Message:
  -----------
  add test case for JENKINS-14772


  Commit: a3aa29b2614fd5c8ab65f40a29a6230894c673dd
      
https://github.com/jenkinsci/jenkins/commit/a3aa29b2614fd5c8ab65f40a29a6230894c673dd
  Author: Nicolas De loof <[email protected]>
  Date:   2012-08-22 (Wed, 22 Aug 2012)

  Changed paths:
    M core/src/main/java/hudson/cli/BuildCommand.java
    M test/src/test/groovy/hudson/cli/BuildCommandTest.groovy

  Log Message:
  -----------
  Merge pull request #539 from pgdad/JENKINS-14772

fix JENKINS-14772


Compare: 
https://github.com/jenkinsci/jenkins/compare/bfcc93bb13a0...a3aa29b2614f

Reply via email to