diff --git a/Jenkinsfile b/Jenkinsfile index 64bc6a3..96a1ac2 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 + archiveArtifacts artifacts: 'build/*', fingerprint: true //} } }