mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 22:15:50 +00:00
updated mvn command
This commit is contained in:
parent
905e3e9e4c
commit
ac575a4f16
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'mvn clean install'
|
sh 'mvn clean deploy'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build container') {
|
stage('Build container') {
|
||||||
|
@ -43,7 +43,7 @@ pipeline {
|
||||||
stage('Smoke-Test') {
|
stage('Smoke-Test') {
|
||||||
agent any
|
agent any
|
||||||
steps {
|
steps {
|
||||||
sh 'curl http://localhost:9966/'
|
sh 'docker ps -a'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Stop local container') {
|
stage('Stop local container') {
|
||||||
|
|
Loading…
Reference in a new issue