I\'ve been trying to trigger a build via the Jenkins API so far with no success. I configured a job on \'Trigger builds remotely\' and set a token, \'abc\'.
Then in post
Pass in POST headers, "Jenkins-Crumb:5740ac1b614ca59f5dd5ef151b2895b3".
Your Crumb can be obtained from the URL http://jenkins:8080/crumbIssuer/api/xml
In the POST body, use the appropriate Jenkins XML API request.
Here is my Postman images with parameters: