Parameterized Remote Trigger

A plugin for Jenkins CI that gives you the ability to trigger parameterized builds on a remote Jenkins server as part of your build.

Similar to the Parameterized Trigger Plugin, but for remote servers.

This is done by calling the /buildWithParameters URL on the remote server. (or the /build URL, if you don't specify any parameters)

This plugin also has support for build authorization tokens (as defined here ), and plays nicely with these other guys:

Please take a look at the change log for a complete list of features and what not.

Usage

  1. System configuration options
  2. Job setup options
  3. Pipeline setup options