Advertisement
Guest User

Untitled

a guest
Feb 9th, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. - defaults:
  2. name: global
  3. properties:
  4. - throttle:
  5. max-total: 2
  6. max-per-node: 1
  7. maxConcurrentPerNode: 1
  8. maxConcurrentTotal: 2
  9. throttleOption: project
  10.  
  11. Job template where throttle should be disabled:
  12. properties:
  13. - throttle:
  14. throttleEnabled: false
  15.  
  16. And what shows up in the config:
  17. <properties>
  18. <hudson.plugins.throttleconcurrents.ThrottleJobProperty>
  19. <maxConcurrentPerNode>0</maxConcurrentPerNode>
  20. <maxConcurrentTotal>0</maxConcurrentTotal>
  21. <throttleEnabled>true</throttleEnabled>
  22. <throttleOption/>
  23. <configVersion>1</configVersion>
  24. </hudson.plugins.throttleconcurrents.ThrottleJobProperty>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement