You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and with this, you need to be able to add params to the url using the build path as opposed to the buildWithParams. Unless I am missing something, I didn't see a way to to this currently. I posted a link below and the curl command that would duplicate the action.
I am using the Extended Choice Parameter plugin:
https://wiki.jenkins.io/display/JENKINS/Extended+Choice+Parameter+plugin
and with this, you need to be able to add params to the url using the build path as opposed to the buildWithParams. Unless I am missing something, I didn't see a way to to this currently. I posted a link below and the curl command that would duplicate the action.
https://wiki.jenkins.io/pages/viewpage.action?pageId=75433084
Jobs with parameters
Also see Parameterized Build.
Simple example - sending "String Parameters":
curl -X POST JENKINS_URL/job/JOB_NAME/build \ --data token=TOKEN \ --data-urlencode json='{"parameter": [{"name":"id", "value":"123"}, {"name":"verbosity", "value":"high"}]}
'The text was updated successfully, but these errors were encountered: