feat: Add SonarCloud bindings
1 unresolved thread
Merged
requested to merge zacharysabourin/eclipsefdn-cve-api:zacharysabourin/main/sonarcloud-bindings into main
1 unresolved thread
Merge request reports
Activity
Filter activity
assigned to @zacharysabourin
105 110 106 111 stages { 107 stage('Build project') { 112 stage('Build with Sonarcloud scan') { 113 when { 114 branch 'main' 115 } 116 117 steps { 118 container('buildcontainer') { 119 readTrusted 'Makefile' 120 readTrusted 'pom.xml' 121 readTrusted 'package.json' 122 sh 'make compile-test-resources' 123 withCredentials([string(credentialsId: 'sonarcloud-token-eclipsefdn-cve-api', variable: 'SONAR_TOKEN')]) { 124 sh 'mvn clean verify -B org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.login=${SONAR_TOKEN}' changed this line in version 2 of the diff
requested review from @malowe
mentioned in commit b6f6118f
Please register or sign in to reply