Hello,
To preface, Iβm now to Postman/Forums. I am intending to run my postman collection through Newman and into Console Output. When I run to CMD I get a successful completion message with all of my Postman results. However, when I try to add this into Jenkins and run it through 'Execute Shell", I get the following:
As you can see, it says Finished: Success, but does not give me any details.
I have verified the following:
- npm and node installed globally.
- newman installed globally.
- Tried using both Windows Batch command and execute shell
Other notes:
- Using Windows 10
- Details appear if I run via CMD when using command newman run (Public link) or using newman run (postman location directory), but neither outputs postman details via Jenkins.
Please assist.