Hi all, I've written a new API plugin called display-url-api that provides an extension point to rewrite alternate URLs for use in notifications. For example, if you installed Blue Ocean and wanted the mailer links to point to Blue Ocean URLs instead of Jenkins Classic, this would provide the mechanism for the Blue Ocean team to do so.
https://github.com/i386/display-url-api-plugin https://issues.jenkins-ci.org/browse/HOSTING-179 I've also spent some time filing PRs that make many Jenkins notification plugins use the API: - https://github.com/jenkinsci/mailer-plugin/pull/29 - https://github.com/jenkinsci/hipchat-plugin/pull/82 - https://github.com/jenkinsci/slack-plugin/pull/245 - https://github.com/jenkinsci/instant-messaging-plugin/pull/15 - https://github.com/jenkinsci/ircbot-plugin/pull/17 - https://github.com/jenkinsci/jabber-plugin/pull/15 Originally this change was done in Jenkins core but it was recommended that it be pulled out into a separate plugin. However, Daniel Beck thought this would be a good candidate for including in core so that Blue Ocean could also override the URLs generated in the RSS feeds (currently part of core). What would be the best approach here? -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CAErbOvS2y_k_5bcmpMyUEVHxfEnYwhgP0a1Q9DhCvLkJY2muLw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
