Re: [pipline] have jenkins to override default parameter's values

2017-01-20 Thread Dan Tran
is it reasonable to ask for this enhancement, a jenkins pipeline to trigger another jenkins pipeline? On Friday, January 20, 2017 at 10:34:08 AM UTC-8, Dan Tran wrote: > > Very reasonable. May be better if jenkins pipeline can trigger another > pipeline. This way we can place each site param

Re: [pipline] have jenkins to override default parameter's values

2017-01-20 Thread Dan Tran
Very reasonable. May be better if jenkins pipeline can trigger another pipeline. This way we can place each site params in source control On Thursday, January 19, 2017 at 4:59:33 PM UTC-8, David Karr wrote: > > The number of parameters is only a problem if they have to override > most of the va

Re: [pipline] have jenkins to override default parameter's values

2017-01-19 Thread David Karr
The number of parameters is only a problem if they have to override most of the values. If most of the parameters can take their default values, then it's not that annoying. They could then define a parameterized pipeline job that calls your pipeline, so they can customize the behavior for their o

[pipline] have jenkins to override default parameter's values

2017-01-16 Thread Dan Tran
Hi I have a jenkinsfile which has a bunch of parameters with default values for my site, then another team would like to re-use it on their site,but the number parameters are overwhelming it is possible to have user the provide another file ( stored at their jenkins) to override the original