Avatao’s security training goes beyond simple tutorials and videos offering an interactive job-relevant learning experience to developer teams, security champions, pentesters, security analysts and DevOps teams. Avatao's approach to secure coding training The Avatao platform immerses developers in high-profile cases and provides them with real, in-depth experience with challenging security breaches. Engineers learn to hack and patch the bugs themselves. The vendor…
N/A
GoCD
Score 8.0 out of 10
N/A
GoCD, from ThoughtWorks in Chicago, is an application lifecycle management and development tool.
Great functionalities with a full approach to different programming languages along with features to making changes to the code to make it successful and amazing. Have been using it for a long time and satisfied with their services a lot. Some functionalities need some changes otherwise it is a great platform. I recommend this tool to others businesses.
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.
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.
[I feel] it needs to be more functional while integrating with other platforms. Not the biggest drawback but there is a need to add more languages to it like PHP, Go, and Scala which is also very much developed and used in the organization.
[I believe] the support team needs to be more active and responsive while dealing with the customers.
Avatao is playing a great role in providing fantastic services. The great feature that I like the most in Avatao that it does not support only one programming language, it ranges its security protocols from various programming languages like Python, java, C#, and C++. Avatao bot is also very helpful in simple operation as when you get stuck somewhere the bot can actually help and make you out of that easily.
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.
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