Details
-
Type:
Improvement
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Won't Fix
-
Component/s: core
-
Labels:
-
Environment:Jenkins 2.17, workflow-multibranch 2.8
-
Similar Issues:
Description
The build information Last Success, Last Failure and Last Duration is not propagated to the Jenkins view. The Jenkins view showing the multibranch pipeline folder always shows N/A. The latest built branch should propagate this build information to the outside view.
Attachments
Issue Links
- blocks
-
JENKINS-41747 Display statuses on the organization dashboard page
-
- Open
-
- is related to
-
JENKINS-32974 Sorting builds is broken with multi-branch builds
-
- Open
-
- links to
Code changed in jenkins
User: Stephen Connolly
Path:
src/main/java/com/cloudbees/hudson/plugins/folder/computed/ComputedFolder.java
src/main/java/com/cloudbees/hudson/plugins/folder/computed/FolderComputation.java
src/main/java/com/cloudbees/hudson/plugins/folder/computed/PseudoRun.java
src/main/resources/com/cloudbees/hudson/plugins/folder/computed/ComputedFolder/tasks-top-extra.jelly
src/main/resources/com/cloudbees/hudson/plugins/folder/computed/Messages.properties
src/main/resources/com/cloudbees/hudson/plugins/folder/computed/PseudoRun/sidepanel.jelly
http://jenkins-ci.org/commit/cloudbees-folder-plugin/4dda5fcd52893c83dc9f6d0a4b4950f53d816fc9
Log:
Merge pull request #87 from stephenc/jenkins-37369
JENKINS-37369Expose the last computation for computed foldersCompare: https://github.com/jenkinsci/cloudbees-folder-plugin/compare/9645813fbe71...4dda5fcd5289