This commit is contained in:
@@ -21,12 +21,15 @@ steps:
|
|||||||
from_secret: SONAR_TOKEN
|
from_secret: SONAR_TOKEN
|
||||||
SONAR_URL:
|
SONAR_URL:
|
||||||
from_secret: SONAR_URL
|
from_secret: SONAR_URL
|
||||||
|
SONAR_ORGANIZATION:
|
||||||
|
from_secret: SONAR_ORGANIZATION
|
||||||
commands:
|
commands:
|
||||||
- >
|
- >
|
||||||
sonar-scanner
|
sonar-scanner
|
||||||
-Dsonar.login=$SONAR_TOKEN
|
-Dsonar.login=$SONAR_TOKEN
|
||||||
-Dsonar.host.url=$SONAR_URL
|
-Dsonar.host.url=$SONAR_URL
|
||||||
-Dsonar.projectKey=Magiciian_dummy-app
|
-Dsonar.projectKey=Magiciian_dummy-app
|
||||||
|
-Dsonar.organization=$SONAR_ORGANIZATION
|
||||||
-Dsonar.sources=.
|
-Dsonar.sources=.
|
||||||
|
|
||||||
- name: notify
|
- name: notify
|
||||||
|
|||||||
Reference in New Issue
Block a user