i was able to get this working in a better and minimalistic way by following this: https://learning.postman.com/docs/running-collections/using-newman-cli/integration-with-jenkins/ .
steps:
- configure jenkins pipeline to use node
- in the build script → install newman package and use newman run <PATH_TO_COLLECTION>
- build it
sharing the screen shot of jenkins job configuration