This repository has been archived on 2026-03-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ci-templates/Defaults.gitlab-ci.yml
T
argoyle 97700f1654 feat(ci): add codebuild tags to GitLab CI configuration
Enhance the GitLab CI configuration by adding tags for codebuild. This 
includes a unique identifier that incorporates the project ID, pipeline 
IID, and job name to improve build tracking and organization.
2025-10-22 20:06:27 +02:00

12 lines
256 B
YAML

default:
retry:
max: 2
when:
- "unknown_failure"
- "runner_system_failure"
- "stuck_or_timeout_failure"
- "scheduler_failure"
- "job_execution_timeout"
tags:
- codebuild-Gitlab-$CI_PROJECT_ID-$CI_PIPELINE_IID-$CI_JOB_NAME