diff --git a/Jenkinsfile b/Jenkinsfile index c5ea085bb..1b9b5cacf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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() {