-
Type:
Improvement
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: branch-api-plugin
-
Labels:None
-
Similar Issues:
Custom cause action returned fromĀ
SCMSource#retrieveActions(jenkins.scm.api.SCMHead, jenkins.scm.api.SCMHeadEvent, hudson.model.TaskListener)
is not displayed on build page.
Tried with freestyle-multibranch and workflow-multibranch, both contains only "branch indexing" cause, while usually build may have multiple causes.
jenkins.branch.MultiBranchProject#scheduleBuild tries differentiate actions. So probably it should extract and unify revision actions into single CauseAction() if it passed in actions.
Anyway CauseAction is a causeBag and it just additional UI helpers.
- links to
Code changed in jenkins
User: Stephen Connolly
Path:
src/main/java/jenkins/branch/MultiBranchProject.java
src/test/java/integration/BrandingTest.java
http://jenkins-ci.org/commit/branch-api-plugin/0fa29726b84dc1f1cf1c069240a5803e911627f0
Log:
[FIXED JENKINS-48090] Merge CauseActions when scheduling