diff --git a/Jenkinsfile b/Jenkinsfile index a9ee28c..11fe364 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -46,7 +46,7 @@ pipeline{ script { // only useful for any master branch //if (env.BRANCH_NAME =~ /^master/) { - archiveArtifacts artifacts: 'build/**/*.*', fingerprint: true, onlyIfSuccessful: true + archiveArtifacts artifacts: 'build/', fingerprint: true, onlyIfSuccessful: true //} } }