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

Pipeline Syntax Help does not show Parallel step syntax

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • pipeline
    • None
    • Jenkins ver. 1.651.3.1
      Pipeline Plugins >2.X

      Pipeline Syntax Help show an error instead Parallel step syntax

          [JENKINS-38404] Pipeline Syntax Help does not show Parallel step syntax

          Ryan Campbell added a comment -

          Jesse says this is a duplicate of a well known issue, can you please find and link it, Ivan?

          Ryan Campbell added a comment - Jesse says this is a duplicate of a well known issue, can you please find and link it, Ivan?

          recampbell I think that It is a side effect of a long known issue in Snippet Generator JENKINS-30572

          Ivan Fernandez Calvo added a comment - recampbell I think that It is a side effect of a long known issue in Snippet Generator JENKINS-30572

          Andrew Hsu added a comment -

          I can confirm this bug in Jenkins ver. 2.19.1. Hope this gets fixed in the next release because the parallel step is one of the most important ones to know how to use.

          In case somebody else comes to this ticket looking for the code from where the docs are intended to be generated from:
          https://github.com/jenkinsci/workflow-cps-plugin/blob/master/src/main/java/org/jenkinsci/plugins/workflow/cps/steps/ParallelStep.java

          Andrew Hsu added a comment - I can confirm this bug in Jenkins ver. 2.19.1. Hope this gets fixed in the next release because the parallel step is one of the most important ones to know how to use. In case somebody else comes to this ticket looking for the code from where the docs are intended to be generated from: https://github.com/jenkinsci/workflow-cps-plugin/blob/master/src/main/java/org/jenkinsci/plugins/workflow/cps/steps/ParallelStep.java

          James Dumay added a comment - - edited

          How can I reproduce this? I don't see a problem on the latest Jenkins and Pipeline components

          James Dumay added a comment - - edited How can I reproduce this? I don't see a problem on the latest Jenkins and Pipeline components

          To look at this exception you need

          • Open Steps Reference on Pipeline Syntax page
          • Expand documentation for parallel method

            OR
          • Open IntelliJ IDEA GDSL on Pipeline Syntax page
          • In the bottom of script there will be the same error

          Grigory Mischenko added a comment - To look at this exception you need Open Steps Reference on Pipeline Syntax page Expand documentation for parallel method OR Open IntelliJ IDEA GDSL on Pipeline Syntax page In the bottom of script there will be the same error

            Unassigned Unassigned
            ifernandezcalvo Ivan Fernandez Calvo
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: