mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
fixed path
This commit is contained in:
parent
df043ceef6
commit
0cac8dbf1a
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -33,7 +33,7 @@ pipeline {
|
|||
sh "pwd"
|
||||
sh "mvn validate compile test package"
|
||||
sh "ls"
|
||||
sh 'curl -X PUT -u jfroguser:AdminPassword1 ./spring-petclinic-2.4.0.BUILD-SNAPSHOT.jar "https://petclinic.jfrog.io/artifactory/spring-petclinic/spring-petclinic-2.4.0.BUILD-${BUILD_NUMBER}.jar"'
|
||||
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"'
|
||||
}
|
||||
}
|
||||
stage('build docker image') {
|
||||
|
|
Loading…
Reference in a new issue