Updated 'Jenkinsfile' to fingerprint generated artifacts
All checks were successful
ydeng/bmlsa/pipeline/head This commit looks good

This commit is contained in:
Harrison Deng 2023-04-28 11:14:42 -05:00
parent 9eebaa2f91
commit 3c5e934c7c

2
Jenkinsfile vendored
View File

@ -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") {