forgot to wrap the steps in a steps block
This commit is contained in:
Vendored
+2
@@ -21,8 +21,10 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage('Code Linting') {
|
||||
steps {
|
||||
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