description Jenkins Google Cloud Plugin Overview
help Jenkins Google Cloud Plugin FAQ
Is there one Jenkins Google Cloud Plugin that deploys to every Google service?
No. Jenkins provides separate plugins and Pipeline integrations for services such as Google Compute Engine and Google Kubernetes Engine, so the phrase "Google Cloud Plugin" can refer to several different components.
What does the Jenkins Google Compute Engine plugin actually do?
It provisions Compute Engine virtual machines as temporary Jenkins agents when builds require capacity. The plugin can terminate those agents when they become idle or after a one-shot build completes.
Can Jenkins deploy build artifacts to Google Kubernetes Engine?
Yes, but this is handled through the GKE plugin or ordinary Pipeline commands using tools such as gcloud, kubectl, and Helm. The Compute Engine plugin itself is primarily for provisioning build agents, not deploying an application to a Kubernetes cluster.
How should Jenkins authenticate to Google Cloud?
A typical setup uses a Google Cloud service account stored in Jenkins Credentials and grants it only the IAM permissions required by the job. Workload Identity is preferable when Jenkins already runs on GKE because it avoids long-lived downloaded service-account keys.
explore Explore More
Similar to Jenkins Google Cloud Plugin
See all arrow_forwardReviews & Comments
Write a Review
Be the first to review
Share your thoughts with the community and help others make better decisions.