]> source.dussan.org Git - sonarqube.git/commit
Fix notifications of nightly builds
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 28 Aug 2019 15:25:25 +0000 (17:25 +0200)
committerSonarTech <sonartech@sonarsource.com>
Wed, 28 Aug 2019 18:21:01 +0000 (20:21 +0200)
commit99b79a54e0ebf767d6b9cb4df30ee2d978de7bcb
tree36553d67269f581cac8168a64caf7dc42044d24c
parent90970dd0e1c0858d328bf535d17e83e1580574af
Fix notifications of nightly builds

The branch "nightly-build" is replaced by the branch "dogfood-on-next"
every night by the Jenkins job "trigger-nightly-sonar-enterprise".
That triggers the execution of integration tests on all databases.

Unfortunately the team is not notified when tests fail. Errors are not
visible from:
- wallboards
- the project default page on burgr
- slack channels

The root cause is that burgr does not consider the branch "nightly-build"
as being shared by the team. The workaround is to rename the branch by
prefixing it with "branch-". This is convention for long-living
maintenance branches.
.cirrus.yml