SVN_REVISION - quick question

2013-01-09 Thread zw
Hi All We have a chained job (4 subjobs, chained together). All the subjobs's Repository URL has similar strings like https://abcdef.wsxedc.com/svn/prod/1.0/src@${SVN_REVISION} We set the first chain job with This build is parameterized - String parameter - name as SVN_REVISION, value as HEAD

Re: SVN_REVISION - quick question

2013-01-09 Thread cjo
What you need to do is pass the parameter for the SVN_REVISON that is generated in the first job down to the chained jobs. Simple solution using parameterized trigger plugin[1] (assumes you don't want to start downstream jobs directly with parameters) Start job, has REVISION string parameter,

Re: SVN_REVISION - quick question

2013-01-09 Thread zw
hi cjo Thanks for responding. I think we had already done with your suggestion and it didnt work. On Wednesday, January 9, 2013 2:10:36 AM UTC-8, cjo wrote: What you need to do is pass the parameter for the SVN_REVISON that is generated in the first job down to the chained jobs. Simple