Skip to content

Commit

Permalink
[JENKINS-44014] - Also set the default priority for non-Job ownerTasks
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Jun 17, 2017
1 parent a564afc commit ed9db55
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -36,6 +36,7 @@ PriorityConfigurationCallback getPriority(@Nonnull ExecutorStepExecution.Placeho
"Custom priority will not be set",
new Object[] {task, ownerTask, ownerTask != null ? ownerTask.getClass() : "null"});
}
priorityCallback.setPrioritySelection(PrioritySorterConfiguration.get().getStrategy().getDefaultPriority());
}
return priorityCallback;
}
Expand Down

0 comments on commit ed9db55

Please sign in to comment.