Re: Multi Configuration Job Jenkinsfile

2017-02-23 Thread Daniel Beck
> On 24.02.2017, at 00:08, Douglas Ferguson wrote: > > How do I unsubscribe? If you're asking how to unsubscribe from this mailing list, see the footer in every email for instructions. -- You received this message because you are subscribed to the Google Groups "Jenkins

Re: Multi Configuration Job Jenkinsfile

2017-02-23 Thread Douglas Ferguson
How do I unsubscribe? On Thu, Feb 23, 2017 at 2:44 PM, R. Tyler Croy wrote: > (replies inline) > > On Thu, 23 Feb 2017, Chris Denneen wrote: > > > Sathish? What are you referring to here? > > This is UI configuration. I've had this for a while. > > I'm looking for

Re: Multi Configuration Job Jenkinsfile

2017-02-23 Thread Chris Denneen
Thanks R Tyler... I guess my bigger question is how to migrate away from Freestyle and Multi-Config type jobs into Pipeline/Groovy style jobs. Not sure there is a way to configure the build triggers or post build actions. For example kick off build when PR happens... I know these are checkboxes

Re: Multi Configuration Job Jenkinsfile

2017-02-23 Thread R. Tyler Croy
(replies inline) On Thu, 23 Feb 2017, Chris Denneen wrote: > Sathish? What are you referring to here? > This is UI configuration. I've had this for a while. > I'm looking for Jenkinsfile equivalent. There is no such thing as a "Multiconfiguration Pipeline" as such in Pipeline. You might find

Re: Multi Configuration Job Jenkinsfile

2017-02-23 Thread Chris Denneen
Sathish? What are you referring to here? This is UI configuration. I've had this for a while. I'm looking for Jenkinsfile equivalent. Thanks On Wednesday, February 22, 2017 at 9:58:31 PM UTC-5, sathish g wrote: > > > > On Sunday, February 19, 2017 at 8:17:29 PM UTC+5:30, Chris Denneen wrote: >>

Re: Multi Configuration Job Jenkinsfile

2017-02-22 Thread sathish g
On Sunday, February 19, 2017 at 8:17:29 PM UTC+5:30, Chris Denneen wrote: > > Anyone have any suggestions? > Trying to run a multi configuration job for different RUBY_VERSION and > PUPPET_VERSION. Also this job needs to pin the jobs on a particular slave > with slave axis > Use multi

Multi Configuration Job Jenkinsfile

2017-02-19 Thread Chris Denneen
Anyone have any suggestions? Trying to run a multi configuration job for different RUBY_VERSION and PUPPET_VERSION. Also this job needs to pin the jobs on a particular slave with slave axis -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group.

Multi Configuration Job Jenkinsfile

2017-02-10 Thread Chris Denneen
I'm looking for example to replace existing Multi Configuration Job with Jenkinsfile that handles X Y axis mapping. Also needs to support Matrix Configuration (so which X:Y mappings to do) and Slave label to run that job on. In the multi configuration job even if called from pipeline on node