CI/CD is the way!
- 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.
- Pipeline-as-Code
- Automatic triggers
- Clean & clear GUI
- Automated CI/CD improves quality tremendously
- People can spend time on more interesting activities instead of repeated tasks
- Peace-of-mind when the changes are well-tested multiple times