Builds and archives uds artifacts 54/5154/9
authormatthew-mcneilly <matthew.mcneilly@est.tech>
Wed, 24 Jun 2020 09:54:28 +0000 (10:54 +0100)
committermatthew-mcneilly <matthew.mcneilly@est.tech>
Tue, 28 Jul 2020 13:12:51 +0000 (14:12 +0100)
commitfa60fdc2ece2dfddc34e0391841bc1f27520f00f
tree551cbf43d3212723ae92fd851310051c2d3885c8
parent8795fc300b9be39db86562dd94d71c464e8005b3
Builds and archives uds artifacts

Add parameter to specify source versions from commitids
Include other artifacts (.war files) in push to Artifactory
Include commitids into artifact filenames
Assign jenkins slave and enable single use
Refactoring into Jenkins multijob
Created build.properties file to share commitids across jobs

Signed-off-by: matthew-mcneilly <matthew.mcneilly@est.tech>
Change-Id: I5331e7fd376a09624930f9cc1ee9d2f2ee3aa50e
13 files changed:
jjb/onap/uds/README.md [new file with mode: 0644]
jjb/onap/uds/scripts/archive-images.sh [new file with mode: 0644]
jjb/onap/uds/scripts/archive-repos.sh [new file with mode: 0644]
jjb/onap/uds/scripts/collect-artifacts.sh [new file with mode: 0644]
jjb/onap/uds/scripts/generate-build-metadata.sh [new file with mode: 0644]
jjb/onap/uds/scripts/maven-build.sh [new file with mode: 0644]
jjb/onap/uds/scripts/maven-clean.sh [new file with mode: 0644]
jjb/onap/uds/scripts/pull-repos.sh [new file with mode: 0644]
jjb/onap/uds/scripts/push-artifacts.sh [new file with mode: 0644]
jjb/onap/uds/scripts/push-images.sh [new file with mode: 0644]
jjb/onap/uds/scripts/push-repos.sh [new file with mode: 0644]
jjb/onap/uds/uds-daily-build-package-promote.yaml [new file with mode: 0644]
jjb/onap/uds/uds-macros.yaml [new file with mode: 0644]