mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:45:49 +00:00
changed dummy step
This commit is contained in:
parent
ac575a4f16
commit
d996061554
1 changed files with 3 additions and 2 deletions
|
@ -16,7 +16,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
steps {
|
||||
sh 'mvn clean deploy'
|
||||
sh 'mvn clean install'
|
||||
}
|
||||
}
|
||||
stage('Build container') {
|
||||
|
@ -43,7 +43,8 @@ pipeline {
|
|||
stage('Smoke-Test') {
|
||||
agent any
|
||||
steps {
|
||||
sh 'docker ps -a'
|
||||
//sample dummy step
|
||||
sh 'sleep 4'
|
||||
}
|
||||
}
|
||||
stage('Stop local container') {
|
||||
|
|
Loading…
Reference in a new issue