Add guided help for all CI configurations.
Review Request #13864 — Created May 19, 2024 and submitted — Latest diff uploaded
The configuration for the CircleCI and Jenkins integrations have been
updated to provide better guidance, separating the options into the
following sections:
- What to Build
- Where to Build (Jenkins only)
- How to Build
- When to Build
These are modeled off the Travis-CI configuration. For Travis-CI,
there's a small tweak to refer to their main development branch, rather
than explicitly master
.
Unit tests pass.
Tested each configuration form, checking that all form fields were
represented and that they were organized correctly.