Skip to content

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

License

Notifications You must be signed in to change notification settings

isabella232/parameterized-remote-trigger-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.5%
  • HTML 3.5%