Hi Satpal,
Your posting gave me the indentice I needed (i.e. it confirmed the problem)
to keep hunting for solutions, and I finally found one.
http://stackoverflow.com/questions/8884166/how-do-i-dynamically-trigger-downstream-builds-in-jenkins
Peter.
On Friday, 29 August 2014 02:32:50 UTC+10,
Hi All,
I'm using some groovy post build script to kick off a job:
manager.listener.logger.println("Test job needs triggering")
ds_job = manager.hudson.getItem('MyTestJob')
def params = [ new StringParameterValue('Param1', param)]
ds_job.scheduleBuild2(0, new Cause.UpstreamCause(manage