Attemping to use underscores in the tool in places of spaces.

This commit is contained in:
Christopher Jones 2017-09-06 11:03:32 -05:00
parent 677f454573
commit 99e16f7c4c

3
Jenkinsfile vendored
View file

@ -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"
}
}