Manuals / CI/CD Pipelines / Ch 6

B · Security & ConfigIntermediate30 min read

6. Checkpoint A — CI fundamentals

CI/CD Pipelines · 48 pages source format

PR workflow + secrets + artifacts working.

What you'll learn

  • CI fundamentals criteria

Pass criteria

  • Workflow runs on push and pull_request
  • At least one secret used safely
  • Artifact uploads on test failure
  • PIPELINE.md and CI.md committed
  • SECRETS.md with team rules
  • Green main branch baseline

Do this now

Verify on GitHub.

Clear?

Checklist