Top "Continuous-delivery" questions

Continuously building, testing and deploying (to non-production environments) applications to prove which instances are fit to be deployed to production.

Continuous Integration vs. Continuous Delivery vs. Continuous Deployment

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-delivery
How to trigger Jenkins builds remotely and to pass parameters

I 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-delivery
What is the Maven way for automatic project versions when doing continuous delivery?

I 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-delivery
Is it a good idea to make Ansible and Rundeck work together, or using either one is enough?

Recently 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 rundeck
Build versioning in continuous delivery

I have some concrete questions about versioning in Continuous Delivery. I think I understand global workflow that more or less …

continuous-integration continuous-delivery
Jenkins Pipeline sh display name/label

With 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-blueocean
run ansible playbook on jenkins pipeline

I 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-delivery
Continuous integration and continuous delivery with git-flow

We 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-delivery
jenkins continuous delivery with shared workspace

Background: We have one Jenkins job (Production) to build a deliverable every night. We have another job (ProductionPush) that pushes …

triggers jenkins workspace continuous-delivery
GitLab CI Start job manually (deployment)

Is 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