Skip to content
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

Supporting for multi-configuration projects #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

daimor
Copy link

@daimor daimor commented May 23, 2014

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.

@drekbour
Copy link
Contributor

drekbour commented Jun 6, 2014

Presumably this handles #47 and a large part of #60

</div>
</f:entry>

<f:entry title="${%Show jobs for multi-configuration projects}">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reformatted the file with different whitespace - that's makes review difficult as it hides the real change!

  • Can you move the new setting with the other Build Monitor Settings (i.e. after the cut'n'paste block which is important to keep unchanged)
  • I'm not sure of the terminology here. Is it a "matrix project" or "multi-configuration project" ?

@rooep
Copy link

rooep commented Jul 7, 2014

will this work with configurations made with multijob plugin?

@daimor
Copy link
Author

daimor commented Jul 7, 2014

will this work with configurations made with multijob plugin?

this works for Matrix Combinations plugin

@dmkamin
Copy link

dmkamin commented Jul 4, 2016

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.

@hkesar
Copy link

hkesar commented Sep 7, 2016

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

@jan-molak
Copy link
Member

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

@dimkin-eu
Copy link

dimkin-eu commented Feb 27, 2017

Any progress here? This coud be very usefull thing

@shlomibe
Copy link

It could be really awesome feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants