We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b93f7b3 commit fda1f8fCopy full SHA for fda1f8f
test/projects-provisioning/scan.sh
@@ -8,7 +8,7 @@ cd "$DIR"
8
9
url=${1:-$SONAR_HOST_URL}
10
11
-projects="project1 project2 project3 project4 proyecto5"
+projects="test:project1 test:project2 test:project3 test:project4 test:proyecto5"
12
for p in $projects; do
13
echo "Processing $p"
14
sonar-scanner -Dsonar.projectKey=$p -Dsonar.host.url=$url -Dsonar.branch.name=develop -Dsonar.login=$SONAR_TOKEN -Dsonar.token=$SONAR_TOKEN
0 commit comments