mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
d92d7481e2
commit
c224af647b
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -33,7 +33,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh '/opt/sonar-runner-2.4/bin/sonar-runner'
|
sh '/opt/sonar-runner-2.4/bin/sonar-runner -D sonar.login=${} -D sonar.password=${PASSWORD_JENKINS} -D sonar.jdbc.url=${SONAR_DB_URL} -D sonar.jdbc.username=${SONAR_DB_LOGIN} -D sonar.jdbc.pass'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Selenium') {
|
stage('Selenium') {
|
||||||
|
|
Loading…
Reference in a new issue