Support for Priority Sorter Plugin out of date

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      Support for the Priority Sorter Plugin appears to date back to the old hudson plugin and doesn't work with the current jenkins plugin (https://wiki.jenkins-ci.org/display/JENKINS/Priority+Sorter+Plugin).

      e.g. from job_dsl_plugin priority(5) I get:

               <hudson.queueSorter.PrioritySorterJobProperty>
                    <priority>5</priority>
               </hudson.queueSorter.PrioritySorterJobProperty>
      

      For the same from the Jenkins priority sorter plugin (version 3.4) I get:

               <jenkins.advancedqueue.priority.strategy.PriorityJobProperty>
                   <useJobPriority>true</useJobPriority>
                    <priority>5</priority>
               </jenkins.advancedqueue.priority.strategy.PriorityJobProperty>
      

            Assignee:
            Daniel Spilker
            Reporter:
            Russell Gallop
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: