tasha-marreiros-zz / parameterized-remote-trigger-plugin

A plugin to Jenkins CI which triggers parameterized builds on a remote Jenkins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

###Screenshots System configuration option

System onfiguration option

Job setup options

select from drop-down

Job setup options

####Current Limitations

  1. Does not play well with Build Token Root Plugin URL formats. (added with this commit )
  2. No username/password authentication, must use a 'build authorization token'. (added with this commit )
  3. Follows a "fire & forget" model when triggering the remote build, which means that we don't know the status of the remote build, only if the request was successful or not. (added with this commit thanks to @timbrown5)

About

A plugin to Jenkins CI which triggers parameterized builds on a remote Jenkins

License:MIT License


Languages

Language:Java 100.0%