Plugin
deploy-verify
Post-deploy runtime verification: proves a shipped change actually works in the running environment, not just that the pipeline went green.
The pass:
- Rollback criteria written BEFORE looking — no rationalizing sick numbers
- Confirm the deployed version actually contains the change
- Baseline health: endpoints, error rate, latency vs. pre-deploy
- Smoke the changed behavior itself with runnable, repeatable probes
- Blast-radius scan: new log signatures, consumers of changed contracts
Verdict: HEALTHY / DEGRADED / ROLL BACK with evidence. Probes only — never redeploys, restarts, or rolls back on its own.