jenkinsci / report-jtreg-plugin

Jenkins plugin to show JCK reports
https://plugins.jenkins.io/report-jtreg/
MIT License
1 stars 13 forks source link

Comparator Jenkins intergration #8

Closed patrikcerbak closed 9 months ago

patrikcerbak commented 10 months ago

Comparator Jenkins intergration

Added a Comparator links section into the Jenkins global config in which you can match a job by regex and then add multiple links to Comparator tool. Each link has a label, spliterator (a regex used to split the job name into multiple "elements") and a field to enter comparator arguments.

When you enter a --regex argument, the given value is taken and evaluated, there are some "wildcards" you can use in this query:

The links are added to the java-reports page

judovana commented 10 months ago

That commit is surprsingly short... Kudos! At least one new method deserves unittest. Actually more of older, existing (and some of them now touched) deserves unittests...

judovana commented 10 months ago

For many reasons I would liek to see the = x space refactoring as separate PR, but I guess that is a torture, right?-(

patrikcerbak commented 9 months ago

For many reasons I would liek to see the = x space refactoring as separate PR, but I guess that is a torture, right?-(

Ok, done. :)