Parameter passing

2016-04-29 Thread Hector Magnanao
All, I am using PTC Integrity as my SCM tool and I'm on Jenkins 1.625.2 on Windows. I'm trying to pass a parameter to the field for 'Integrity Project' and I can't seem to make it work. Is there a way to pass a parameter to the Integrity Project field to be able to pick the correct developme

Re: Need help with parameter passing (want to pass both downstream and upstream)

2012-12-19 Thread bearrito
Package up the file as an artifact? Have Job A retrieve it and then pass it to C? If that seems like too much then just copy the file from B's workspace into A' then inject as an envar. My approach is to use the BuildFlow plugin. Much greater flexibility as far as conditional job execution. It

Re: Need help with parameter passing (want to pass both downstream and upstream)

2012-12-19 Thread Marek Gimza
Haev a look at the Multi-Job plugin. This is essentially what we do as well, and use the Multi-Job plugin Job as the Master . ... Mgimza On Wed, Dec 19, 2012 at 2:28 PM, Ken Beal wrote: > Hi,** > > ** ** > > I have three jobs. A invokes B, waits for it to complete, and then > invokes C. B

Need help with parameter passing (want to pass both downstream and upstream)

2012-12-19 Thread Ken Beal
Hi, I have three jobs. A invokes B, waits for it to complete, and then invokes C. B gets some data dynamically. This needs to be given to C. (The real names for these jobs are "Monitor", "Deploy", and "Test"; we're building a deployment pipeline, post-build.) Job B gets some new