-
Notifications
You must be signed in to change notification settings - Fork 1
Plugin Usage
Apoorva M edited this page Jul 17, 2019
·
2 revisions
Pre-requisites: Install Docker and Dunner in Go Agent machine.
Step 1: Setup GoCD server and agent.
Step 2: Setup Go pipeline for your git repository.
Step 3: Download Dunner GoCD plugin Jar from Github releases: https://github.com/leopardslab/dunner-gocd-plugin/releases
Step 4: Copy Jar to Go Server external plugins directory
Step 5: Restart Go Server
Step 6: Configure your Dunner task in dashboard and use!
TASKS RUN IN AGENT BOX EARLIER ARE NOW RUN INSIDE DOCKER CONTAINER!!!
To run this dunner task in command-line/offline of Go-server, download the task file and run as: dunner do <task_name>
- This spins the defined docker container, runs tasks and gives result!