CI: only lint modified files

Cette révision appartient à :
wpetit 2018-09-26 12:08:29 +02:00
Parent 9367e5e79e
révision e4bb33e895
1 fichiers modifiés avec 1 ajouts et 1 suppressions

2
Jenkinsfile externe
Voir le fichier

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