feat: Add SonarCloud bindings
1 unresolved thread
Merged
requested to merge zacharysabourin/eclipse-openvsx-api:zacharysabourin/main/sonarcloud-bindings into main
1 unresolved thread
Merge request reports
Activity
Filter activity
assigned to @zacharysabourin
104 109 105 110 stages { 106 stage('Build project') { 111 stage('Build with Sonarcloud scan') { 112 when { 113 branch 'main' 114 } 115 116 steps { 117 container('buildcontainer') { 118 readTrusted 'Makefile' 119 readTrusted 'pom.xml' 120 readTrusted 'package.json' 121 sh 'make compile-test-resources' 122 withCredentials([string(credentialsId: 'sonarcloud-token-eclipse-openvsx-api', variable: 'SONAR_TOKEN')]) { 123 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 044be38e