]> source.dussan.org Git - sonarqube.git/commit
SONAR-12665 add Bot updating bundled plugins to latest release
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Thu, 21 Nov 2019 09:55:03 +0000 (10:55 +0100)
committerSonarTech <sonartech@sonarsource.com>
Wed, 4 Dec 2019 19:46:09 +0000 (20:46 +0100)
commit4a2af7bf6dd8f9b43686539de7c28767907a6719
tree1815da3a66fdcf267b3e6059d8763db720d4ed1d
parentf4bd049e7de0f9b953b8930512c74f1c8f0a166c
SONAR-12665 add Bot updating bundled plugins to latest release

copy and paste GH action from SonarCloud repository but:
 - move bot sources to private repository
 - rename class package
 - Gradle: compile to and with Java 11
 - use other comment for SonarQube:
    - drop versionAlias, always LATEST_RELEASE for SonarQube
    - add Update Center plugin key
 - log content of JIRA ticket to stdout when not running on Github
 - remove slack notification (for now)
 - rely on Update Center to account only for public releases
.github/workflows/upgrade-plugins.yml [new file with mode: 0644]