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

Warning text about several upstream jobs shown even though there is only one upstream job

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • multijob-plugin
    • None

      Below text is shown even it the job only has one upstream job.
      "There are other upstream projects for this job. It's possible, although very low probability, that multijob will be unable to execute concurrently the same job, due to Jenkins limitation. In such cases, recommended to clone the job."

          [JENKINS-20790] Warning text about several upstream jobs shown even though there is only one upstream job

          Bowse Cardoc added a comment -

          Bugfix implemented: Check if "upstreamProjects.size()" is larger than 1 rather than 0.

          @Plugin owners: please review code modification (only 1 line of code )

          Bugfix committed to the branch:
          https://github.com/andresoderlind/tikal-multijob-plugin/tree/ISSUE-J-20790

          Bowse Cardoc added a comment - Bugfix implemented: Check if "upstreamProjects.size()" is larger than 1 rather than 0. @Plugin owners: please review code modification (only 1 line of code ) Bugfix committed to the branch: https://github.com/andresoderlind/tikal-multijob-plugin/tree/ISSUE-J-20790

          Hi Andre, perhaps you could try doing sending a "Pull Request" for visibility and review by the plugin owners. https://help.github.com/articles/using-pull-requests

          Gemini Agaloos added a comment - Hi Andre, perhaps you could try doing sending a " Pull Request " for visibility and review by the plugin owners. https://help.github.com/articles/using-pull-requests

          Fix in 1.14

          Mathieu Cantin added a comment - Fix in 1.14

            asod Bowse Cardoc
            asod Bowse Cardoc
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: