Praqma / pretested-integration-plugin

A generic pretest commit plugin for Jenkins CI
MIT License
7 stars 14 forks source link

Make the plugin warn about not being backwards compatible in the update center #95

Closed buep closed 6 years ago

buep commented 6 years ago

I think it is possible to mark a plugin not being backwards compatible when you see the update in the Update Center. This is good if a human upgrades, scripted upgrades don't see it...

So find out how to do it (timeboxed work) if possible. We would like to warn the user that we're not backwards compatible.

MadsNielsen commented 6 years ago

Before spending alot of time on this i asked the question on the jenkinsci dev mailing list. I spent like 30mins googling around but didn't find anything of relevance so i restorted to the mailing list.

MadsNielsen commented 6 years ago

@buep I'm pretty sure you already did this in: https://github.com/Praqma/pretested-integration-plugin/commit/eaf4bab3ed106a1383c17cb1173d10cb80747310 :)

It's the example i got from https://wiki.jenkins.io/display/JENKINS/Marking+a+new+plugin+version+as+incompatible+with+older+versions

buep commented 6 years ago

Okay, I see - great. I just added your link as comment in the pom for later reference.