Skip to content

jenkins: simplify build priority logic and compare correct types

clayton craft requested to merge fix_priority into master

The comparison of str to int caused no builds to get tallied when they should have been. The logic has been simplified to make it easier (hopefully) to read.

Merge request reports