Code, Deploy, Monitor.

Making Infra Boring, So Developers Can Be Brilliant


Hola, it’s me Owen πŸ‘‹
I’m just someone who enjoys building things, breaking them (in dev only, I promise), and learning along the way. This blog is a space for thoughts, stories, experiments, and everything in between β€” mostly tech, sometimes life. Welcome aboard!

Deploy Jenkins in Google Cloud Instance

I deployed a dedicated Jenkins agent on a Google Cloud Compute Engine instance to support distributed build execution for selected projects. This agent was configured to connect securely to the existing Jenkins master hosted in a separate environment, enabling offloaded builds for resource-intensive pipelines.

The setup was specifically designed so that when Project X initiates a build through the Jenkins master, the workload is delegated and executed by this GCP-hosted agent. This approach improves build performance, reduces load on the main Jenkins environment, and enables better scalability and isolation across teams.