Hi, I have a job that I would like to trigger via REST where I have one parameter that I want to change every time and the other ones I would like to use the default values for. If I do a POST to /build it just ignores the default values and set them to empty. If I do a post to /buildWithParameters I can't set the new value for the parameter I want, the default values for all parameters are taken.
How can I achieve this? First do a GET to get the default values, and then do a POST to /build with all the parameters even if they are just the default? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/1a9bc9c4-be67-4549-8fd2-99ed92827bf7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
