No commit activity in last 3 years
No release in over 3 years
Inovkes a job on a remote jenkins server
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 0
 Project Readme

Remote Jenkins Job

This script allows a job on a local instance of Jenkins to invoke a job on a remote instance of Jenkins. The local job will only pass when the remote job passes.

This script has only been tested with ruby 1.9.2

Installation

On the server that Jenkins is installed on, and as the jenkins user, run: gem install remote_jenkins_job

Usage

Create a new free-style software project.

Add a build step, and enter the following command: remote_jenkins_job <remote-job-url> <username> <password>

(username and password are optional - only required if your remote jenkins is password protected using HTTP Basic Authentication)