Repository for GO CD hands on workshop at Thoughtworks.
- Download and extract GOCD Server and Agent zip.
- To start server run ./server.sh from server directory.
- create multiple copies of agent directory as go-agent-1, go-agent-2 , go-agent-3 etc.
- Start all agents,To start agent run ./agent.sh from each agent directory.
- Single_pipeline.xml
- This first pipeline example demonstrate concepts like Material,Job and task.
- Sequential_multi_pipeline.xml
- Setting up multiple Pipeline
- Running python script which produces an artifact
- How to publish artifacts to be consumed by other pipeline
- Sequential_Fetch_Artifact_multistage.xml
- Fetch published artifacts from previous pipeline
- Use Environment variable (secure environment variable)
- MultiStage multitask example
- Fan_out.xml
- Example of Fan_out concept
- Fan_in.xml
- Example of fan_in concept
- Add example for
- How to add custom tab to show test report
- How to scheduled cron task