Skip to content

Commit

Permalink
~ experimental: jenkins pipeline for home server #10
Browse files Browse the repository at this point in the history
  • Loading branch information
kasisoft committed Aug 22, 2024
1 parent 26045bc commit a612f52
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ pipeline {
steps {
// properties such as sonar.host.url and sonar.login are configured in the m2 settings.xml for this profile
// sh 'mvn clean verify -Psonar -Dsonar.projectKey=kcl'
withSonarQubeEnv('sonarqube') {
sh './node_modules/sonar-scanner/bin/sonar-scanner -Dsonar.login=${SONAR_KEY} -Dsonar.projectKey=remark-imagetools'
}
sh './node_modules/sonar-scanner/bin/sonar-scanner -Dsonar.login=${SONAR_KEY} -Dsonar.projectKey=remark-imagetools -Dsonar.host.url=https://arturius.kasisoft.com/sonar'
}
}
}
Expand Down

0 comments on commit a612f52

Please sign in to comment.