-
Bug
-
Resolution: Fixed
-
Major
Basically, multibranch pipelines should show in the RadiatorView if some branch is failing.
To be defined: either show the whole project, or possibly show the precision of the failing branch. Not sure, but would be better to try and not have to go into the Multibranch Pipeline Job's structure to not have to create a hard dependency on it.
- depends on
-
JENKINS-33885 Multibranch Pipeline projects do not expose build status
-
- Resolved
-
Code changed in jenkins
User: Baptiste Mathus
Path:
pom.xml
src/main/java/hudson/model/RadiatorView.java
http://jenkins-ci.org/commit/radiatorview-plugin/c6d466d0816e125bd606c079cd6b16652a3a4484
Log:
JENKINS-33645Improve Folders handlingNow, folders are recursively processed instead of being ignored.
That makes it now far simpler to add a whole folder's content than
before.
As a Pipeline Multibranch is actually also implementing `AbstractFolder`
interface, this fix also makes selecting all the branches of a Pipeline
MB in one go easier.
Compare: https://github.com/jenkinsci/radiatorview-plugin/compare/cce510423143^...c6d466d0816e