mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
fixed syntx
This commit is contained in:
parent
e794769546
commit
be900dd732
1 changed files with 8 additions and 8 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -35,7 +35,6 @@ pipeline {
|
|||
sh "ls -la target"
|
||||
sh "chmod 400 ./target/spring-petclinic-2.4.0.BUILD-SNAPSHOT.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"'
|
||||
}
|
||||
rtServer (
|
||||
id: 'Artifactory-1',
|
||||
url: 'https://petclinic.jfrog.io/artifactory',
|
||||
|
@ -45,6 +44,7 @@ pipeline {
|
|||
timeout: 300
|
||||
)
|
||||
}
|
||||
}
|
||||
stage('build docker image') {
|
||||
steps {
|
||||
script {
|
||||
|
|
Loading…
Reference in a new issue