如何整合Jenkins和Eslint XML文件?

时间:2015-10-23 10:31:04

标签: jenkins checkstyle eslint

我最近发现问题“How to integrate Eslint with jenkins?”,看起来很棒,但实际上并没有达到预期效果。

我已经用jenkins安装了checkstyle,但它没有像这张图片一样显示:

the way checkstyle was supposed to integrated with jenkins

在构建后操作部分,它不允许我插入我的eslint xml文件。

我是否有另一种方法可以让checkstyle与eslint一起正常工作,并且每当eslint失败时都会失败?

谢谢

1 个答案:

答案 0 :(得分:0)

不幸的是,与构建步骤相反,构建后操作仍未按字母顺序排列在Jenkins 1.625.1的相应下拉列表中。

安装Checkstyle Plugin后,

发布Checkstyle分析结果位于Jenkins列表的最顶部。

如果脚本不成功,即如果其返回状态大于零,请参阅Conditional BuildStep Plugin以使构建失败。