Mark Waite
Mark Waite
The RPM file for [Jenkins weekly 2.537](https://www.jenkins.io/changelog/2.537/) (Nov 18, 2025) and later now includes: ``` baseurl=https://pkg.jenkins.io/rpm gpgkey=https://pkg.jenkins.io/rpm/repodata/repomd.xml.key ``` The RPM file for Jenkins LTS will be updated in the next...
> Any update on using the context path No update. Pull requests are welcomed.
It would be nice if the documentation also continued to be visible at https://plugins.jenkins.io/jira/ since that is a common location for Jenkins plugin documentation.
The source URL of the documentation that is published to plugins.jenkins.io is read from the pom file of the plugin, like [this example](https://github.com/jenkinsci/jira-plugin/blob/d2979095cce54dff3f2d8738286b1aaa6bba844a/pom.xml#L16). The performance plugin uses that technique to...