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 Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/37F7C345-F641-4F4C-B2AC-D11831886E6B%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


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 Jenkinsfile equivalent.
>
>
> There is no such thing as a "Multiconfiguration Pipeline" as such in
> Pipeline.
> You might find the use of the parallel() step to be helpful here however:
> https://jenkins.io/doc/book/pipeline/jenkinsfile/#
> advanced-scripted-pipeline
>
>
> - R. Tyler Croy
>
> --
>  Code: 
>   Chatter: 
>  xmpp: rty...@jabber.org
>
>   % gpg --keyserver keys.gnupg.net --recv-key 1426C7DC3F51E16F
> --
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/jenkinsci-users/20170223204415.jsko7a6zrioa6fsk%40blackberry.
> coupleofllamas.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CANn_YzCMLL-19vkxyumNj56yLv_gPA1Cdzfvg%2BA4TSoyqGkiFQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 
in UI but in moving to "config as code" is there a way to do this in the 
Jenkinsfile? Do you recommend saving the xml off and using jenkinsci-puppet 
module? or something like JJB?

On Thursday, February 23, 2017 at 3:48:01 PM UTC-5, 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 Jenkinsfile equivalent. 
>
>
> There is no such thing as a "Multiconfiguration Pipeline" as such in 
> Pipeline. 
> You might find the use of the parallel() step to be helpful here however: 
> 
> https://jenkins.io/doc/book/pipeline/jenkinsfile/#advanced-scripted-pipeline 
>
>
> - R. Tyler Croy 
>
> -- 
>  Code:  
>   Chatter:  
>  xmpp: rty...@jabber.org  
>
>   % gpg --keyserver keys.gnupg.net --recv-key 1426C7DC3F51E16F 
> -- 
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/3d152e69-519f-4f32-8245-8dd462bef660%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 the use of the parallel() step to be helpful here however:
https://jenkins.io/doc/book/pipeline/jenkinsfile/#advanced-scripted-pipeline


- R. Tyler Croy

--
 Code: 
  Chatter: 
 xmpp: rty...@jabber.org

  % gpg --keyserver keys.gnupg.net --recv-key 1426C7DC3F51E16F
--

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/20170223204415.jsko7a6zrioa6fsk%40blackberry.coupleofllamas.com.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: PGP signature


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:
>>
>> 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 configuration job with Configuration Matrix
>
>
>
> https://www.safaribooksonline.com/library/view/jenkins-the-definitive/9781449311155/ch10s04.html
>  
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/df99f3e6-629b-4f85-9f5b-92f29c8e1a28%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 configuration job with Configuration Matrix


https://www.safaribooksonline.com/library/view/jenkins-the-definitive/9781449311155/ch10s04.html
 

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/f5152492-bd0d-4dd7-8175-11297d4e005a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/3567ebf5-406c-46f0-8f15-7893bd1e90d7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 X... 
when it runs the child jobs it runs them on random nodes without a Slave 
Axis.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/ea3da699-0199-42f4-b3cc-5aba19a370b7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.