Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/jenkins/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Jenkins 无法在Jenkin和newman的Git hub存储库的嵌套文件夹中运行Postman集合_Jenkins_Jenkins Plugins_Jenkins Groovy_Jenkins Job Dsl_Jenkins Cli - Fatal编程技术网

Jenkins 无法在Jenkin和newman的Git hub存储库的嵌套文件夹中运行Postman集合

Jenkins 无法在Jenkin和newman的Git hub存储库的嵌套文件夹中运行Postman集合,jenkins,jenkins-plugins,jenkins-groovy,jenkins-job-dsl,jenkins-cli,Jenkins,Jenkins Plugins,Jenkins Groovy,Jenkins Job Dsl,Jenkins Cli,无法在Jenkin和newman的嵌套文件夹中运行Postman集合 我创建了邮递员收藏 提交并将代码推入github公共存储库 创造了詹金斯自由式的工作 当我运行我的作业时,我可以在jenkins控制台上看到提交消息 在windows批处理部分生成部分添加了Newman命令 e、 g 尝试将此作为项目根文件夹中的集合,例如Projectname\TestCollection.postman\u collection.json newman运行TestCollection.postman_col

无法在Jenkin和newman的嵌套文件夹中运行Postman集合

我创建了邮递员收藏 提交并将代码推入github公共存储库 创造了詹金斯自由式的工作 当我运行我的作业时,我可以在jenkins控制台上看到提交消息 在windows批处理部分生成部分添加了Newman命令 e、 g

  • 尝试将此作为项目根文件夹中的集合,例如Projectname\TestCollection.postman\u collection.json newman运行TestCollection.postman_collection.json--禁用unicode
  • 无法加载集合

  • 尝试将此作为文件夹内项目的集合,例如Projectname\Myfolder\TestCollection.postman\u collection.json newman run Myfolder\TestCollection.postman\u collection.json--禁用unicode
  • 无法加载集合

    无法加载集合

    注意:只有通过硬代码路径,它才能运行我的收藏

    请帮忙,提前谢谢