build-monitor-plugin
build-monitor-plugin copied to clipboard
Supporting for multi-configuration projects
Added new option in configuration for view. It is 'Show jobs for multi-configuration projects'. If you check it, you will see all of your jobs in your multi-configuration projects.
Presumably this handles #47 and a large part of #60
will this work with configurations made with multijob plugin?
will this work with configurations made with multijob plugin?
this works for Matrix Combinations plugin
Is the 'Show jobs for multi-configuration projects' option public? I would like to use it in my view, but don't have the checkbox that you had mentioned.
Do we have any plan in near future to make this happen? We use Configuration Matrix - Dynamic Axis option to run 100 of jobs and it gets challenging to figure out status of each job.
Thanks
I think it could be a useful feature, but I wasn't 100% convinced by the implementation as I wanted to avoid putting more logic into the, back then, already complex JobView class.
The functionality could be simplified and implemented quite easilty now that the JobView class is refactored thanks to the new Feature "mixins". This way the Matrix Builds logic could be encapsulated within it's own little Feature and mixed into the JobView when needed (depending on config, installed plugins, etc).
I'd be happy to review and merge a PR that uses the Feature mixins if anyone wants to pick this up?
Thanks, J
Any progress here? This coud be very usefull thing
It could be really awesome feature.