From 9a79e124ce5d526ca1c75f9040840149d46fc300 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Wed, 20 Apr 2022 00:02:17 -0500 Subject: [PATCH] Jenkins now fingerprints artifacts. --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 255b5bf..22a6ccf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,6 +21,7 @@ pipeline { nodejs('NodeJS (17.4.0)') { sh "npm run build:prod" } + fingerprint "dist/**" archiveArtifacts artifacts: 'dist/audioshowkit.js', followSymlinks: false } }