mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:05:50 +00:00
Added back step for integration tests.
This commit is contained in:
parent
7dd66fb4ba
commit
55dae5ac8d
1 changed files with 4 additions and 0 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -52,6 +52,10 @@ try {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage("Integration Tests") {
|
||||||
|
echo "Running Integration tests..."
|
||||||
|
sh "mvn verify -Pfailsafe"
|
||||||
|
}
|
||||||
stage("Deploy UAT") {
|
stage("Deploy UAT") {
|
||||||
echo "Deploy to UAT."
|
echo "Deploy to UAT."
|
||||||
openshift.withCluster() {
|
openshift.withCluster() {
|
||||||
|
|
Loading…
Reference in a new issue