Questions tagged [continuous-delivery]

Use this tag for questions about manually deploying software to a production environment as part of a CI pipeline. For questions about automatic deployment to production use the [continuous-deployment] tag.

Continuous Delivery (CD) is the process of delivering software updates to users frequently, with little delay after implementing and testing code changes. To be able to do this the software development process has to be streamlined and is generally seen a prerequisite for continuous-delivery and positioned in front of it in pipelines.

Continuous delivery is often seen as synonymous to , but strictly speaking the terms are different. For continuous delivery the last step between acceptance testing and deployment is a manual one. For continuous deployment this step is automated, deployment is always done as part of the process.

65 questions
18
votes
3 answers

Is there a website that shows the popularity of CI/CD tools?

There are websites that indicate the popularity of programming languages and open source tools. Is there something comparable for CI/CD tools as well?
030
  • 13,235
  • 16
  • 74
  • 173
5
votes
1 answer

Evolution of DevOps?

I head that the present DevOps jobs were previous know as build and release engineer. I want to go back to past 10 years. What would be the different job position roles a personal might have played from past 10 yes?
EDU_EVER
  • 121
  • 3
2
votes
1 answer

Delivery in a SalesForce environment

In an organization with a hundred developers, and several thousand salespeople using SalesForce to create their application. Given the restrictions of SalesForce environment and deployment options. What would be the process and which tools to use to…
Evgeny Zislis
  • 8,963
  • 5
  • 38
  • 72