17
0
Fork 0

CI: only lint modified files

Dieser Commit ist enthalten in:
wpetit 2018-09-26 12:08:29 +02:00
Ursprung 9367e5e79e
Commit e4bb33e895
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen

2
Jenkinsfile vendored
Datei anzeigen

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