Added branch to sonar properties

This commit is contained in:
BONNEVILLE Geoffroy
2018-11-08 15:26:54 +01:00
parent 8dacc44f1c
commit ce239f7a9b
2 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
** DoNext **
# DoNext
[![Build status](https://geogeob.visualstudio.com/DoNext/_apis/build/status/DoNext-Android)](https://geogeob.visualstudio.com/DoNext/_build/latest?definitionId=3)
https://sonarcloud.io/api/project_badges/measure?project=wismna_DoNext&metric=alert_status
[Code Analysis](https://sonarcloud.io/api/project_badges/measure?project=wismna_DoNext&metric=alert_status)
DoNext is an innovative task application.
You can create and arrange task lists, create, edit and delete tasks...

View File

@@ -25,6 +25,7 @@ sonarqube {
property 'sonar.login', '#{sonar.login}'
property 'sonar.organization', '#{sonar.organization}'
property 'sonar.projectKey', '#{sonar.projectkey}'
property 'sonar.branch', 'master'
}
}