-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build with parameters #15
Comments
Thanks. Can you provide some specific example of what you are trying to do and how other tools help you? |
Hi. With python-jenkins and jenkinsapi packages, I can call a job a provide parameters. A specific example:
j = jenkins.Jenkins('http://your_url_here', 'username', 'password') With autojenkins the "build" function does not take parameters so I would not be able to pass a parameter name/value. Thank you! |
+1 |
I'm impressed with how easy it is to use this, but the only thing keeping this from being useful to me is the lacking support for parameters. All of the jobs I would like to use this for have required parameters. |
I just extended the build action to accept a hash of parameters for parameterized builds. Not sure if anyone is still paying attention to this project, but it seemed like it would be useful for some stuff I'm doing at work, I just needed optional parameters |
Check out my fork of the project to see if you want to merge it |
@mroll feel free to send a PR |
sent it |
Thank you for the cool tool. One feature I'd love is the ability to pass parameters to a job with the "build" method. I end up using other tools because this feature is missing.
Thanks
The text was updated successfully, but these errors were encountered: