Skip to content
Snippets Groups Projects
Commit d215d94c authored by danielspeicher's avatar danielspeicher
Browse files

Document stages and jobs.

parent 870b21cc
No related branches found
No related tags found
1 merge request!26Develop
......@@ -719,7 +719,32 @@ Finally, we remove the directory we created above.
#### .retry-for-system-issues
#### .cache_default
This little job ste the amount of retries to "2", when:
- runner_system_failure
- stuck_or_timeout_failure
#### .cache_paths
All internal jobs concerning cache will use this job here. It defines the paths:
- .docker-init/
- assets/
- drush/
- files/
- keys/
- settings/
- vendor/
- web/core/
- web/libraries/
- web/modules/contrib/
- web/profiles/contrib/
- web/sites/
- web/themes/contrib/
- .ahoy.yml
- .env
- docker-compose.yml
## Configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment