Jenkins PR gating using Local Scanner
How it works
PR opened/updated ──► SCM sends webhook ──► Jenkins Multibranch PR build
│
▼
aikido-local-scanner --gating-mode pr
│
new issues ≥ --fail-on? ── yes ──► build FAILS
│ │
no ▼
▼ build status = FAILED
build PASSES │
│ ▼
▼ SCM blocks merge
SCM checks passMultibranch Pipeline setup
Add Aikido PR gating stage to your Jenkinsfile
Last updated
Was this helpful?