Oleksandr Kruk

Results 3 comments of Oleksandr Kruk

Yes it's possible, you can build a job as follows: ``` ruby client = JenkinsApi::Client.new(.....) job = JenkinsApi::Client::Job.new(client) job.build( your_job_name, { :param_1 => param_1_value, :param_2 => param_2_value, :param_n => param_3_value...

Regarding to file, you can convert your file content to base64 and pass it to jenkins as a regular string/text parameter. Regarding the build number you can get it as...

Hello @jpoz, any chance this is getting into master soon? Do you need help with anything regarding this PR?