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

Throttle Concurrent Builds on scheduled builds at the same time

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • throttle-concurrents 1.9.0
      Jenkins ver. 2.7.1

      Number of Executors: 2

      If two jobs are configured as shown below, both jobs are started and executed at the same time. What i expected is that one of them starts and the second one is in the build queue.
      The same behavior occurs, if they are triggered by a post-commit hook.
      The real use case is triggered by a post-commit hook, the example depicted below is only to reproduce this behavior.

      Cofiguration of job A:
      Throttle Concurrent Builds

      • Throttle this project as part of one or more categories
      • Maximum Total Concurrent Builds: 1
      • Maximum Concurrent Builds Per Node: 1
      • Multi-Project Throttle Category: Catergory_1

      Build periodically
      Schedule 30 11 * * *

      Configuration of job B:
      Throttle Concurrent Builds

      • Throttle this project as part of one or more categories
      • Maximum Total Concurrent Builds: 1
      • Maximum Concurrent Builds Per Node: 1
      • Multi-Project Throttle Category: Catergory_1

      Build periodically
      Schedule 30 11 * * *

          [JENKINS-36915] Throttle Concurrent Builds on scheduled builds at the same time

          Thomas Sauter created issue -
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 173668 ] New: JNJira + In-Review [ 185274 ]
          Thomas Sauter made changes -
          Description Original: Number of Executors: 2

          If two jobs are configured as shown below, both jobs are started and executed at the same time. What i expected is that one of them starts and the second one is in the build queue.
          The same behavior occurs, if they are triggered by a post-commit hook.

          Cofiguration of job A:
          *Throttle Concurrent Builds*
          * Throttle this project as part of one or more categories
          * Maximum Total Concurrent Builds: 1
          * Maximum Concurrent Builds Per Node: 1
          * Multi-Project Throttle Category: Catergory_1

          *Build periodically*
          Schedule 30 11 * * *

          Configuration of job B:
          *Throttle Concurrent Builds*
          * Throttle this project as part of one or more categories
          * Maximum Total Concurrent Builds: 1
          * Maximum Concurrent Builds Per Node: 1
          * Multi-Project Throttle Category: Catergory_1

          *Build periodically*
          Schedule 30 11 * * *
          New: Number of Executors: 2

          If two jobs are configured as shown below, both jobs are started and executed at the same time. What i expected is that one of them starts and the second one is in the build queue.
          The same behavior occurs, if they are triggered by a post-commit hook.
          The real use case is triggered by a post-commit hook, the example depicted below is only to reproduce this behavior.

          Cofiguration of job A:
          *Throttle Concurrent Builds*
          * Throttle this project as part of one or more categories
          * Maximum Total Concurrent Builds: 1
          * Maximum Concurrent Builds Per Node: 1
          * Multi-Project Throttle Category: Catergory_1

          *Build periodically*
          Schedule 30 11 * * *

          Configuration of job B:
          *Throttle Concurrent Builds*
          * Throttle this project as part of one or more categories
          * Maximum Total Concurrent Builds: 1
          * Maximum Concurrent Builds Per Node: 1
          * Multi-Project Throttle Category: Catergory_1

          *Build periodically*
          Schedule 30 11 * * *
          Oleg Nenashev made changes -
          Assignee Original: Oleg Nenashev [ oleg_nenashev ]

            Unassigned Unassigned
            tsauter Thomas Sauter
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: