Quantcast

[JIRA] (JENKINS-14785) Add support for slicing matrix job configuration

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-14785) Add support for slicing matrix job configuration

JIRA noreply@jenkins-ci.org
Issue Type: New Feature New Feature
Assignee: mdonohue
Components: configurationslicing
Created: 14/Aug/12 2:24 PM
Project: Jenkins
Priority: Major Major
Reporter: Guy Rozendorn
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-14785) Add support for slicing matrix job configuration

JIRA noreply@jenkins-ci.org
Jacob Robertson resolved New Feature JENKINS-14785 as Cannot Reproduce

If you want to re-open this, please do, and provide some more detail on the feature you're requesting.

Change By: Jacob Robertson (19/Sep/12 1:35 PM)
Status: Open Resolved
Resolution: Cannot Reproduce
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-14785) Add support for slicing matrix job configuration

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

What I meant it to slice the "Configuration Matrix" for matrix jobs

Change By: Guy Rozendorn (25/Sep/12 11:50 PM)
Resolution: Cannot Reproduce
Status: Resolved Reopened
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-14785) Add support for slicing matrix job configuration

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

i think below example could be useful to understand slicing "matrix(multi-configuration) jobs"
change label|slave name for matrix(multi-configuration) job- not changed if using "Evaluate Tied Label Slicer " because matrix job not having option “Restrict where this project can be run” to tie label. Here label/slaves tied at axis.
is this useful!!!

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] [configurationslicing] (JENKINS-14785) Add support for slicing matrix job configuration

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

Matrix jobs cannot be configured by current "Tied Label Slicer". Matrix job does not have "Restrict where this project can be run" which is set by this slicer. Instead they use label or label_exp (label expression) as one of the axes.

Hopefully the simplest way to implement this is to use label_exp field and copy the value there exactly the way it was set in "Tied Label Slicer".
That is in "Tied Label Slicer":

Tied Label Slicer
Configured Value Item Names
windows && 64bit
linux
my-special-label
my-job-name

New Label expression axis in my-job-name should be created (if does not exist). Value in Configured Value box should be copied to Label Expressions text box as is (with all the newlines). Slaves axis should be removed. Which results in that this matrix job will be run in 3 different environments that correspond to provided label expressions.

I hope that clears the requirements a little bit.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.
 
 
Loading...