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

dangerous bug with buildWithParameters option.

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Blocker Blocker
    • core
    • None
    • Platform: All, OS: All

      I have created a single configuration project with "This build is parameterized"
      option.
      o VARIABLE NAME : FOO
      o goto the shell script and echo $FOO;sleep 120

      Now saved the configuration and started the build using following URL...

      http://localhost:8080/job/buildWithParameters/buildWithParameters?FOO=TEST1

      Now build #1 started.

      While the build #1 is going on, I have started few more builds.
      http://localhost:8080/job/buildWithParameters/buildWithParameters?FOO=TEST2
      http://localhost:8080/job/buildWithParameters/buildWithParameters?FOO=TEST3
      http://localhost:8080/job/buildWithParameters/buildWithParameters?FOO=TEST4
      http://localhost:8080/job/buildWithParameters/buildWithParameters?FOO=TEST5
      http://localhost:8080/job/buildWithParameters/buildWithParameters?FOO=TEST6

      When the build #1 is completed, build #2 & build #3 are started together.

      When the build #2 & #3 completed, build #4 & #5 are getting started together.

          [JENKINS-3154] dangerous bug with buildWithParameters option.

          vijayj created issue -
          Kohsuke Kawaguchi made changes -
          Resolution New: Duplicate [ 3 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]
          Kohsuke Kawaguchi made changes -
          Link New: This issue duplicates JENKINS-2997 [ JENKINS-2997 ]
          Andrew Bayer made changes -
          Status Original: Resolved [ 5 ] New: Closed [ 6 ]
          Jenkins IRC Bot made changes -
          Component/s New: core [ 15593 ]
          Component/s Original: parameters [ 15594 ]
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 133227 ] New: JNJira + In-Review [ 202009 ]

            huybrechts huybrechts
            vijayj vijayj
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: