Skip to content

Jenkins lib: support extracting issue number at the beginning of the branch name

We've started to regularly skip using the feature/ and bugfix/ prefixes in our branch names. As a result, our Jenkins lib fails to extract the issue number from these branch names, and thus some CI mechanisms won't work. For example, reproducibility testing won't ever be run on such branches. This commit fixes this.

Merge request reports