Advertisement
Guest User

Untitled

a guest
Feb 9th, 2015
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. The defaults again:
  2. - defaults:
  3. name: global
  4. properties:
  5. - throttle:
  6. max-total: 2
  7. max-per-node: 1
  8. maxConcurrentPerNode: 1
  9. maxConcurrentTotal: 2
  10. throttleOption: project
  11.  
  12. Using my global throttle settings:
  13. <properties>
  14. <hudson.plugins.throttleconcurrents.ThrottleJobProperty>
  15. <maxConcurrentPerNode>1</maxConcurrentPerNode>
  16. <maxConcurrentTotal>2</maxConcurrentTotal>
  17. <throttleEnabled>true</throttleEnabled>
  18. <throttleOption/>
  19. <configVersion>1</configVersion>
  20. </hudson.plugins.throttleconcurrents.ThrottleJobProperty>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement