This issue is archived. You can view it, but you can't modify it. Learn more

ExportXMLWordPrintable

      The following jenkins pipeline snippets results in "ERROR: Using a milestone step inside parallel is not allowed". But the milestone step is not used inside the parallel, it is outside.

      parallel (
          foo: {}, bar: {}
      )
      stage ('test') {
          milestone 1    
      }
      

            Assignee:
            Sam Van Oort
            Reporter:
            Jimmy Praet
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: