Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-55561

Stages within stage thoriwng error

XMLWordPrintable

      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)

            Unassigned Unassigned
            shivurh Shivu R H
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: