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