Method: CIRunner::Configuration::Project#buffer_starts_regex
- Defined in:
- lib/ci_runner/configuration/project.rb
#buffer_starts_regex ⇒ nil, Regexp
This regex is used to tell CI Runner when to start buffering. The failures will then be matched agains this buffer rather than the whole log output. An example to better understand:
131 132 133 |
# File 'lib/ci_runner/configuration/project.rb', line 131 def buffer_starts_regex to_regexp(@yaml_config.dig("buffer_starts_regex")) end |