Skip to content

Commit

Permalink
~ experimental: jenkins pipeline for home server #28
Browse files Browse the repository at this point in the history
  • Loading branch information
kasisoft committed Aug 19, 2024
1 parent 8e82f97 commit b48ee9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ pipeline {
}
stage('SonarQube Analysis') {
steps {
sh 'mvn clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:4.0.0.4121:sonar -Dsonar.host.url=${SONAR_URL} -Dsonar.login=$SONAR_LOGIN -Dsonar.projectKey=kcl'
# sh 'mvn clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:4.0.0.4121:sonar -Dsonar.host.url=${SONAR_URL} -Dsonar.login=$SONAR_LOGIN -Dsonar.projectKey=kcl'
sh 'mvn clean verify -Psonar -Dsonar.host.url=${SONAR_URL} -Dsonar.login=$SONAR_LOGIN -Dsonar.projectKey=kcl'
}
}
}
Expand Down

0 comments on commit b48ee9f

Please sign in to comment.