GoCD Integration with external tools

    The following shows an example of tracking cards on Jira by card numbers starting with a “#” (e.g: #3301):

    For power users, here’s how you’d do it from Config XML:

    Now, when a user commits code with comments like “#3301 - Make sure the TrackingToolConfig and…”, GoCD detects the modifications and automatically links story/bug numbers to the configured tracking tool:

    Monitoring your builds with client tools

    GoCD allows you to monitor your builds with CCTray through the url ‘.

    If you have switched on security in your configuration you can use BASIC authentication to connect. In many cases you can do this by including the username and password in the URL. The username and password should not include special characters.

      From 12.3, the CCTray feed includes a message tag with the “breakers” attribute that includes names of users who made the commit that broke the pipeline. Most CCTray clients support this message tag.