aboutsummaryrefslogtreecommitdiff
path: root/tcwg-test-release.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2016-09-12 22:18:24 +0200
committerChristophe Lyon <christophe.lyon@linaro.org>2016-09-21 19:51:22 +0000
commit2b0a32c6c4053ce8c6358bec8ace3905d9c968ce (patch)
tree13b706ffd8385bf3826d5075d96f4e0756d0caa6 /tcwg-test-release.yaml
parent47c38629a032010d2d56505a1b7c0f83ec17afbb (diff)
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
Diffstat (limited to 'tcwg-test-release.yaml')
-rw-r--r--tcwg-test-release.yaml10
1 files changed, 9 insertions, 1 deletions
diff --git a/tcwg-test-release.yaml b/tcwg-test-release.yaml
index ee9de623..9ee7aca2 100644
--- a/tcwg-test-release.yaml
+++ b/tcwg-test-release.yaml
@@ -22,6 +22,14 @@
name: abe_branch
default: refs/heads/test
description: 'ABE revision to use '
+ - string:
+ name: release
+ default:
+ description: 'Release name, only display in job name'
+ - string:
+ name: target
+ default:
+ description: 'Target, only display in job name'
- bool:
name: debug
default: false
@@ -49,7 +57,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