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.
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-deploymentI 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-deploymentI 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-deployI'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-workflowI 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-codepipelineI 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-deploymentI 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-cliMy 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-deliveryImagine 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-deploymentI 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