From 9f1f814ac47333acf3f2f79d72f3c6a70d5ea8de Mon Sep 17 00:00:00 2001 From: Dany LE Date: Mon, 1 Aug 2022 12:14:01 +0200 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 + //} } } }