leopardslab / dunner-gocd-plugin

GoCD task plugin for Dunner, the docker task runner. https://github.com/leopardslab/dunner https://gocd.org
https://github.com/leopardslab/dunner
MIT License
7 stars 1 forks source link
docker gocd plugin task-runner

dunner-gocd-plugin

Build Status

A GoCD task plugin for Dunner.

Installation

This plugin can be installed using the GoCD standard plugin installation instructions.

Download the latest jar file of this plugin from Github Releases and copy it to the external plugins directory(<go_server>/plugins/external) of Go-Server. Restart your server to see the plugin added to GoCD. Refer Plugin Usage page.

Task Configuration

Each value should be specified as per dunner usage.

You can also specify the environment variables in GoCD job tab, it will be passed to dunner tasks.

Support

Build plugin from source

Requirements: Java, Gradle

$ gradle clean install
$ gradle build

This will generate the plugin jar file named dunner-gocd-plugin-<version>.jar in the <clone_repo_dir>/build/libs/ directory.