Branch: refs/heads/develop
  Home:   https://github.com/jenkinsci/coordinator-plugin
  Commit: 1e83a2e823b2d07d282cb275cee4542f40c8cf66
      
https://github.com/jenkinsci/coordinator-plugin/commit/1e83a2e823b2d07d282cb275cee4542f40c8cf66
  Author: Ace <[email protected]>
  Date:   2016-04-12 (Tue, 12 Apr 2016)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/coordinator/model/CoordinatorBuild.java

  Log Message:
  -----------
  clean unnecessary imports


  Commit: 6c97464e36d3c5f0ff07c2ccad86faaa0e3e871c
      
https://github.com/jenkinsci/coordinator-plugin/commit/6c97464e36d3c5f0ff07c2ccad86faaa0e3e871c
  Author: Ace <[email protected]>
  Date:   2016-04-13 (Wed, 13 Apr 2016)

  Changed paths:
    M 
src/test/java/org/jenkinsci/plugins/coordinator/test/BreakingOptionTest.java

  Log Message:
  -----------
  add test for recursive breaking option checking


  Commit: e4e3687f611f146e1e3df348965249fb80b3219a
      
https://github.com/jenkinsci/coordinator-plugin/commit/e4e3687f611f146e1e3df348965249fb80b3219a
  Author: Ace <[email protected]>
  Date:   2016-04-13 (Wed, 13 Apr 2016)

  Changed paths:
    M src/test/java/org/jenkinsci/plugins/coordinator/test/JobSequenceTest.java

  Log Message:
  -----------
  wording treaks on test


  Commit: a7be826912f6ae20ca7a6de6b395a9452a6d8f57
      
https://github.com/jenkinsci/coordinator-plugin/commit/a7be826912f6ae20ca7a6de6b395a9452a6d8f57
  Author: Ace <[email protected]>
  Date:   2016-04-13 (Wed, 13 Apr 2016)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/coordinator/model/PerformExecutor.java

  Log Message:
  -----------
  ref #30, fix unexpected atomic jobs abort


  Commit: b95abbbd7dc35ae6f38e754a927ee7b44dd17e91
      
https://github.com/jenkinsci/coordinator-plugin/commit/b95abbbd7dc35ae6f38e754a927ee7b44dd17e91
  Author: Ace <[email protected]>
  Date:   2016-04-13 (Wed, 13 Apr 2016)

  Changed paths:
    A 
src/test/resources/org/jenkinsci/plugins/coordinator/test/BreakingOptionTest/recursiveBreakingOptionChecking/config.xml
    A 
src/test/resources/org/jenkinsci/plugins/coordinator/test/BreakingOptionTest/recursiveBreakingOptionChecking/jobs/test/config.xml

  Log Message:
  -----------
  patch up test config files for recursive breaking option checking


  Commit: e8e94b3959b3d9a878688a4d6cd376ffe3517627
      
https://github.com/jenkinsci/coordinator-plugin/commit/e8e94b3959b3d9a878688a4d6cd376ffe3517627
  Author: Ace Han <[email protected]>
  Date:   2016-04-13 (Wed, 13 Apr 2016)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/coordinator/model/CoordinatorBuilder.java

  Log Message:
  -----------
  fix test always Result.UNSTABLE to Result.FAILURE error


  Commit: d11ced3ce6729c001c2bca382b4f6be17ee198e7
      
https://github.com/jenkinsci/coordinator-plugin/commit/d11ced3ce6729c001c2bca382b4f6be17ee198e7
  Author: Ace Han <[email protected]>
  Date:   2016-04-13 (Wed, 13 Apr 2016)

  Changed paths:
    M 
src/test/java/org/jenkinsci/plugins/coordinator/test/BreakingOptionTest.java
    M 
src/test/resources/org/jenkinsci/plugins/coordinator/test/BreakingOptionTest/recursiveBreakingOptionChecking/jobs/test/config.xml

  Log Message:
  -----------
  fix mis-config on testcase for breaking_option


  Commit: ef0568c850d801a9091c0e0315d690bc37d5c239
      
https://github.com/jenkinsci/coordinator-plugin/commit/ef0568c850d801a9091c0e0315d690bc37d5c239
  Author: Ace Han <[email protected]>
  Date:   2016-04-13 (Wed, 13 Apr 2016)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/coordinator/model/PerformExecutor.java

  Log Message:
  -----------
  fix endless loop on some scenarios


  Commit: f53f62ad0d3484dfaa40944e135cb25a1f5439f4
      
