mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
deploy
This commit is contained in:
parent
46bd6ad669
commit
d2d84babf5
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -30,7 +30,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage('build maven package') {
|
stage('build maven package') {
|
||||||
steps {
|
steps {
|
||||||
sh "mvn clean validate compile test package"
|
sh "mvn clean validate compile test package install"
|
||||||
sh "ls -la target"
|
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"'
|
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