I\'ve downloaded the POSTMAN Chrome app in order to test some Web APIs on my local dev environment.
In addition, I\'ve downloaded the Newman cmd-line utility for Postman
Run command "which newman" in command prommpt. It will return something like - /c/Users/user1/AppData/Roaming/npm/newman
Now use fully qualified path returned by above mentioned command in Jenkins windows batch command box -
c:/Users/user1/AppData/Roaming/npm/newman -c demo.postman_collection.json