mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 22:35: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 {
|
steps {
|
||||||
sh 'mvn clean deploy'
|
sh 'mvn clean install'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build container') {
|
stage('Build container') {
|
||||||
|
@ -43,7 +43,8 @@ pipeline {
|
||||||
stage('Smoke-Test') {
|
stage('Smoke-Test') {
|
||||||
agent any
|
agent any
|
||||||
steps {
|
steps {
|
||||||
sh 'docker ps -a'
|
//sample dummy step
|
||||||
|
sh 'sleep 4'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Stop local container') {
|
stage('Stop local container') {
|
||||||
|
|
Loading…
Reference in a new issue