在配置jenkins job时,添加构建步骤Execute Windows batch command,输入执行rebot命令

报错信息:
Call C:\Python27\Scripts\rebot.bat -o output.xml *.xml 
Build step 'Execute Windows batch command' marked build as failure
 
解决方法:最后加上exit 0 或者exit 1


相关文章:

  • 2022-12-23
  • 2021-12-24
  • 2021-08-02
  • 2021-05-09
  • 2022-12-23
  • 2021-04-03
  • 2021-12-03
猜你喜欢
  • 2021-07-19
  • 2022-12-23
  • 2021-11-12
  • 2022-12-23
  • 2021-12-07
  • 2021-06-08
  • 2022-12-23
相关资源
相似解决方案