mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 13:35:50 +00:00
LIAT-216 Fixed sonar.password argument.
This commit is contained in:
parent
23978a6f1d
commit
4f59986bce
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -34,7 +34,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
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') {
|
||||
|
|
Loading…
Reference in a new issue