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)

          [JENKINS-55561] Stages within stage thoriwng error

          Vivek Pandey added a comment -

          shivurh Please attach pipeline code thats causing this error.

          Vivek Pandey added a comment - shivurh Please attach pipeline code thats causing this error.

          Andrew Bayer added a comment -

          What version of "Pipeline: Declarative" do you have installed? You need 1.3 or later for sequential stages, and it looks like you have 1.2.9 or earlier, based on the error messages.

          Andrew Bayer added a comment - What version of "Pipeline: Declarative" do you have installed? You need 1.3 or later for sequential stages, and it looks like you have 1.2.9 or earlier, based on the error messages.

          Shivu R H added a comment - - edited

          Thank you vivek and abayer for your paying attention.

          vivek I tried this snippet.

          abayer I'm having older versions -

          • Jenkins (2.107.1)
          • Pipeline: Declarative(1.2.7)

          Seems to be I need to upgrade to avail the nesting at sub stages.

           

           

           

          Shivu R H added a comment - - edited Thank you vivek and abayer for your paying attention. vivek I tried this snippet. abayer I'm having older versions - Jenkins (2.107.1) Pipeline: Declarative(1.2.7) Seems to be I need to upgrade to avail the nesting at sub stages.      

          Shivu R H added a comment -

          Thanks abayer, I've upgraded to jenkins to 2.150.2 and Pipeline: Declarative to - 1.3.4.1. Will update once my nesting of jobs works fine.

          Shivu R H added a comment - Thanks abayer , I've upgraded to jenkins to 2.150.2 and Pipeline: Declarative to - 1.3.4.1. Will update once my nesting of jobs works fine.

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

              Created:
              Updated: