From 2b0a32c6c4053ce8c6358bec8ace3905d9c968ce Mon Sep 17 00:00:00 2001 From: Christophe Lyon Date: Mon, 12 Sep 2016 22:18:24 +0200 Subject: tcwg-make-release, test-release: Use date and target in job name. Add $release and $date parameters to tcwg-test-release. They are set by tcwg-make-release, and are only used to print a more meaningful job name in the Jenkins interface. Change-Id: Id87db4b63b0a595441193d8330c4ebc78d23df85 --- tcwg-make-release.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'tcwg-make-release.yaml') diff --git a/tcwg-make-release.yaml b/tcwg-make-release.yaml index aefa0053ca..85b49c5763 100644 --- a/tcwg-make-release.yaml +++ b/tcwg-make-release.yaml @@ -115,7 +115,7 @@ users: - 'e0958a95-204f-4c14-a66c-5e2be6c5d50a' # tcwg-buildslave - build-name: - name: '#${BUILD_NUMBER}-${target}' + name: '#${BUILD_NUMBER}-${ENV,var="date"}-${ENV,var="target"}' builders: - shell: | #!/bin/bash @@ -188,6 +188,8 @@ tarball_linux_url="http://${fileserver}/binaries/${tcwg_version}-${tcwg_release}/${target}/${tarball_linux}" cat << EOF > tcwg.params.linux tarball_url=${tarball_linux_url} + release=${tcwg_release} + target=${target} EOF if test x"${canadian}" = x"true"; then @@ -195,12 +197,14 @@ tarball_mingw_url="http://${fileserver}/binaries/${tcwg_version}-${tcwg_release}/${target}/${tarball_mingw}" cat << EOF > tcwg.params.mingw tarball_url=${tarball_mingw_url} + release=${tcwg_release} + target=${target} EOF fi - conditional-step: - condition-kind: current-status - steps: + condition-kind: current-status + steps: - trigger-builds: - project: 'tcwg-test-release' property-file: tcwg.params.linux -- cgit v1.2.3