Re: Loading properties from a file in Jenkins 2.0 pipeline

2016-09-22 Thread Pete Singleton
roperties' /* * From build.properties file*/def > Var1= props["SOME_PROPERTY"]def Var2= props["ANOTHER_PROPERTY"] > > > On Wed, Sep 21, 2016 at 8:22 AM, Pete Singleton <pete.single...@gmail.com> > wrote: > >> Hi, I'm having exac

Re: Loading properties from a file in Jenkins 2.0 pipeline

2016-09-21 Thread Pete Singleton
Hi, I'm having exactly the same issue (having only started with Jenkins 2.0 in the last couple of days). I've tried the Pipeline Utility, tried the EnvInject plugin, also tried opening the file using Groovy file operations, no success! Did you manage to solve this?? On Thursday, 8 September