jenkins_api_client
jenkins_api_client copied to clipboard
Add capability to pass in build parameters to a create a job.
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 and include that to create the job if given.
Any update on this? It would be nice to have..