Re: [Declarative Pipeline] default params not working after checkout

2017-01-03 Thread Dan Tran
false alarm, one of my -Dxxx=${params.yyy} did not use 'params.' (ie ${yyy}) The error could have been better. -- 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

Re: [Declarative Pipeline] default params not working after checkout

2017-01-02 Thread Andrew Bayer
This is using param.xyz? That should be getting the default value - if it's not, definitely open a JIRA. On Jan 2, 2017 18:21, "Dan Tran" wrote: > Hi > > My Jenkinsfile has a few parameters with default values and are fed into > maven step via -Dxxx=${param.yyy} > > the Maven job bails right a

[Declarative Pipeline] default params not working after checkout

2017-01-02 Thread Dan Tran
Hi My Jenkinsfile has a few parameters with default values and are fed into maven step via -Dxxx=${param.yyy} the Maven job bails right after the first invocation after checkout from git but work on subsequent 'build with parameters' here is the error: [Pipeline] End of Pipelinegroovy.lang