-1

I am able to configure and execute postman/newman build with the jenkins with the use of postman collection's environment variable and its working fine.

The issue is when i try to use global variable file along with the main collection and environment variable. Its not working, jenkins does not identify global variable.

  • Can you supply the command that you're using please? – Danny Dainton Sep 25 '18 at 14:25
  • Yes..Please find below: PATH of local system/npm/newman run PATH of local system/Note.postman_collection.json -e PATH of local system/Note.postman_environment.json --globals PATH of local system/Local_Build.postman_globals.json --insecure – user7598535 Sep 26 '18 at 05:23

1 Answers1

0

Hi Please use this command on MAC OS in shell command newman run Jenkins.postman_collection.json(Json file path) -e Staging.postman_environment.json(Environment variable path-json file) --globals Workspace.postman_globals.json(Global variable path-json file)