jenkinsci / report-jtreg-plugin

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

Getting the NVR from build.xml #10

Closed patrikcerbak closed 9 months ago

patrikcerbak commented 9 months ago

Changed the getChangelogsNvr() method to getBuildXmlNvr(), which takes the NVR from each build's build.xml file instead of the changelog.xml file like before.

judovana commented 9 months ago

I'm afraid we messed up a design. from build.xml is provided by same plugin as changelog.xml.

In theory, this whole mechanism may be setup-able in the new global config yo created. Somtheng like file, and key. Supported formats may be xml, json and plaintex/properties.

WDYT?

judovana commented 9 months ago

Hmm,t here is trick that this config have to be shared between plugin and cli/web api :(

There will be more bites like this...