diff --git a/Jenkinsfile b/Jenkinsfile index 61004d1..ae2c663 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ pipeline { } post { always { - junit 'target/surefire-reports/*.xml' + junit '*/target/surefire-reports/*.xml' } } } @@ -34,7 +34,7 @@ pipeline { } post { success { - archiveArtifacts artifacts: 'target/undo-redo-*.jar' + archiveArtifacts artifacts: '*/target/undo-redo-*.jar' } } }