-
Bug
-
Resolution: Not A Defect
-
Major
-
None
Running on Jenkins 2.33.2, Declarative pipeline 1.9.3. on remote node. I am following the documentation Example 25. Parallel Stages, Declarative Pipeline (https://www.jenkins.io/doc/book/pipeline/syntax/) but I get this error message:
```
WorkflowScript: 29: Unknown stage section "stage". Starting with version 0.5, steps in a stage must be in a ‘steps’ block. @ line 29, column 5.
stage('On fidji') {
```
My Jenkinsfile attached.