Re: Build Flow Plugin questions on how to access defined values

2015-02-24 Thread Katie Outram
Thanks! What worked for me was println bParent.build.properties.environment['GIT_TREE'] The issue I had was due to the quotes and how I was using them. Thanks for your help! On Thursday, February 19, 2015 at 10:53:47 AM UTC-5, rginga wrote: > I’m thinking that this: > > > > println “$

RE: Build Flow Plugin questions on how to access defined values

2015-02-19 Thread Ginga, Dick
I’m thinking that this: println “${TOOL_BRANCH}” needs to be this: println params[‘TOOL_BRANCH’] what you cannot do is “Create” a new environment or parameter value inside your build-flow and access that outside in a real post-build step. From: jenkinsci-users@googlegroups.com [mailto:jenkin