jenkins_api_client icon indicating copy to clipboard operation
jenkins_api_client copied to clipboard

Ruby Client libraries for communicating with Jenkins Remote Access API

Results 81 jenkins_api_client issues
Sort by recently updated
recently updated
newest added

```shell ➜ nevermore git:(develop) sudo gem install jenkins_api_client Password: Building native extensions. This could take a while... ERROR: Error installing jenkins_api_client: ERROR: Failed to build gem native extension. current directory:...

Currently in the `stop_build` method, there is logic to see if a job is building, it would be awesome to have this as a first class citizen method.

enhancement

When using build and just passing in `{}`, it doesn't use the `buildWithParameters` end point even though there are defaults filled out. I'll file an PR with a test for...

bug

Jenkins pipelines have become a household plugin for many organizations. The ability to automate the creation of pipeline views would be great. Unfortunately I could not find the appropriate hudson.model...

enhancement

Hi I wasnt able to find a method that would allow me to configure log rotation strategy when building a freestyle job ![capture](https://cloud.githubusercontent.com/assets/4602480/8067084/65164b76-0eb9-11e5-9a13-51945fd83273.PNG)

enhancement

Hi I wasnt able to find a method that would allow me to configure Windows Batch command when building a freestyle job ![capture](https://cloud.githubusercontent.com/assets/4602480/8067037/183ec1a2-0eb9-11e5-95cd-b7fb3b24fa97.PNG)

enhancement

I am writing a script to create a new Jenkins job using the api. But I can't find an option to add check out strategy. ![screen shot 2015-06-09 at 11...

enhancement

Hi We had issues in production where running jobs gets stuck and had to be stopped instantly, otherwise the whole master gets stuck. I am doing something like this for...

enhancement

Currently, any methods that call `post_data` always return only the status code due to the `handle_exceptions` method [not being passed any options](https://github.com/arangamani/jenkins_api_client/blob/master/lib/jenkins_api_client/client.rb#L448). It would be nice to allow options for...

enhancement

Try running your test suite; for me, I get failure, in all the tests that use completion_proc, in the functional job suite. And when I try to use a completion_proc...

bug