Fail on lint warnings
Core Repos/Rack/pipeline/head This commit looks good
Core Repos/Rack/pipeline/pr-master Build started...

This commit is contained in:
Cameron Cordes
2020-06-17 14:08:53 -04:00
parent 4623ed0802
commit e80af99d18
Vendored
+1 -1
View File
@@ -15,7 +15,7 @@ pipeline {
}
stage('lint') {
steps {
sh 'cargo clippy'
sh 'cargo clippy -- -D warnings'
}
}
stage('test') {