From 9b25c93c6ca54124b7e7103c1618c26de7eea9f3 Mon Sep 17 00:00:00 2001 From: Torsten Friebe Date: Wed, 25 Nov 2020 15:29:01 +0100 Subject: [PATCH] #857 uses install for pipeline step integration test --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9305d53ba3..3d88a2db9b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,7 +29,7 @@ pipeline { stage ('Integration Test') { steps { echo 'Integration testing' - sh 'mvn -B -C -Pintegration-tests,oracle,mssql deploy' + sh 'mvn -B -C -Pintegration-tests,oracle,mssql install' } post { always {