Continuously building, testing and deploying (to non-production environments) applications to prove which instances are fit to be deployed to production.
What's the difference between these three terms? My university provides the following definitions: Continuous Integration basically just means that the …
continuous-integration continuous-deployment continuous-deliveryI am invoking a Jenkins job remotely using: wget http://<ServerIP>:8080/job/Test-Jenkins/build?token=DOIT Here Test-Jenkins …
jenkins continuous-integration continuous-deployment continuous-deliveryI have a web application where we deploy to production whenever a feature is ready, sometimes that can be a …
java maven continuous-integration maven-3 continuous-deliveryRecently I'm looking at Ansible and want to use it in projects. And also there's another tool Rundeck can be …
jenkins ansible continuous-delivery devops rundeckI have some concrete questions about versioning in Continuous Delivery. I think I understand global workflow that more or less …
continuous-integration continuous-deliveryWith Jenkins 2 Pipeline plugin, there's a useful feature allowing a quick overview of the pipeline stages and status of steps, …
jenkins jenkins-pipeline continuous-delivery jenkins-blueoceanI open this topic because I have a issue when I try to run ansiblePlaybook in a Jenkins pipeline. The …
jenkins ansible jenkins-plugins jenkins-pipeline continuous-deliveryWe have been doing continuous integration and continuous delivery since a while with Subversion commits as the pipelines triggers. Recently, …
git continuous-integration git-flow continuous-deliveryBackground: We have one Jenkins job (Production) to build a deliverable every night. We have another job (ProductionPush) that pushes …
triggers jenkins workspace continuous-deliveryIs it possible to mark gitlab ci jobs to start manually? I need it for deploying application but I want …
gitlab continuous-deployment gitlab-ci continuous-delivery gitlab-ci-runner