Monica Shiralkar wrote:Is it correct to say that Continuus integration means automation of build pipelines where we push the code and when test cases passes it gets checked into a version control repository
for this we require tools like Jenkins
Continuous Delivery which means that after this the deployable files need to be deployed to some server or cloud like AWS and for this we require tools like CodeDeploy and Spinnaker?
Education won't help those who are proudly and willfully ignorant. They'll literally rather die before changing.
Stephan van Hulst wrote:
You got it the wrong way around.
Code gets checked into version control by a developer, which in turn triggers build pipelines that build and test the software.
Stephan van Hulst wrote:
When tests pass, the next step is triggered, which usually is not related to version control, but rather to some form of deploying the build artefacts.
Stephan van Hulst wrote:
Jenkins is a good example of a CI tool
Stephan van Hulst wrote:
Continuous Delivery can also just mean bundling the deployable artifacts together and putting them in a shared folder or making them available for download on a website.
Stephan van Hulst wrote:
Again, these are common scenarios, but far from the only ones.
Education won't help those who are proudly and willfully ignorant. They'll literally rather die before changing.
Tim Holloway wrote:Jenkins can definitely deploy the artefacts it makes .
Education won't help those who are proudly and willfully ignorant. They'll literally rather die before changing.
Education won't help those who are proudly and willfully ignorant. They'll literally rather die before changing.
Education won't help those who are proudly and willfully ignorant. They'll literally rather die before changing.
Education won't help those who are proudly and willfully ignorant. They'll literally rather die before changing.
Stephan van Hulst wrote:Jenkins is NOT a tool that takes care of CI/CD completely. It's a tool that manages the CI/CD pipeline. It delegates to other tools for the specifics of CI or CD.
Stephan van Hulst wrote:
Depending on your requirements, CodeDeploy is an example of a tool you can use to deploy your application
Honk if you love justice! And honk twice for tiny ads!
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
|