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.

download roles and cookbooks from ChefServer with knife

Given I started working with Chef using the Chef Server Management Console and I now want to start using a …

chef-infra continuous-deployment
jenkins fails on building a downstream job

I'm trying to trigger a downstream job from my current job like so pipeline { stages { stage('foo') { steps{ build job: …

jenkins continuous-integration continuous-deployment
How are snapshot and release repositories used differently?

I understand that during development build artifacts are placed in the snapshot repository. When a product needs to go to …

continuous-integration ivy artifactory continuous-deployment
Revert commit on remote branch without force pushing

How can I revert some remote repository to an old commit without force pushing and losing history? I know I …

git version-control continuous-integration continuous-deployment