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

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