-
-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiconfiguration Job Support - Extends "features mixins" #338
base: master
Are you sure you want to change the base?
Multiconfiguration Job Support - Extends "features mixins" #338
Conversation
Multiconfiguration Jobs included in a Build Monitor View may be configured to show a widget for each build configuration -Generic support for representing a single Job with multiple JobView instances -Configurable -Unit Tested -Acceptance Tested
Do not merge yet. Troubleshooting NoClassDefFoundError when comparing the job type to MatrixProject.
|
Added optional plugin dependency to resolve this problem. |
Hey @jan-molak, we tried to follow the guidance from #62. Effectively, this PR extends "feature mixins" to allow a single job to present multiple JobView instances. However, I am skeptical this is the right direction to take things. There are a few different directions we could take things.
What are your immediate thoughts on this PR? |
Hey @NeverOddOrEven, @mwitcraft ! Multi-configuration projects, as well as support for folders and any other concept of grouping, is something that's been requested for quite some time. Regretfully, I didn't get a chance to commit enough time to solve this problem yet, but I'd be happy to help you out with direction. To answer your questions:
|
The problem:
The most robust approach:
|
Multiconfiguration Jobs included in a Build Monitor View may be configured to show a widget for each build configuration