rubocop #29
Vendored
+2
@@ -23,9 +23,11 @@ pipeline {
|
||||
}
|
||||
stage('Code Linting') {
|
||||
steps {
|
||||
catchError(buildResult: 'UNSTABLE', stageResult: 'FAILURE') {
|
||||
sh 'bundle exec rubocop --format html --out rubocop.html'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Run tests') {
|
||||
steps {
|
||||
catchError(buildResult: 'UNSTABLE', stageResult: 'FAILURE') {
|
||||
|
||||
Reference in New Issue
Block a user