<< Back to previous view

[QB-4027] Add additional columns to customized dashboard
Created: 21/Sep/23  Updated: 08/Jan/24

Status: Closed
Project: QuickBuild
Component/s: None
Affects Version/s: 12.0.19
Fix Version/s: 14.0.0

Type: Improvement Priority: Major
Reporter: Phong Trinh Assigned To: Robin Shen
Resolution: Fixed Votes: 0
Remaining Estimate: Unknown Time Spent: Unknown
Original Estimate: Unknown

File Attachments: GIF File dashboard.GIF    

 Description   
 Hi Robin/PMEASE
 I created a customized dashboard and added a gadget to display last 10 builds of a specific configuration as follow:
 groovy:
 import com.pmease.quickbuild.*;
 def config = system.configurationManager.get("root/DevTools/Email Notifications")
 def builds = system.buildManager.getBuilds(config)
 builds.sort{a,b -> b.endDate.compareTo(a.endDate)}
 builds=builds.take(10)
 builds

 It displays configuration and build column only. Is it possible to add addtional columns such as Id, Version, Master Node, Begin Date, Duration, Trigger By which is similar to 'Recent Builds'?

 Thank you in advance,
ptrinh
 

 Comments   
Comment by Robin Shen [ 21/Sep/23 11:29 PM ]
Changed this as an improvement.
Comment by Phong Trinh [ 21/Sep/23 11:31 PM ]
Thank you!
Comment by Robin Shen [ 25/Dec/23 11:33 AM ]
Sorry please ignore my previous comment. Commented to wrong issue.
Generated at Thu May 16 06:22:22 UTC 2024 using JIRA 189.