GoCD, from ThoughtWorks in Chicago, is an application lifecycle management and development tool.
N/A
Windsurf
Score 8.9 out of 10
N/A
Windsurf (formerly Codeium) is an AI dev tool that is self-hosted for security, with features including rapid code autocomplete, in-editor AI chat assistant, repo natural language search, end-to-end data encryption.
$15
per month for 500 prompt credits/month Equivalent to 2,000 GPT-4.1 prompts (4 prompts per credit)
Pricing
GoCD
Windsurf
Editions & Modules
No answers on this topic
Pro
$15
per month 500 credits/mo
Team
$30
per month per user (500 credits/user/mo)
Enterprise
$60
per month per user (up to 200 users & 1,000 credits/user/mo)
Previously, our team used Jenkins. However, since it's a shared deployment resource we don't have admin access. We tried GoCD as it's open source and we really like. We set up our deployment pipeline to run whenever codes are merged to master, run the unit test and revert back if it doesn't pass. Once it's deployed to the staging environment, we can simply do 1-click to deploy the appropriate version to production. We use this to deploy to an on-prem server and also AWS. Some deployment pipelines use custom Powershell script for.Net application, some others use Bash script to execute the docker push and cloud formation template to build elastic beanstalk.
If you already have technical knowledge and understanding of coding, Windsurf could be a valuable platform to debug and rewrite code. It was helpful to me to expand coding, since I am not a traditionally programmer. I was able to enhance my base code and functionality much quicker than manually trying.
Pipeline-as-Code works really well. All our pipelines are defined in yml files, which are checked into SCM.
The ability to link multiple pipelines together is really cool. Later pipelines can declare a dependency to pick up the build artifacts of earlier ones.
Agents definition is really great. We can define multiple different kinds of environments to best suit our diverse build systems.
Windsurf is a good tool for developers with more than basic coding skills. I would recommend it as a tool to quickly mitigate coding errors and issues. I did not take a deeper dive into the integrated extensions, but the library of extensions appear to be solid. An experience developer could quickly launch this platform, scan and test coding, and resolve issues quickly. I did not test this for larger code sets.
GoCD is easier to setup, but harder to customize at runtime. There's no way to trigger a pipeline with custom parameters.
Jenkins is more flexible at runtime. You can define multiple user-provided parameters so when user needs to trigger a build, there's a form for him/her to input the parameters.
Windsurf would be more comparable to GitHub Copilot or Perplexity to me. I think it's more of a pure code debugging line by line than some of the other tools listed above, however, they all have some capabilities to rewrite and test new coding. It boils down to what toolset you are most comfortable with. I typically will work with two platforms with the same issue to see how it is approached and the differences.
Settings.xml need to be backed up periodically. It contains all the settings for your pipelines! We accidentally deleted before and we have to restore and re-create several missing pipelines
More straight forward use of API and allows filtering e.g., pull all pipelines triggered after this date