https://github.com/jenkinsci/kubernetes-client-api-plugin
Jenkins Kubernetes Client API Plugin
https://github.com/jenkinsci/kubernetes-client-api-plugin
jenkins-api-plugin jenkins-plugin kubernetes
Last synced: 8 months ago
JSON representation
Jenkins Kubernetes Client API Plugin
- Host: GitHub
- URL: https://github.com/jenkinsci/kubernetes-client-api-plugin
- Owner: jenkinsci
- License: apache-2.0
- Created: 2019-09-03T15:14:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-14T16:50:51.000Z (over 1 year ago)
- Last Synced: 2025-01-30T04:25:12.100Z (over 1 year ago)
- Topics: jenkins-api-plugin, jenkins-plugin, kubernetes
- Homepage: https://plugins.jenkins.io/kubernetes-client-api/
- Size: 216 KB
- Stars: 7
- Watchers: 4
- Forks: 19
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Kubernetes Client API Plugin
This plugin exposes the [Kubernetes Client](https://github.com/fabric8io/kubernetes-client) API to Jenkins plugins.
# Known usage
* [kubernetes-credentials-plugin](https://github.com/jenkinsci/kubernetes-credentials-plugin)
* [kubernetes-credentials-provider-plugin](https://github.com/jenkinsci/kubernetes-credentials-provider-plugin)
* [kubernetes-plugin](https://github.com/jenkinsci/kubernetes-plugin)
# Environment
The following build environment is required to build this plugin
* `java-1.8` and `maven-3.3.9`
# Build
To build the plugin locally:
mvn clean verify
# Release
[See the release page](https://github.com/jenkinsci/kubernetes-client-api-plugin/releases)
To release the plugin, just ask a maintainer to merge the PR on master branch.
# Test local instance
To test in a local Jenkins instance
mvn hpi:run