[Robot Framework] Jenkins上调用Rebot命令时执行报错不往下执行其他命令

在配置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


posted on 2018-08-27 12:44  张缤分  阅读(347)  评论(0编辑  收藏  举报

导航