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

maxConcurrentPerNode not working

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Blocker Blocker
    • None
    • Jenkins 2.387.2
      Throttle Concurrent Builds Plug-in 2.14

       

      I have one main node and 2 slave node.

      I want to limit  one task at the same time per node.

      So I set maxConcurrentPerNode: 1, maxConcurrentTotal: 0

      But it does not work!!

       

      Here is my code

      // code placeholder
      options {
          throttleJobProperty categories: [], limitOneJobWithMatchingParams: false, maxConcurrentPerNode: 1, maxConcurrentTotal: 0, paramsToUseForLimit: 'Packer', throttleEnabled: true, throttleOption: 'project'
      } 

       

            Unassigned Unassigned
            xushunwang xu
            Votes:
            4 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: