CI: only lint modified files

このコミットが含まれているのは:
wpetit 2018-09-26 12:08:29 +02:00
コミット 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"
}