0

我已经将 Postman 示例与 Jenkins 集成在一起,并且在 newman cmd 行中也可以正常工作,但在 Jenkins 中却不能。

[纽曼 CMD[1]

詹金斯执行

4

2 回答 2

1

您可以向命令添加不同的选项,以更改输出。

这可能对您有用:

--disable-unicode

指定是否强制禁用 unicode 选项。提供后,输出中的所有符号都将替换为其纯文本等效项。

于 2018-01-03T10:10:36.650 回答
0

在您的 Jenkins 作业构建部分类型中

newman run --disable-unicode <postman_collection_name>
于 2020-10-21T06:01:27.237 回答