Re: passing parameters with build flow plugin

2012-09-06 Thread ola nilsson
Use the parameterized build plugin (for the unit-tests job) and setup a string variable called MYSVN_REV (SVN_REVISION is a 'built-in'). Pass the variable into the build from the flow DSL like you show above. Then, in the unit-tests job config use MYSVN_REV (it's an environment variable) in the

Re: passing parameters with build flow plugin

2012-08-20 Thread Tomek Kaczanowski
Hi All, any hints? -- Regards, Tomek Kaczanowski On 13 Sie, 17:45, Tomek Kaczanowski wrote: > Hi All, > > could someone post an example on how to read parameters passed from > one job to another using Build Flow plugin? Plugin > documentationhttps://wiki.jenkins-ci.org/display/JENKINS/Build+Fl

passing parameters with build flow plugin

2012-08-13 Thread Tomek Kaczanowski
Hi All, could someone post an example on how to read parameters passed from one job to another using Build Flow plugin? Plugin documentation https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Plugin gives information on how to put a parameter to the job, but does not show how to use them there