forgot to wrap the steps in a steps block
This commit is contained in:
Vendored
+3
-1
@@ -21,7 +21,9 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage('Code Linting') {
|
||||
sh 'bundle exec rubocop --format html --out rubocop.html'
|
||||
steps {
|
||||
sh 'bundle exec rubocop --format html --out rubocop.html'
|
||||
}
|
||||
}
|
||||
stage('Run tests') {
|
||||
steps {
|
||||
|
||||
Reference in New Issue
Block a user