How to POST json parameters from Postman to Jenkins? How to POST json parameters from Postman to Jenkins? jenkins jenkins

How to POST json parameters from Postman to Jenkins?


If it's Postman that you would like to focus on, you can import the curl command straight into the application.

Postman curl

This creates a new request for you to use and it populates this request, based on the details in the command.

Postman

From here, you should be able to add your own URL and point this at the location you need.