Re: Custom pipeline jobs

2019-03-04 Thread Chris Overend
Jenn, We do not test with a CI strategy. We have a limited number things that we do with some parallelization. 1. clone or merge 2. in parallel a. build product for (window (32, 64), linux (32, 64)) b. run many different types of tests c. generate report on tests 3. generate

Re: Custom pipeline jobs

2019-03-01 Thread RAJENDRA PRASAD
Hope this link can help you: https://jenkins.io/doc/pipeline/steps/workflow-cps/ Thanks, Rajendra On Fri, 1 Mar, 2019, 22:06 Chris Overend, wrote: > Anyone have any ideas how I can create dynamic pipeline scripts > > -- > You received this message because you are subscribed to the Google

Re: Custom pipeline jobs

2019-03-01 Thread Jenn Briden
What are you trying to do that wouldn't work in a standard pipeline? We are working on pipeline improvements, so it's useful to understand why people resort to scripting. On Fri, Mar 1, 2019, 08:36 Chris Overend wrote: > Anyone have any ideas how I can create dynamic pipeline scripts > > -- >

Re: Custom pipeline jobs

2019-03-01 Thread Chris Overend
Anyone have any ideas how I can create dynamic pipeline scripts -- 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.

Custom pipeline jobs

2019-02-20 Thread Chris Overend
Is it possible to pass groovy scripts to a pipeline job I want to be able to configure custom groovy scripts based on options selected by my users. I could have a massive script with many "if" clauses. It would be nicer to create a groovy script based on selected options. this api would then be