-
Bug
-
Resolution: Unresolved
-
Minor
-
None
I'm trying to build pipeline using declarative pipeline by referring pipeline syntax .
From this, I'm getting the following -
WorkflowScript: 31: Unknown stage section "stages". Starting with version 0.5, steps in a stage must be in a steps block. @ line 31, column 17. stage('Branch C') { ^ WorkflowScript: 31: No "steps" or "parallel" to execute within stage "Branch C" @ line 31, column 17. stage('Branch C') { ^ 2 errors at org.codehaus.groovy.control.ErrorCollector.failIfErrors(ErrorCollector.java:310)
also from this -
Running in Durability level: MAX_SURVIVABILITY org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: WorkflowScript: 14: Unknown stage section "stages". Starting with version 0.5, steps in a stage must be in a steps block. @ line 14, column 9. stage('Sequential') { ^ WorkflowScript: 14: No "steps" or "parallel" to execute within stage "Sequential" @ line 14, column 9. stage('Sequential') { ^ 2 errors at org.codehaus.groovy.control.ErrorCollector.failIfErrors(ErrorCollector.java:310)
shivurh Please attach pipeline code thats causing this error.