Branch: refs/heads/stable
  Home:   https://github.com/jenkinsci/workflow-api-plugin
  Commit: d3cfa596b92b307668b9515b57b048e4766d5898
      
https://github.com/jenkinsci/workflow-api-plugin/commit/d3cfa596b92b307668b9515b57b048e4766d5898
  Author: Artur Harasimiuk <artur.harasim...@intel.com>
  Date:   2018-09-21 (Fri, 21 Sep 2018)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/workflow/graph/FlowNode.java
    M src/test/java/org/jenkinsci/plugins/workflow/graph/FlowNodeTest.java

  Log Message:
  -----------
  use ABORTED icon color for interrupted steps

parallel() aborts branch execution when failFast == true and another
branch failed. In this case RED color is used in 'Pipeline Steps' view.
It makes more difficult to find real reason of failure because some of
red dots are misleading.

With this change we use BallColor.ABORTED when FlowInterruptedException
is the reason of step failure. Thanks to this user can easier find root
cause of build failure.

Signed-off-by: Artur Harasimiuk <artur.harasim...@intel.com>



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