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