jenkinsci / report-jtreg-plugin

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

--virtual is enforcing usage --skip-failed false otherwise the table lies #33

Open judovana opened 2 months ago

judovana commented 2 months ago

Jenkins and plugins versions report

The --virtual shoudl have invert the --skip-failed default from true to false (and still allow to move it to true, but it really do not have sense)

What Operating System are you using (both controller, and any agents involved in the problem)?

all

Reproduction steps

comp.html?generated-part=&custom-part=--virtual++--formatting+html+--history+1++--regex+"leapp."++--skip-failed+false correct comp.html?generated-part=&custom-part=--virtual++--formatting+html+--history+1++--regex+"leapp." Very sweet lie :)

Expected Results

failures are shown by ddefault in --virtual

Actual Results

user is comfortably lied to

Anything else?

No response

Are you interested in contributing a fix?

No response

patrikcerbak commented 1 month ago

Is done in PR #34