freeleaps-ops/first-class-pipeline/pipeline
icecheng d2b514795c feat: add DockerHub authentication to prevent rate limiting
- Add dockerhub-secret.yaml with DockerHub credentials for Jenkins agents
- Configure imagePullSecrets in all pipeline pod templates to use dockerhub-secret
- This prevents DockerHub rate limiting when pulling base images during CI/CD builds
2025-10-16 12:46:44 +08:00
..
dockerhub-secret.yaml feat: add DockerHub authentication to prevent rate limiting 2025-10-16 12:46:44 +08:00
ProjectInitializer.jenkins feat(pipeline): add ProjectInitializer pipeline and update README for builtin pipelines 2025-02-10 02:01:34 +08:00
README.md feat(pipeline): add ProjectInitializer pipeline and update README for builtin pipelines 2025-02-10 02:01:34 +08:00

Builtin Pipelines

ProjectInitializer.jenkins

Using to generate project specific pipeline based on first-class-pipeline shared library.