|
|
@ -33,7 +33,7 @@ steps:
|
|
|
|
- reportgenerator -reports:"**/coverage.cobertura.xml" -reporttypes:SonarQube -targetdir:"coveragereport"
|
|
|
|
- reportgenerator -reports:"**/coverage.cobertura.xml" -reporttypes:SonarQube -targetdir:"coveragereport"
|
|
|
|
- dotnet publish MySolution.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release
|
|
|
|
- dotnet publish MySolution.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release
|
|
|
|
- dotnet sonarscanner end /d:sonar.login=$$$${PLUGIN_SONAR_TOKEN}
|
|
|
|
- dotnet sonarscanner end /d:sonar.login=$$$${PLUGIN_SONAR_TOKEN}
|
|
|
|
secrets: [ SECRET_SONAR_LOGIN ]
|
|
|
|
#secrets: [ SECRET_SONAR_LOGIN ]
|
|
|
|
settings:
|
|
|
|
settings:
|
|
|
|
# accessible en ligne de commande par $${PLUGIN_SONAR_HOST}
|
|
|
|
# accessible en ligne de commande par $${PLUGIN_SONAR_HOST}
|
|
|
|
sonar_host: https://codefirst.iut.uca.fr/sonar/
|
|
|
|
sonar_host: https://codefirst.iut.uca.fr/sonar/
|
|
|
@ -41,6 +41,7 @@ steps:
|
|
|
|
sonar_token:
|
|
|
|
sonar_token:
|
|
|
|
from_secret: SECRET_SONAR_LOGIN
|
|
|
|
from_secret: SECRET_SONAR_LOGIN
|
|
|
|
depends_on: [tests]
|
|
|
|
depends_on: [tests]
|
|
|
|
|
|
|
|
|
|
|
|
- name: generate-and-deploy-docs
|
|
|
|
- name: generate-and-deploy-docs
|
|
|
|
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer
|
|
|
|
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer
|
|
|
|
failure: ignore
|
|
|
|
failure: ignore
|
|
|
|