mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:15:49 +00:00
fixed path
This commit is contained in:
parent
0cac8dbf1a
commit
8ae0b89ebc
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -32,7 +32,7 @@ pipeline {
|
|||
steps {
|
||||
sh "pwd"
|
||||
sh "mvn validate compile test package"
|
||||
sh "ls"
|
||||
sh "ls -la target"
|
||||
sh 'curl -X PUT -u jfroguser:AdminPassword1 ./target/spring-petclinic-2.4.0.BUILD-SNAPSHOT.jar "https://petclinic.jfrog.io/artifactory/spring-petclinic/spring-petclinic-2.4.0.BUILD-${BUILD_NUMBER}.jar"'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue