Re: Proper practice to migrate multi-configuration (matrix) job to pipeline job?

2016-06-30 Thread Rick Liu
Thank you Mark~ This is exactly what I'm looking for. Rick On Thursday, June 30, 2016 at 5:49:43 AM UTC-7, Mark Waite wrote: > > https://github.com/jenkinsci/pipeline-plugin/blob/master/TUTORIAL.md > includes a section on "Creating Multiple Threads". It seems like that > might be one way to ac

Re: Proper practice to migrate multi-configuration (matrix) job to pipeline job?

2016-06-30 Thread Mark Waite
https://github.com/jenkinsci/pipeline-plugin/blob/master/TUTORIAL.md includes a section on "Creating Multiple Threads". It seems like that might be one way to accomplish the permutation of models and variants that you need. I think you would define the values of the models and variants, then

Proper practice to migrate multi-configuration (matrix) job to pipeline job?

2016-06-30 Thread Rick Liu
I'm planing to migrate Jenkins1 multi-configuration (matrix) job to Jenkins2 pipeline (-as-Code) approaches, but it seems the pipeline job and multi-branch pipeline job don't support multi-configuration (matrix) job directly. What's the best practice to achieve this? Assume my project has 100+