mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 00:45:50 +00:00
run stage only url
This commit is contained in:
parent
f277893d38
commit
023998c28e
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -91,7 +91,7 @@ pipeline {
|
||||||
stage('run') {
|
stage('run') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
sh 'wget http://localhost:8081/repository/maven-nexus-repo/org/springframework/samples/spring-petclinic/2.4.2/spring-petclinic-2.4.2.jar'
|
sh 'wget http://172.19.0.3:8081/repository/maven-nexus-repo/org/springframework/samples/spring-petclinic/2.4.2/spring-petclinic-2.4.2.jar'
|
||||||
sh 'java -jar spring-petclinic-2.4.2.jar'
|
sh 'java -jar spring-petclinic-2.4.2.jar'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue