Skip to content

aremann/rancher-gradle-plugin

Repository files navigation

Rancher Gradle Plugin Java CI with Gradle

Redeploy a a workload via a gradle task.

Usage

./gradlew redeployWorkload

Installation

Add the plugin to your build.gradle

plugins {
  id 'de.signal7.rancher-gradle-plugin' version '0.1.2'
}

And set the properties:

rancher {
    rancherUrl = https://my-rancher-installation.com
    apiBearerToken = token-4711:123456789
    projectId = 'local:p-xxxx'
    workloadId = 'deployment:namespace:workload'
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages