Questions tagged [continuous-deployment]

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.

Continuous Deployment (CD) is a continuous automation process where deployment of software to production systems is fully automated. This ensures that fixes and new features can be brought to production quickly.

This usually includes having a good set of automated tests to automatically verify the fitness of the software for production use.

See the article Continuous Delivery on Wikipedia for more information.

2667 questions
1
vote
1 answer

In Jenkins, how to specify build phase nodes but restrict where overall build job runs?

I currently have a MultiJob (https://wiki.jenkins-ci.org/display/JENKINS/Multijob+Plugin) which kicks off a series of build phases. What I want to do is start the MultiJob on one node but then run the next two build phases on a selected amount of…
1
vote
1 answer

Set Up Continuous Integration From VSO to Azure, but Website does not deploy

I have an azure website that I have successfully linked to a team project in VSO. When I go to the "deployments" tab of this site in azure management, it says: The team project is linked. Visual Studio Online will build and deploy your project to…
1
vote
2 answers

Open source tool for Database Continuous integration

I want to perform Database continuous integration. I found that Red gate is the tool for Database CI using SQL CI. It allows continuous integration for SQL Server databases. On each check-in to source control, it builds and packages the database…
1
vote
1 answer

Maven artifacts are deployed to a wrong location at when invoking Gradle install task on Team City CI

I'm trying to setup simple continuous integration system on my local PC. I use gradle as my build system (gradle wrapper option). One of the steps in the build process in to deploy build artifacts to a local repository (located…
Rade Milović
  • 61
  • 1
  • 4
1
vote
1 answer

Understanding continuous deployment

I am perplexed by the idea of continuous deployment flow. I am trying to understanding this so I might miss/mix lot of things so pardon me for that : I have a flow like this : a) Deployment (First time) Build a package out of SCM SSH into cloud…
sakhunzai
  • 13,900
  • 23
  • 98
  • 159
1
vote
1 answer

Azure Continuous Deployment - Setup Publishing with VSO

We've been able to setup Azure Continuous Deployment with some VSO Team Projects, but not others. Any idea why we are getting this error in the Azure Management Portal? Perhaps it depends on the age of the team project. Unable to find…
1
vote
1 answer

Jenkins Puppet integration

My development setup is such that for every svn checkin code is built,unit tested, packaged and published in Artifactory. Now I want to automate my deployment process & run integration(Selenium) test as part of this process. I am thinking of using…
1
vote
0 answers

Prevent Sidetiq from scheduling new jobs based on {add logic here}

We would like to stop Sidetiq from scheduling new jobs based on some condition. In our use case, that there are no newer versions of the code running in another deployment/container) How can we add logic at the point Sidetiq is scheduling the job…
1
vote
1 answer

Why does the RM-Client not create Backlog items for failed deploys

I Manage a release using Microsoft Release Management for Visual Studio Update 3, i expected the release management server to create a work-item/bug backlog item if a release gets rejected, but this is not the case. Is this not possible in the…
1
vote
1 answer

How can I deploy Kooboo modules non-interactively?

I am currently developing a number of Kooboo modules which receive frequent updates. The modules are built automatically using a CI server. Is there a way to deploy the modules to a running Kooboo instance after build? Since it is a large number of…
Chris
  • 6,914
  • 5
  • 54
  • 80
1
vote
3 answers

CI tool with code metrics for ruby on rails application

I need to integrate a CI(continues integration)+CD(continuous deployment) tool for my ruby on rails application. It would be great if it has the following features. Code metric tool like (metric_fu) Gitlab,Gitlub for repository…
1
vote
1 answer

How do I set an environment variable at build time on a VSO Hosted Build Controller?

How can I set an environmental variable on a VSO Hosted Build Controller at build time? An ideal solution would be using MSBuild arguments. Scenario (not necessary to know): I am trying to get an Orleans based Azure Hosted Cloud Service to build…
1
vote
0 answers

Visual Studio Online: Get built code to own server

What kind of software is needed to get the results from builds on Visual Studio Online to your own server, running IIS? This server would not be on Azure. After setting up a Build Definition one can, either through the Visual Studio IDE itself or on…
1
vote
1 answer

SSIS 2012 Continuous Integration with TFS 2013

I’ve been reading some articles (this one in particular: http://speaksql.wordpress.com/2013/06/07/a-journey-to-db-deployment-automaton-ssis-build-using-msbuild/) about using msbuild.exe to build and deploy an SSIS package (.ispac). I had no problem…
1
vote
1 answer

Codeship.io and Bluehost(or other shared hosting environment)

I've been confused on how to set up codeship.io with Bluehost, and wanted to know if there was any good documentation I should be looking over? I already looked at CodeShip's docs, and they weren't very helpful. Thanks in advance.
user_909
  • 57
  • 2
  • 8