mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 05:55:51 +00:00
Attemping to use underscores in the tool in places of spaces.
This commit is contained in:
parent
677f454573
commit
99e16f7c4c
1 changed files with 2 additions and 1 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -1,6 +1,6 @@
|
|||
pipeline {
|
||||
environment {
|
||||
SQ_SCANNER = tool 'SonarQube Scanner 3.0.3.778';
|
||||
SQ_SCANNER = tool 'SonarQube_Scanner_3.0.3.778';
|
||||
}
|
||||
|
||||
tools {
|
||||
|
@ -35,6 +35,7 @@ pipeline {
|
|||
//}
|
||||
|
||||
withSonarQubeEnv('Staging') {
|
||||
echo "${SQ_SCANNER}"
|
||||
sh "${SQ_SCANNER}/bin/sonar-scanner"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue