/jenkins-integration-samples

Primary LanguageShellApache License 2.0Apache-2.0

Jenkins Integrations

This repository houses example projects illustrating best practices for running Jenkins leveraging the integrations published and officially supported by GCP.

GCP Officially Supported Plugins

The Google Compute Engine (GCE) Plugin allows you to use GCE virtual machines (VMs) with Jenkins to execute build tasks. GCE VMs provision quickly, are destroyed by Jenkins when idle, and offer Preemptible VMs that run at a much lower price than regular VMs.

The Google Kubernetes Engine (GKE) Plugin allows you to deploy build artifacts to Kubernetes clusters running in GKE with Jenkins.

This plugin implements the OAuth Credentials interfaces to surface Google Service Account credentials to Jenkins.

This plugin provides the “Google Cloud Storage Uploader” post-build step for publishing build artifacts to Google Cloud Storage.

Sample Projects

An example project illustrating best practices for running Jenkins on GCP, highlighting running Jenkins running in GKE using the Kubernetes Plugin and utilizing a suite of GCP officially supported Jenkins plugins: (GCS, OAuth, GKE).

Playbooks

A playbook for installing Jenkins X, (aka jx), on GCP using recommended best practices.