You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
360 B
16 lines
360 B
enable_group |
|
============= |
|
|
|
Enable the given build group for the rest of the build. Thus, code within the corresponding :doc:`/dsl/group` block will be executed. See :doc:`/build_groups` for ways to use this effectively. |
|
|
|
|
|
Required Arguments |
|
------------------ |
|
|
|
group |
|
the name of the group to enable. Convention is to use a Ruby symbol. |
|
|
|
|
|
|
|
Examples |
|
--------
|
|
|