An open API service indexing awesome lists of open source software.

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

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