5e5baa114f
The Priority Sorter Plugin changed the xml specification after 2.0. The commit reflects that change but also keeps support for version 1.0. References: [1] https://storyboard.openstack.org/#!/story/2001534 [2] https://wiki.jenkins.io/display/JENKINS/Priority+Sorter+Plugin Change-Id: I2f861265dfa64cde930c6a8e66c967bf1e6fc831 Closes-Bug: 2001534
10 lines
297 B
XML
10 lines
297 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<properties>
|
|
<jenkins.advancedqueue.priority.strategy.PriorityJobProperty>
|
|
<useJobPriority>true</useJobPriority>
|
|
<priority>3</priority>
|
|
</jenkins.advancedqueue.priority.strategy.PriorityJobProperty>
|
|
</properties>
|
|
</project>
|