https://github.com/jenkinsci/google-kubernetes-engine-plugin
The Google Kubernetes Engine (GKE) Plugin allows you to deploy build artifacts to Kubernetes clusters running in GKE with Jenkins.
https://github.com/jenkinsci/google-kubernetes-engine-plugin
google-cloud kubernetes
Last synced: 12 months ago
JSON representation
The Google Kubernetes Engine (GKE) Plugin allows you to deploy build artifacts to Kubernetes clusters running in GKE with Jenkins.
- Host: GitHub
- URL: https://github.com/jenkinsci/google-kubernetes-engine-plugin
- Owner: jenkinsci
- License: apache-2.0
- Created: 2019-01-10T13:48:46.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2025-03-24T17:02:42.000Z (12 months ago)
- Last Synced: 2025-03-31T08:07:48.587Z (12 months ago)
- Topics: google-cloud, kubernetes
- Language: Java
- Homepage: https://plugins.jenkins.io/google-kubernetes-engine/
- Size: 607 KB
- Stars: 36
- Watchers: 13
- Forks: 67
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Google Kubernetes Engine Plugin for Jenkins
[](https://plugins.jenkins.io/google-kubernetes-engine)
[](https://plugins.jenkins.io/google-kubernetes-engine)
The Google Kubernetes Engine (GKE) Plugin allows you to deploy build artifacts
to Kubernetes clusters running in GKE with Jenkins.
## Documentation
Please see the [Google Kubernetes Engine Plugin](docs/Home.md) docs for complete
documentation.
## Installation
1. Go to **Manage Jenkins** then **Manage Plugins**.
1. (Optional) Make sure the plugin manager has updated data by clicking the
**Check now** button.
1. In the Plugin Manager, click the **Available** tab and look for the "Google
Kubernetes Engine Plugin".
1. Check the box under the **Install** column and click the **Install without
restart** button.
1. If the plugin does not appear under **Available**, make sure it appears
under **Installed** and is enabled.
## Plugin Source Build Installation
See [Plugin Source Build Installation](docs/SourceBuildInstallation.md) to build
and install from source.
## Usage
See the [Usage](docs/Home.md#usage) documentation for how to create a `Deploy to GKE` build step.
## Feature requests and bug reports
Please file feature requests and bug reports as
[github issues](https://github.com/jenkinsci/google-kubernetes-engine-plugin/issues).
**NOTE**: Starting with version 0.7 of this plugin, version 0.9 or higher of the
[Google OAuth Credentials plugin](https://github.com/jenkinsci/google-oauth-plugin) must be used.
Older versions of this plugin are still compatible with version 0.9 of the OAuth plugin.
## Community
The GCP Jenkins community uses the **#gcp-jenkins** slack channel on
[https://googlecloud-community.slack.com](https://googlecloud-community.slack.com)
to ask questions and share feedback. Invitation link available here:
[gcp-slack](https://cloud.google.com/community#home-support).
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md)
## License
See [LICENSE](LICENSE)