Currently, I am exploring postman for API automation and I am stuck with continuous integration process. Is it possible to do Continuous Integration with Postman using GoCD. I am only getting the documentation for CI with Jenkins and Postman.
You can use the GoCD to add about any command line task
https://www.go.cd/documentation/user/current/configuration/admin_add_task.html
If you are using postman collections and newman
for running these API tests you can configure GoCD to use the same commands used on jenkins (like on their blog)
which is
newman -c jenkins_demo.postman_collection --exitCode 1