aboutsummaryrefslogtreecommitdiff
path: root/tcwg-buildslave-command.yaml
diff options
context:
space:
mode:
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