【问题标题】:Postman integration with Jenkins, table not shown properlyPostman 与 Jenkins 集成,表格未正确显示
【发布时间】:2018-01-03 10:04:34
【问题描述】:

我已将 Postman 示例与 Jenkins 集成,并且在 newman cmd 行中同样可以正常工作,但在 Jenkins 中却没有。

[

【问题讨论】:

    标签: jenkins postman postman-collection-runner


    【解决方案1】:

    您可以在命令中添加不同的options,以更改输出。

    这可能对你有用:

    --disable-unicode
    

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

    【讨论】:

      【解决方案2】:

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

      newman run --disable-unicode <postman_collection_name>
      

      【讨论】:

        猜你喜欢
        • 2014-02-27
        • 1970-01-01
        • 2021-08-17
        • 2013-03-21
        • 2019-12-09
        • 1970-01-01
        • 1970-01-01
        • 2012-04-30
        • 1970-01-01
        相关资源
        最近更新 更多