LIAT-216 Fixed sonar.password argument.

This commit is contained in:
Eddie Bracho 2017-06-27 10:02:51 -07:00 committed by GitHub
parent 23978a6f1d
commit 4f59986bce

2
Jenkinsfile vendored
View file

@ -34,7 +34,7 @@ pipeline {
} }
} }
steps { steps {
sh '/opt/sonar-runner-2.4/bin/sonar-runner -D sonar.login=${SONAR_ACCOUNT_LOGIN} -D sonar.password=${PASSWORD_JENKINS} -D sonar.jdbc.url=${SONAR_DB_URL} -D sonar.jdbc.username=${SONAR_DB_LOGIN} -D sonar.jdbc.password=${SONAR_DB_PASSWORD}' sh '/opt/sonar-runner-2.4/bin/sonar-runner -D sonar.login=${SONAR_ACCOUNT_LOGIN} -D sonar.password=${SONAR_ACCOUNT_PASSWORD} -D sonar.jdbc.url=${SONAR_DB_URL} -D sonar.jdbc.username=${SONAR_DB_LOGIN} -D sonar.jdbc.password=${SONAR_DB_PASSWORD}'
} }
} }
stage('Selenium') { stage('Selenium') {