jenkinsci / report-jtreg-plugin

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

field with diff service is not persistent #32

Closed judovana closed 1 month ago

judovana commented 2 months ago

Jenkins and plugins versions report

Environment ```text Paste the output here ```

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

all

Reproduction steps

turn of jenkins start on jekins

the url to diff service is gone (and all links conditionaly missing)

Expected Results

the diff services url will persist restart

Actual Results

diff url do not persists restart

Anything else?

No response

Are you interested in contributing a fix?

No response

patrikcerbak commented 1 month ago

I renamed the variable which holds this information, so with the upgrade of the plugin, the value which was set was lost. However, with just a restart of Jenkins, the value should still be there. It works correctly on my local environment.

judovana commented 1 month ago

thanx! Well good lecture. This is comaptibility issue which should not be occurring.