A GoCD task plugin for Dunner.
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.
-
Select task type as
Dunner Task
when creating a new task in a build job. -
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 addgocd_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.
- 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.
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.