0

I have integrated a Postman sample with Jenkins and the same works properly in the newman cmd line, but not in Jenkins.

[Newman CMD[1]

Jenkins Execution

Vittal
  • 79
  • 1
  • 4
  • 10

2 Answers2

1

You can add different options to the command, to change the output.

This maybe useful to you:

--disable-unicode

Specify whether or not to force the unicode disable option. When supplied, all symbols in the output will be replaced by their plain text equivalents.

Danny Dainton
  • 23,069
  • 6
  • 67
  • 80
0

In your Jenkins job build section type

newman run --disable-unicode <postman_collection_name>