a352c824bc
In Jenkins 1.575 the option to fingerprint build artefacts has been moved from Fingerprinter to ArtifactArchiver. (https://github.com/jenkinsci/jenkins/commit/f43a450) This patch reflects the change by adding an optional fingerprint parameter to the archive publisher. The parameter recordBuildArtifacts in the fingerprint publisher remains unchanged for backward compatibility. Change-Id: I231fdc38eb8343d646f24e7a31cafd29534c9fc8
6 lines
103 B
YAML
6 lines
103 B
YAML
publishers:
|
|
- archive:
|
|
artifacts: '*.tar.gz'
|
|
allow-empty: 'true'
|
|
fingerprint: true
|