-
Bug
-
Resolution: Not A Defect
-
Critical
-
None
-
2.176.3
Since upgrading to 2.176.3, my previous node script to trigger a Jenkins job remotely has stopped working, I now get an error 403: No valid crumb was included in the request
The steps my script is performing are:
- HTTP GET on
https://username:password@jenkinsurl/crumbIssuer/api/json - Parse output to get a crumb (this is still working, I get a crumb)
- HTTP POST to
https://username:password@jenkinsurl/job/blah/buildWithParameters?token=blah¶ms=blah with header= 'Jenkins-Crumb': crumb from step 1 - Receives response 403: No valid crumb was included in the request
This started straight after the upgrade.