diff --git a/Jenkinsfile b/Jenkinsfile index 15f8f0c..a526ca3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -42,7 +42,7 @@ pipeline{ script { // only useful for any master branch //if (env.BRANCH_NAME =~ /^master/) { - archiveArtifacts artifacts: 'd.ts,release/antos-1.1.2.tar.gz', fingerprint: true + archiveArtifacts artifacts: 'd.ts/, release/antos-1.1.2.tar.gz', fingerprint: true //} } }