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

Build flow with parallel jobs requires "read" permissions for Anonymous, fails silently

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • build-flow-plugin
    • None
    • java.runtime.version 1.6.0_26-b03
      os.name Windows 7
      os.arch x86
      Jenkins 1.467 (but tried version before that as well)

      Setting up a Build Flow project with the following configuration (tried maybe different combinations of white space/newlines

      parallel (

      { build("Master Wayfinder .NET") }

      ,

      { build("Master Wayfinder Flex") }

      )

      build("Master - Wayfinder Archive")

      When the build starts I get this in the console...
      parallel {
      }
      Trigger job Master - Wayfinder Archive

      So it triggers the last build but doesn't trigger the builds before it.

            ndeloof Nicolas De Loof
            muruke Luke Murray
            Votes:
            6 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: