Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/tikal-multijob-plugin
  Commit: d1b2ddf3b8a624a3bbf0990244dff4f19ff6a534
      
https://github.com/jenkinsci/tikal-multijob-plugin/commit/d1b2ddf3b8a624a3bbf0990244dff4f19ff6a534
  Author: Matthew Montgomery <matt...@signed8bit.com>
  Date:   2016-02-22 (Mon, 22 Feb 2016)

  Changed paths:
    M src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuild.java

  Log Message:
  -----------
  Support for NOT_BUILT build result

Previously a Multijob build would be flagged as ABORTED when a sub-build's 
result was
worse than FAILURE. A result of either NOT_BUILT or ABORTED would result in 
this. This
change adds a new isNotBuilt method so that the NOT_BUILT result is surfaced as 
the
result of a phase. The new logic results in ABORTED if the sub-build's result is
worse than NOT_BUILT and NOT_BUILT if the sub-build's result is worse than 
FAILURE.


  Commit: 47d245fed5c7fb55298908f41722b3489fd48745
      
https://github.com/jenkinsci/tikal-multijob-plugin/commit/47d245fed5c7fb55298908f41722b3489fd48745
  Author: Haggai Philip Zagury <hag...@hagzag.com>
  Date:   2016-08-09 (Tue, 09 Aug 2016)

  Changed paths:
    M src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuild.java

  Log Message:
  -----------
  Merge pull request #93 from signed8bit/master

Support for NOT_BUILT build result


Compare: 
https://github.com/jenkinsci/tikal-multijob-plugin/compare/fc8c8b6aa256...47d245fed5c7

-- 
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