CI: only lint modified files

This commit is contained in:
wpetit 2018-09-26 12:08:29 +02:00
vecāks 9367e5e79e
revīzija e4bb33e895
1 mainīti faili ar 1 papildinājumiem un 1 dzēšanām

2
Jenkinsfile ārējs
Parādīt failu

@ -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"
}