GoCD Plugin User Guide
Please go through Go Plugin User Guide before using GoCD plugin
Available GoCD Extension Points
- Package Repository Extension
- Task Extension
- Notification Extension
- Configuration Repository Extension
- Authorization Extension
- SCM Extension
- Elastic Agent Extension
Package Repository Extension
Please follow link for package material extension point details.
GoCD bundles a Yum repository poller extension, along with the server. You can find out more details about it here.
Task Extension
See this for details about the task extension point. GoCD does not have a bundled task extension. You can see Curl task extension for reference.
Notification Extension
See this for details about the notification extension point. GoCD does not have a bundled notification extension. You can see Email notification extension for reference.
Configuration repository Extension
See this for details about the configuration repository extension point. You can see JSON config plugin for reference.
Authorization Extension
See this for details about the authorization extension point. GoCD does not have a bundled plugin for authorization extension. You can see LDAP Authentication plugin for reference.
SCM Extension
See this for details about the scm extension point. GoCD does not have a bundled plugin for scm extension. You can see Github Pull Requests Builder for reference.
Elastic Agent Extension
See this for details about the elastic agent extension point. GoCD does not have a bundled plugin for elastic agent extension. You can see Docker elastic agents for reference.
Note
- You can find more extensions in the community plugins listing page.
- Please refer Developer Documentation if you are planning to write a plugin.