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'
}