From 5fb94ecb25cdffa41f691d937a96b45326dde73f Mon Sep 17 00:00:00 2001 From: Christophe Lyon Date: Tue, 19 Mar 2019 21:33:51 +0000 Subject: 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 --- tcwg-buildslave-command.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tcwg-buildslave-command.yaml') 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 -- cgit v1.2.3