Added back step for integration tests.

This commit is contained in:
Andrew Pitt 2020-01-06 12:24:42 -05:00
parent 7dd66fb4ba
commit 55dae5ac8d

4
Jenkinsfile vendored
View file

@ -52,6 +52,10 @@ try {
}
}
}
stage("Integration Tests") {
echo "Running Integration tests..."
sh "mvn verify -Pfailsafe"
}
stage("Deploy UAT") {
echo "Deploy to UAT."
openshift.withCluster() {