604d39305b
Fixed problem that causes a UnicodeEncodeError when use multi-byte characters in the job.yml. Change-Id: Ie715c827a794e73fae11cdca079ea80cfb8c280d
17 lines
524 B
XML
17 lines
524 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<properties>
|
|
<hudson.plugins.throttleconcurrents.ThrottleJobProperty>
|
|
<maxConcurrentPerNode>0</maxConcurrentPerNode>
|
|
<maxConcurrentTotal>4</maxConcurrentTotal>
|
|
<throttleEnabled>true</throttleEnabled>
|
|
<categories>
|
|
<string>cat1</string>
|
|
<string>cat2</string>
|
|
</categories>
|
|
<throttleOption/>
|
|
<configVersion>1</configVersion>
|
|
</hudson.plugins.throttleconcurrents.ThrottleJobProperty>
|
|
</properties>
|
|
</project>
|