diff --git a/Jenkinsfile b/Jenkinsfile index be45cb9..b7f963a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -117,11 +117,11 @@ pipeline { steps { echo "running build for branch ${env.BRANCH_NAME}" //sh 'mvn dependency:purge-local-repository clean -U -f hartmann-foto-documentation/pom.xml ' - sh 'mvn deploy -U -f pom.xml ' + sh 'mvn deploy -U -f pom.xml' } post { success { - junit '**/target/surefire-reports/*.xml' + //junit '**/target/surefire-reports/*.xml' archiveArtifacts artifacts: '**/target/*.war, **/target/*.zip', fingerprint: true }