jenkins_api_client
jenkins_api_client copied to clipboard
Ruby Client libraries for communicating with Jenkins Remote Access API
I'm experiencing a `JSON::ParserError` because of a bad character (in my case it's `0x1b`): Here's the stack trace that showed me where the issue was: This is the `JSON.parse` we're...
Jenkins response msg is not always between html p tabs. Some other times it is between html h2 tags. The proposed modification allows to get the msg sent by Jenkins...
Greetings! https://github.com/arangamani/jenkins_api_client/blob/72f49f2e7ef12d58a0e33856ca91962b2e27709b/lib/jenkins_api_client/plugin_manager.rb#L346 It appears the aforementioned line no longer works when interacting w/ Jenkins v2.192 as it throws the following error: ``` plugin_arr = ['slack', 'htmlpublisher'] jenkins_obj = JenkinsApi::Client.new( server_ip:...
I have a requirement to create jobs inside a specified folder to organize jobs in specified groups. Currently when I create a job it goes to root. If we cannot...
if you have a folder ex: https://myjenkins.com/job/rxb/ which contains jobs in it, the folder will be listed as a job
Incorporates jhoblitt's groovy script to get a full list of folders. See #210
Hi, I have a feature request to get the build status of a specific build number within a job. Sometimes I have multiple builds running at one time and would...
Hello, First of all, thank you for creating this gem. We're looking at using it to automate some Jenkins work 🙂 But we're concerned about the lack of recent activity....
Just a few clarifications and tidy-ups I came across while reading the documentation. Hope it helps!
1.5.3 from March 2017 is the latest available gem release: https://rubygems.org/gems/jenkins_api_client/versions/1.5.3. There have been a number of useful improvements since then. What are the plans to release a new version?