I am looking at the jenkins file configuration which says
post {
always {
archiveArtifacts artifacts: '*.*', fingerprint: false
}
}
what does the finger print mean here , How it is different from fingerpring:true
parameter