Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-29678

Support for Priority Sorter Plugin out of date

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • job-dsl-plugin
    • None
    • jenkins 1.609.1
      job-dsl-plugin 1.35
      priority sorter plugin 3.4

      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>
      

            daspilker Daniel Spilker
            rg Russell Gallop
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: