Skip to content

Commit f9f733a

Browse files
committed
fix(build): Switch to Maven Wrapper
1 parent fb08b8a commit f9f733a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ timeout(60) {
4545
}
4646

4747
stage('Sonar') {
48-
withCredentials([string(credentialsId: 'sonarcloud-token', variable: 'sonar.login')]) {
48+
withSonarQubeEnv('sonarcloud.io') {
4949
sh "./mvnw clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=hypery2k-github"
5050
}
5151
}

0 commit comments

Comments
 (0)