Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.23 KB

File metadata and controls

20 lines (14 loc) · 1.23 KB

Parameterized-Remote-Trigger-Plugin

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