update jenkinsfile

This commit is contained in:
bQUARKz 2026-04-08 07:38:41 +01:00
parent 2713dd76e3
commit bf0c4c4b94
Signed by: bquarkz
SSH Key Fingerprint: SHA256:Z7dgqoglWwoK6j6u4QC87OveEq74WOhFN+gitsxtkf8

View File

@ -48,10 +48,4 @@ pipeline {
}
} // Reports
}
post {
always {
archiveArtifacts artifacts: 'target/llvm-cov/**', fingerprint: true
}
}
}