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
b2573716b1
commit
1ba8b0985d
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -26,7 +26,7 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
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