aboutsummaryrefslogtreecommitdiff
path: root/tcwg-buildslave-command.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2019-03-19 21:33:51 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2019-03-20 12:40:17 +0000
commit5fb94ecb25cdffa41f691d937a96b45326dde73f (patch)
tree993b8048e2a70c989063df440c884b2786e024ea /tcwg-buildslave-command.yaml
parent0341f3580057fe34c71b5f2bc4b7fec128c8f9a1 (diff)
tcwg-buildslave-command, tcwg-update-snapshots_ref: Add a meaningful prefix to build-name
So that it's easier to know what a given run of tcwg-buildslave-command was about when looking at the list of past runs. Change-Id: I9f63e4ee7d209ea886d9599d85da8e9508482320
Diffstat (limited to 'tcwg-buildslave-command.yaml')
-rw-r--r--tcwg-buildslave-command.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/tcwg-buildslave-command.yaml b/tcwg-buildslave-command.yaml
index 6678a20d9e..4d9a7e74e2 100644
--- a/tcwg-buildslave-command.yaml
+++ b/tcwg-buildslave-command.yaml
@@ -32,6 +32,10 @@
name: dry_run
default: 'false'
description: 'Whether to do a dry-run'
+ - string:
+ name: displayname
+ default: 'unknown'
+ description: 'Name to display in the Jenkins console, so that the build name is more helpful'
disabled: false
concurrent: true
wrappers:
@@ -44,7 +48,7 @@
- 'e0958a95-204f-4c14-a66c-5e2be6c5d50a'
- 'tcwg-benchmark'
- build-name:
- name: '#${BUILD_NUMBER}-${NODE_NAME}'
+ name: '${displayname}-${BUILD_NUMBER}-${NODE_NAME}'
builders:
- shell: |
#!/bin/bash