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 is deployment to Production done from local VirtualBox / Vagrant development environment?

Recently I started to read about building development environments with virtualization software (I am a beginner) and it seems that …

vagrant virtualbox chef-infra puppet continuous-deployment
How to upload an APK from Jenkins/Hudson to Play Store?

I implemented a continuous integration pipeline using Jenkins, but as final step I want Jenkins to deploy/upload the signed …

android jenkins continuous-integration google-play continuous-deployment
Amazon Web Service CodeDeploy appspec.yml problems

I have a Node.js application which is being automatically deployed to Amazon Web Service through Codeship using the CodeDeploy …

continuous-integration yaml continuous-deployment codeship aws-code-deploy
How to repeat a stage in Jenkins Workflow

I'm trying to use Jenkins on Cloudbees to automate deployment of my software. I setup my workflow as following. There …

groovy jenkins cloudbees continuous-deployment jenkins-workflow
AWS CodePipeline not able to access Organization's repositories

I am trying to setup Continuous deployments pipelines in AWS Codepipeline. While creating a pipeline I provide "Source provider" as …

amazon-web-services github continuous-deployment aws-codepipeline
CI/CD of a ASP.NET Core Web API using VSTS

I have created an ASP.NET Core Web API app using Visual Studio 2017 (Community Edition). I could successfully publish to …

azure asp.net-core .net-core azure-devops continuous-deployment
How to run aws configure in a travis deploy script?

I am trying to get travis-ci to run a custom deploy script that uses awscli to push a deployment up …

amazon-web-services configuration travis-ci continuous-deployment aws-cli
How to Deploy On-Premises with Visual Studio Online Continuous Delivery

My team uses Visual Studio Online ("VSO") to manage our ALM. We already have a push-button build-process in place to …

continuous-integration continuous-deployment azure-devops continuous-delivery
How to stop Maven's verify phase rebuilding the artifact?

Imagine a Java project built using Maven for which I have: some fast-running unit tests that: developers should run before …

java maven-2 continuous-integration hudson continuous-deployment
How to run Rubocop only on the changed files in a pull request?

I have created spec/lint/rubocop_spec.rb which runs Rubocop style checker on the files changed between current branch …

ruby-on-rails git continuous-deployment circleci rubocop