This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 9e4871c7 authored by Michael Breu's avatar Michael Breu :speech_balloon:
Browse files

Fixing Branching Problems

parent 0f7fd5df
No related merge requests found
......@@ -35,7 +35,7 @@ pipeline {
milestone 3
withSonarQubeEnv('SonarQube Production') {
sh "${scannerHome}/bin/sonar-scanner -Dsonar.projectKey=GITSEARCH$BRANCH_NAME -Dsonar.projectName=Sharing Plattform ($BRANCH_NAME)"
sh "${scannerHome}/bin/sonar-scanner -Dsonar.projectKey=GITSEARCH$BRANCH_NAME \"-Dsonar.projectName=Sharing Plattform $BRANCH_NAME\""
}
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment