jenkins_api_client
jenkins_api_client copied to clipboard
Ruby Client libraries for communicating with Jenkins Remote Access API
Added method to list all items in the build queue as objects and thus allowing to filter using the build parameters. The queued item object supports cancel request, in the...
Hi, This tool is very useful for my team, Thank you!. I've added CLI interface for adding/deleting node(s). 1. Using a json file for bulk node creation: `bin/jenkinscli node create_new_node...
Current create_freestyle method accepts parameters as a hash and creates the job. It doesn't currently support the build params. It should accept a nested hash of parameters as build parameters...
Is it possible to start a job and submit a file as parameter for the job? Is there some documentation for example on the use of job_params?
This create_multiconfig project should be able to create a multiconfiguration project by using input hash as parameters.
The chain function calls the unchain function. This creates a dependency on the order for adding jobs. for clarity I'll write down what the jobs look like in jenkins (jobs...
Jenkins sends a huge html page if something goes wrong in creating view as we use configSubmit. So catching the exception and displaying it in a more readable manner will...
As a user of the jenkins_api_client, I want to be able to query the status of the Next Execution panel (lower left, below running jobs). The jobs in this panel...