Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经将 Postman 示例与 Jenkins 集成在一起,并且在 newman cmd 行中也可以正常工作,但在 Jenkins 中却不能。
[
您可以向命令添加不同的选项,以更改输出。
这可能对您有用:
--disable-unicode
指定是否强制禁用 unicode 选项。提供后,输出中的所有符号都将替换为其纯文本等效项。
在您的 Jenkins 作业构建部分类型中
newman run --disable-unicode <postman_collection_name>