SONARQUBE CONFIG PT2
Some checks failed
Build and Push Quarkus Image / build-and-push (push) Failing after 3m15s
Some checks failed
Build and Push Quarkus Image / build-and-push (push) Failing after 3m15s
This commit is contained in:
@@ -29,15 +29,10 @@ jobs:
|
||||
distribution: 'temurin'
|
||||
|
||||
- name: SonarQube Analyse uitvoeren
|
||||
# Wacht op de Quality Gate en geef het pad naar het Jacoco rapport op
|
||||
# Maven leest de configuratie uit pom.xml, we geven alleen het secret token mee via de command line
|
||||
run: |
|
||||
./mvnw clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
|
||||
-Dsonar.projectKey=Jobfindr \
|
||||
-Dsonar.projectName='Jobfindr' \
|
||||
-Dsonar.host.url=https://sonarqube.melvanveen.nl \
|
||||
-Dsonar.token=${{ secrets.SONAR_TOKEN }} \
|
||||
-Dsonar.qualitygate.wait=true \
|
||||
-Dsonar.coverage.jacoco.xmlReportPaths=target/jacoco-report/jacoco.xml
|
||||
-Dsonar.token=${{ secrets.SONAR_TOKEN }}
|
||||
|
||||
- name: Quarkus applicatie bouwen (.jar genereren)
|
||||
run: ./mvnw clean package -DskipTests
|
||||
|
||||
Reference in New Issue
Block a user