mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 22:35: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') {
|
||||
agent any
|
||||
steps {
|
||||
|
|
Loading…
Reference in a new issue