apoorvam / dunner-gocd-plugin

A GoCD task plugin for Dunner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dunner-gocd-plugin

A GoCD task plugin for Dunner.

Installation

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

Download the jar file of this plugin and copy it to the external plugins directory of Go-Server. Restart your server to see the plugin added to your GoCD.

Task Configuration

  • Select task type as Dunner Task when creating a new task in a build job.

    New Dunner Task

  • Specify the image to be used, commands, mount directories, environment variable values in configuration.

  • Save task.

  • To be able to download dunner task file from pipeline configuration, add gocd_dunner directory as artifact and add gocd_dunner/.dunner.yaml to custom tab. This gives you direct link to download dunner task file for reference or to run task manually without GoServer.

Artifact Custom Tab

Support

  • Go.cd: 17.3.0+ Note: This is only tested regularly against 17.3.0 and latest. This could potentially work with older versions, but not tested.
  • Agent Requirements: Install Docker and Dunner.

Build plugin from source

Requirements: Java, Gradle

  • Clone this repository and run the below commands on command-line:
$ 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.

About

A GoCD task plugin for Dunner

License:MIT License


Languages

Language:Java 93.1%Language:HTML 6.9%