Guidewire CI/CD Pipeline Overview Ship Gosu changes from a developer's branch to production without breaking running policies. Guidewire Cloud Console (GCC) deployment slots are the carrier-side promotion mechanism — → → — with config packages as the unit of promotion. The CI side validates compile, runs GUnit, and packages; the CD side promotes packages through slots with deploy-time gates. Five production failures this skill prevents: 1. Bypassed compile/test gates — a failure on a developer's machine reaches CI as "works on my machine"; CI runs the same gates as a clean clone, fails fast,…