mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
removed creds
This commit is contained in:
parent
d85445a3c4
commit
3c85064eea
1 changed files with 1 additions and 2 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -26,8 +26,7 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
rtServer (
|
rtServer (
|
||||||
id: "ARTIFACTORY_SERVER",
|
id: "ARTIFACTORY_SERVER",
|
||||||
url: "$artifactory_url",
|
url: "$artifactory_url"
|
||||||
credentialsId: "$CREDENTIALS"
|
|
||||||
)
|
)
|
||||||
sh 'mvn validate compile test package'
|
sh 'mvn validate compile test package'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue