Keep tarball and release properties for release 70/5370/3
authorFatih Degirmenci <fatih.degirmenci@est.tech>
Sat, 11 Jul 2020 12:55:52 +0000 (12:55 +0000)
committerFatih Degirmenci <fatih.degirmenci@est.tech>
Sat, 11 Jul 2020 13:36:48 +0000 (13:36 +0000)
commitf8feaedc7ce75ad5524fab105d0b6d7dc178f9fc
tree797cb30f844374d6e675b1d74ac4450d45ff8bc2
parentd7c1e7673b19be3c8ee33283762aba19a606b6cd
Keep tarball and release properties for release

The installer file created by the package role can not be scanned by
JFrog XRAY due to it being an incompatible artifact type. In order for
the artifact to be scanned, it needs to be in one of the supported
formats.

This change updates package role to keep the tarball if the packaging
is run by release job in order to make scanning of artifacts possible.

In addition to keeping the tarball around, release job records release
metadata in release.properties file. This file is needed to be included
in tarball and installer file in order to make the traceability better.

Please note that both of these operations take effect if the release
metadata file /tmp/release.properties exists. This file is only created
by release job on Jenkins and does not exist for manual builds so there
is not change for manual packaging.

Change-Id: I3189806fc7a45b63328dc7236c94119f2ee9e295
playbooks/roles/package/files/build.sh
playbooks/roles/package/tasks/main.yaml
playbooks/roles/package/tasks/record-shas.yaml [new file with mode: 0644]