
Steps:
1.Started Jenkins on localhost.
2.Create Job-->Select Freestyle project-->Add Build step-->Exceute shell-->Enter "newman run PATH/to/collection -r html,cli"
3.Build now
Result is in attached screenshot.
-->Newman: command not found
newman version: 3.2.0
OS : OSX yosemite 10.10.5
jenkins: 2.19.3
Had some issues with PATH
changed to this PATH=/usr/local/bin:$PATH newman -v
That's great @nitinEd, have a good one!
@nitinEd I also replicated the issue you've mentioned here. How did you fixed it? I didn't get how to setup the PATH.. A step for fixing this would really help. Thanks in advance.
Nevermind. I figured it out now.
it works

Thanks it works
So much trouble and no clear answers on the web and then i stumbled upon @jltoo comment and solution. Thanks that work like a charm! 馃憤
Most helpful comment
Nevermind. I figured it out now.