HTTP/Jobset: support setting / reading enable_dynamic_run_command

This commit is contained in:
Graham Christensen
2021-12-15 12:37:35 -05:00
parent 1802bd0113
commit 726ea80e99
5 changed files with 16 additions and 0 deletions

View File

@ -689,6 +689,9 @@ components:
enableemail:
description: when true the jobset sends emails when previously-successful builds fail
type: boolean
enable_dynamic_run_command:
description: when true the jobset supports executing dynamically defined RunCommand hooks. Requires the server and project's configuration to also enable dynamic RunCommand.
type: boolean
visible:
description: when true the jobset is visible in the web frontend
type: boolean