Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenkinsci/parameterized-remote-trigger-plugin
A plugin to Jenkins CI which triggers parameterized builds on a remote Jenkins
https://github.com/jenkinsci/parameterized-remote-trigger-plugin
Last synced: 3 months ago
JSON representation
A plugin to Jenkins CI which triggers parameterized builds on a remote Jenkins
- Host: GitHub
- URL: https://github.com/jenkinsci/parameterized-remote-trigger-plugin
- Owner: jenkinsci
- License: mit
- Fork: true (morficus/Parameterized-Remote-Trigger-Plugin)
- Created: 2013-11-30T10:58:12.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-08T01:57:00.000Z (3 months ago)
- Last Synced: 2024-08-08T04:02:30.584Z (3 months ago)
- Language: Java
- Homepage: https://plugins.jenkins.io/Parameterized-Remote-Trigger/
- Size: 1.23 MB
- Stars: 54
- Watchers: 114
- Forks: 140
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
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](https://wiki.jenkins-ci.org/display/JENKINS/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](https://wiki.jenkins-ci.org/display/JENKINS/Quick+and+Simple+Security) ), and plays nicely with these other guys:
- [Build Token Root Plugin](https://wiki.jenkins-ci.org/display/JENKINS/Build+Token+Root+Plugin)
- [Credentials Plugin](https://wiki.jenkins-ci.org/display/JENKINS/Credentials+Plugin)
- [Token Macro Plugin](https://wiki.jenkins-ci.org/display/JENKINS/Token+Macro+Plugin)Please take a look at the [change log](CHANGELOG.md) for a complete list of features and what not.
## Usage
1. [System configuration options](README_SystemConfiguration.md)
2. [Job setup options](README_JobConfiguration.md)
3. [Pipeline setup options](README_PipelineConfiguration.md)