diff --git a/Jenkinsfile b/Jenkinsfile index d3e83fd4c..4e62c5156 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,8 +7,9 @@ //building using maven and install sh 'mvn clean package' } - stage('Archive test results'){ - //archive test reuslts + stage('Install & Archive test results'){ + //insteall & archive test reuslts + shh 'mvn clean install' junit '**/surefire-reports/*xml' archiveArtifacts artifacts: '**/*.war', followSymlinks: false }