CI: only lint modified files

这个提交包含在:
wpetit 2018-09-26 12:08:29 +02:00
父节点 9367e5e79e
当前提交 e4bb33e895
共有 1 个文件被更改,包括 1 次插入1 次删除

2
Jenkinsfile vendored
查看文件

@ -27,7 +27,7 @@ pipeline {
steps {
script {
try {
sh "make lint"
sh 'make LINT_ARGS="--new-from-rev=HEAD~" lint'
} catch(ex) {
currentBuild.result = "UNSTABLE"
}