diff --git a/Jenkinsfile b/Jenkinsfile index d01af87..896d825 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -45,9 +45,9 @@ pipeline{ ''' script { // only useful for any master branch - if (env.BRANCH_NAME =~ /^master/) { - archiveArtifacts artifacts: 'build/', fingerprint: true - } + //if (env.BRANCH_NAME =~ /^master/) { + archiveArtifacts artifacts: 'build/', fingerprint: true + //} } } }