Top "Continuous-deployment" questions

A software engineering approach in which teams keep producing software in short cycles and ensure that the software can be released to production at any time.

How to download the latest artifact from Artifactory repository?

I need the latest artifact (for example, a snapshot) from a repository in Artifactory. This artifact needs to be copied …

shell artifactory continuous-deployment
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
How to deploy to Heroku directly from my Gitlab repository

In my team, we use Gitlab as a remote repository, so we are looking for a solution to auto deploy …

git heroku deployment gitlab continuous-deployment
How do you abort/end a Chef run?

Under certain conditions, I need to abort/end a Chef run with a non-zero status code, that will then propagate …

chef-infra continuous-deployment
continuous deployment with jenkins

I want to deploy with jenkins to the test environment and to the production environment. To do so I need …

jenkins jenkins-plugins continuous-deployment
Exception Message: There is no working folder mapping for

I am trying to test automated builds in tfs/vs.net 2012. I have set the workpaths in the source control …

visual-studio-2012 tfs web-deployment continuous-deployment
Running a remote batch file using psexec through Jenkins fails

Running a remote batch file using psexec through Jenkins fails. Running the same batch file using psexec from the slave …

batch-file automation continuous-integration psexec continuous-deployment
MSI vs nuget packages: which are is better for continuous delivery?

Let's discuss following topic. There is application which currently is being deployed with good to know xcopy method.This approach …

.net wix nuget windows-installer continuous-deployment