![John Fragoulis](/assets/img/avatar_default.png)
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
9 lines
225 B
XML
9 lines
225 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<properties>
|
|
<hudson.queueSorter.PrioritySorterJobProperty>
|
|
<priority>150</priority>
|
|
</hudson.queueSorter.PrioritySorterJobProperty>
|
|
</properties>
|
|
</project>
|