https://github.com/jenkinsci/coordinator-plugin/commit/f53f62ad0d3484dfaa40944e135cb25a1f5439f4
  Author: Ace Han <[email protected]>
  Date:   2016-04-13 (Wed, 13 Apr 2016)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/coordinator/model/PerformExecutor.java

  Log Message:
  -----------
  fix failing testcase parallelConfiguredJobsAfterFailureVerification


  Commit: 751e094e5637114cd8d1f7d765315e9e06a96f15
      
https://github.com/jenkinsci/coordinator-plugin/commit/751e094e5637114cd8d1f7d765315e9e06a96f15
  Author: Ace <[email protected]>
  Date:   2016-04-14 (Thu, 14 Apr 2016)

  Changed paths:
    M 
src/main/resources/org/jenkinsci/plugins/coordinator/model/CoordinatorBuild/histories.jelly

  Log Message:
  -----------
  fix histories page error caused by ref #13, Atomic job building status bar 
does not end in the build table sometimes.


  Commit: fbdb80956261df8bc49b321f19b51e746ca5a9ff
      
https://github.com/jenkinsci/coordinator-plugin/commit/fbdb80956261df8bc49b321f19b51e746ca5a9ff
  Author: Ace <[email protected]>
  Date:   2016-04-14 (Thu, 14 Apr 2016)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/coordinator/model/CoordinatorBuild.java

  Log Message:
  -----------
  fix #31, NullPointerException while coordinator job triggered by an upstream 
job with a plugin like parameterized-trigger-plugin


  Commit: e74f6fcab01dbd00125f6f162b9d9ef07e947cf4
      
https://github.com/jenkinsci/coordinator-plugin/commit/e74f6fcab01dbd00125f6f162b9d9ef07e947cf4
  Author: Ace Han <[email protected]>
  Date:   2016-04-15 (Fri, 15 Apr 2016)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/coordinator/model/PerformExecutor.java
    M 
src/test/java/org/jenkinsci/plugins/coordinator/test/BreakingOptionTest.java
    A 
src/test/resources/org/jenkinsci/plugins/coordinator/test/BreakingOptionTest/noTimeoutChecking/config.xml
    A 
src/test/resources/org/jenkinsci/plugins/coordinator/test/BreakingOptionTest/noTimeoutChecking/jobs/test/config.xml
    M 
src/test/resources/org/jenkinsci/plugins/coordinator/test/BreakingOptionTest/recursiveBreakingOptionChecking/jobs/test/config.xml

  Log Message:
  -----------
  again fix endless loop on some scenarios


  Commit: edd0c9678101922f93da612187c16123d7580744
      
https://github.com/jenkinsci/coordinator-plugin/commit/edd0c9678101922f93da612187c16123d7580744
  Author: Ace Han <[email protected]>
  Date:   2016-04-19 (Tue, 19 Apr 2016)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/coordinator/model/PerformExecutor.java
    M 
src/test/java/org/jenkinsci/plugins/coordinator/test/BreakingOptionTest.java
    A 
src/test/resources/org/jenkinsci/plugins/coordinator/test/BreakingOptionTest/abortSharedSameAncestorParallelBreakingQueueJobs/config.xml
    A 
src/test/resources/org/jenkinsci/plugins/coordinator/test/BreakingOptionTest/abortSharedSameAncestorParallelBreakingQueueJobs/jobs/test/config.xml

  Log Message:
  -----------
  ref #30, abort those building atomic builds which share the same ancestor 
with the failed atomic build


  Commit: 27f6b1f6f0831ea6225dbf44176e9c05b2604ab0
      
https://github.com/jenkinsci/coordinator-plugin/commit/27f6b1f6f0831ea6225dbf44176e9c05b2604ab0
  Author: Ace Han <[email protected]>
  Date:   2016-04-19 (Tue, 19 Apr 2016)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/coordinator/model/PerformExecutor.java

  Log Message:
  -----------
  refactor from xxxParentxxx to xxxAncestorxxx


  Commit: 6538fb908821dd53cec780aecc21bff6c30b3509
      
https://github.com/jenkinsci/coordinator-plugin/commit/6538fb908821dd53cec780aecc21bff6c30b3509
  Author: Ace Han <[email protected]>
  Date:   2016-04-20 (Wed, 20 Apr 2016)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare release coordinator-1.2.0


  Commit: 46f034f675ef51a494f9ae38d030bf9011fb7db8
      
https://github.com/jenkinsci/coordinator-plugin/commit/46f034f675ef51a494f9ae38d030bf9011fb7db8
  Author: Ace Han <[email protected]>
  Date:   2016-04-20 (Wed, 20 Apr 2016)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare for next development iteration


Compare: 
https://github.com/jenkinsci/coordinator-plugin/compare/5b11c2098e15...46f034f675ef

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

Reply via email to