diff --git a/Jenkinsfile b/Jenkinsfile index 96a1ac2..a9ee28c 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, onlyIfSuccessful: true //} } }