On 07.08.2014, at 17:12, Hiran Chaudhuri <[email protected]> wrote:
> Now if I do that the triggered job always is displayed as "triggered by > anonymous user". Is there any chance to trigger it via REST such that the > upstream project information is kept? I could not find anything in the docs > or the online REST API help... Enable the 'trigger builds remotely' build trigger in the job configuration, then trigger builds by POSTing to /job/jobname/build?token=foo&cause=bar 'cause' is a magic parameter that lets you record the build cause when triggering this way. Not as nice as real upstream causes, but may work for you. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
