Jenkins now fingerprints artifacts.
This commit is contained in:
parent
a8f29b740f
commit
9a79e124ce
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -21,6 +21,7 @@ pipeline {
|
|||||||
nodejs('NodeJS (17.4.0)') {
|
nodejs('NodeJS (17.4.0)') {
|
||||||
sh "npm run build:prod"
|
sh "npm run build:prod"
|
||||||
}
|
}
|
||||||
|
fingerprint "dist/**"
|
||||||
archiveArtifacts artifacts: 'dist/audioshowkit.js', followSymlinks: false
|
archiveArtifacts artifacts: 'dist/audioshowkit.js', followSymlinks: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user