From 3c5e934c7cdf704203cc83a2340785344e83d571 Mon Sep 17 00:00:00 2001 From: Harrison Date: Fri, 28 Apr 2023 11:14:42 -0500 Subject: [PATCH] Updated 'Jenkinsfile' to fingerprint generated artifacts --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 04d28b3..6e18ecc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,7 +31,7 @@ pipeline { } stage("archive") { steps { - archiveArtifacts artifacts: 'dist/*.tar.gz, dist/*.whl' + archiveArtifacts artifacts: 'dist/*.tar.gz, dist/*.whl', fingerprint: true, followSymlinks: false, onlyIfSuccessful: true } } stage("publish") {