0411adde25
Changes include support for TestResultColumn, BuildDescriptionColumn, BuildParametersColumn, UserNameColumn, LastBuildConsoleColumn, WorkspaceColumn and ConfigureProjectColumn. Updated examples to show up how to use new columns with list view builder. Proposed column names in job generation YAML config file are: - extra-tests-total - extra-tests-failed - extra-tests-passed - extra-tests-skipped - extra-tests-format-0 - extra-tests-format-1 - extra-build-parameters - extra-build-description - extra-last-user-name - extra-workspace-link - extra-configure-button - extra-last-output To add an extra column with specific parameter named MY_PARAMETER, use following syntax: - extra-build-parameter: MY_PARAMETER Change-Id: I9497e2e322027f8cda105d728ee3d105a19b206e
13 lines
229 B
YAML
13 lines
229 B
YAML
name: regex-example
|
|
view-type: list
|
|
description: 'description'
|
|
columns:
|
|
- status
|
|
- weather
|
|
- job
|
|
- last-success
|
|
- last-failure
|
|
- last-duration
|
|
- extra-build-parameter: MY_PARAMETER
|
|
regex: (?!test.*).*
|