disable_group ============= Disable the given build group for the rest of the build. Thus, code within the corresponding :doc:`/dsl/group` block will not be executed. See :doc:`/build_groups` for ways to use this effectively. Required Arguments ------------------ group the name of the group to disable. Convention is to use a Ruby symbol. Examples --------