Skip to content

Commit

Permalink
~ experimental: jenkins pipeline for home server #14
Browse files Browse the repository at this point in the history
  • Loading branch information
kasisoft committed Aug 22, 2024
1 parent b4f8024 commit e259ca6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ 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'
sh './node_modules/sonar-scanner/bin/sonar-scanner -Dsonar.token=${SONAR_KEY} -Dsonar.projectKey=remark-imagetools -Dsonar.host.url=https://arturius.kasisoft.com/sonar'
withSonarQubeEnv('sonarqube') {
sh './node_modules/sonar-scanner/bin/sonar-scanner -Dsonar.projectKey=remark-imagetools'
}
}
}
}
Expand Down

0 comments on commit e259ca6

Please sign in to comment.