Fixed syntax issue.

This commit is contained in:
Christopher Jones 2017-09-06 13:28:24 -05:00
parent 68b17bad46
commit 13dcbdfd3e

2
Jenkinsfile vendored
View file

@ -25,7 +25,7 @@ pipeline {
} }
*/ */
sonarqubeAnalysis { sonarqubeAnalysis {
scanner = 'SonarQube_Scanner_3.0.3.778', scanner = 'SonarQube_Scanner_3.0.3.778'
server = 'Staging' server = 'Staging'
} }
} }