jenkinsci / jenkinsci/cloudbees-folder-plugin
[JENKINS-36024] Implement getLastSuccessfullBuild to support displaying column results for Last {Success, Failure, Duration}
- Dominant language
- Java
- Stars
- 59
- Forks
- 117
- PR merge metrics
- No merged PRs in 30d
Description
All these column implementation retrieve the data from last build links (e.g. here). It means that the item type should return something in getLastSuccessfullBuild() and other similar routines.
There is currently no such implementations for non-job item types like Folders.
---
Originally reported by
owood, imported from: Implement getLastSuccessfullBuild to support displaying column results for Last {Success, Failure, Duration}
jglick
Raw content of original issue
All these column implementation retrieve the data from last build links (e.g. here). It means that the item type should return something in getLastSuccessfullBuild() and other similar routines.
There is currently no such implementations for non-job item types like Folders.
Contributor guide
Assessment
This issue has not been assessed yet.