Re: Howto trigger a remote job from a pipeline job

2016-12-06 Thread Victor Martinez
Maybe the below snippet helps: - https://github.com/jenkinsci/pipeline-examples/blob/master/pipeline-examples/trigger-job-on-all-nodes/triggerJobOnEveryNode.groovy#L11-L15 Cheers On Tuesday, 6 December 2016 11:45:25 UTC, Martin Schmude wrote: > > Hello, > > I want to trigger a parameterized rem

Howto trigger a remote job from a pipeline job

2016-12-06 Thread 'Martin Schmude' via Jenkins Users
Hello, I want to trigger a parameterized remote job from a pipeline job and can't find out, if this is possible, and if so how to code the trigger. There is a build step for Jenkins pipelines, that triggers jobs. But it seems, that it cannot be applied to remote jobs. Any help? Thanks! -- You