mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +00:00
Adding integration test step
This commit is contained in:
parent
1e4ed072bc
commit
379bd64596
1 changed files with 7 additions and 0 deletions
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
|
@ -46,6 +46,13 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
stage('Run Integration Test') {
|
||||||
|
agent any
|
||||||
|
steps {
|
||||||
|
sh 'mvn clean verify -Dbrowser=chrome'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
stage('Push to dockerhub') {
|
stage('Push to dockerhub') {
|
||||||
agent any
|
agent any
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in a new issue