My HTML code is like below where i pass the crumb and try to trigger a Jenkins DSL job along with passing parameters:
<html><body><tr><td><form action='https://localhost:8080/job/myjob1/buildWithParameters?paramone=myhost1-stop-myfolder -H Jenkins-Crumb:d863847724897hghjtg37684yh4j3y9847dsfhkuhd' method=POST><input type='submit' value='START'/></form></td></tr></body></html> On the browser i see the URL as: https://localhost:8080/job/myjob1/buildWithParameters?paramone=myhost1-stop-myfolder%20-H%20Jenkins-Crumb:d863847724897hghjtg37684yh4j3y9847dsfhkuhdI I frankly have no idea how can I pass the crumb using HTML submit button. I had obtained my crumb from https://localhost:8080/crumbIssuer/api/xml When i click on START button i get HTTP ERROR 403 No valid crumb was included in the request My Jenkins has SAML based SSO for login and I would like the user triggering the START button to login with his credentials hence, I do not pass the credentials in the URL. The job myjob1 is configured to be triggered remotely. Also, I'm able to trigger the job using curl utility but not sure how-to using HTML button. Can you please suggest how to get this to work? -- 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 jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/8d5e3e1a-5adc-4b96-8fdc-d5765ccf5dd8o%40googlegroups.com.