97635cfbdd
Change-Id: Id5021ed55a45ca951b9a24f5790f4a7313b1dff1
21 lines
725 B
XML
21 lines
725 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<properties>
|
|
<hudson.plugins.throttleconcurrents.ThrottleJobProperty>
|
|
<maxConcurrentPerNode>0</maxConcurrentPerNode>
|
|
<maxConcurrentTotal>0</maxConcurrentTotal>
|
|
<throttleEnabled>true</throttleEnabled>
|
|
<categories>
|
|
<string>cat1</string>
|
|
<string>cat2</string>
|
|
</categories>
|
|
<throttleOption>project</throttleOption>
|
|
<configVersion>1</configVersion>
|
|
<matrixOptions>
|
|
<throttleMatrixBuilds>true</throttleMatrixBuilds>
|
|
<throttleMatrixConfigurations>false</throttleMatrixConfigurations>
|
|
</matrixOptions>
|
|
</hudson.plugins.throttleconcurrents.ThrottleJobProperty>
|
|
</properties>
|
|
</project>
|