jenkinsci / peass-ci-plugin

Jenkins plugin for peass to support performance measurement in CI
https://plugins.jenkins.io/peass-ci/
GNU Affero General Public License v3.0
4 stars 12 forks source link

Fix dashboard-link for "inspect node" #212

Closed mawHBT closed 1 year ago

mawHBT commented 1 year ago

What feature do you want to see added?

In the overview for rca of a single test, you can see "Inspect node" under the histogram. Link for it is broken and you get error 404.

Upstream changes

No response

DaGeRe commented 1 year ago

Thanks for the hint, it seems like https://github.com/jenkinsci/peass-ci-plugin/commit/5ccab5d5e681f1b53e3f4a8fa8ca483f129d926b#diff-4f017ab14f84a83c771cd700b9e94b32dc2105cd85ae64d0bea5412cc2dc1d32R295 made the link unusable.

DaGeRe commented 1 year ago

This should work starting with https://github.com/jenkinsci/peass-ci-plugin/commit/48f911b9c88921c0ca625f546afc146ce49fd8a3, can you confirm this?

mawHBT commented 1 year ago

Seems to work again, so I close this.