Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
5answers
687 views

Continuous Deployment with an ASP.NET website?

I have a website in C#/ASP.NET that is currently in development. When we are in production, I would like to do releases frequently over the course of the day, as we fix bugs and add features (like ...
6
votes
5answers
395 views

Database Continuous Delivery / Deployment

I’m researching continuous deployment of databases. It seems quite a problem area, and one that is far less established than continuous deployment of code. If you are currently doing continuous ...
5
votes
2answers
143 views

How to configure TeamCity with private files?

I'm setting up TeamCity for Continuous Integration and (hopefully) Continuous Deployment. Some of the build steps will involve private files, e.g. .snk files for strong naming .NET assemblies ...
5
votes
2answers
2k views

Configuring Hudson to deploy a build

I'm trying to configure Hudson so that I will be able to automatically deploy a build (a .war file) to Tomcat. The newly deployed build will then be used by someone to test the application. I've ...
4
votes
1answer
138 views

Best-practice for continuous integration and deployment

Continuous integration concept has just been integrated in my team. Assume we have an integration branch named Dev. From it derived 3 branches, one for each specific current project : Project A ...
4
votes
3answers
380 views

Reducing the Build time - Hudson

I would like to know,If there is a Hudson plugin to reduce the build time by distributing the tests across slaves. I found a project called Test Load Balancer (TLB) But this is used for only Ant ...
4
votes
3answers
1k views

Proper continuous integration and continuous deployment with Git and Heroku

I am developing a ruby on rails website using heroku and git. What tools and features should I use to set up the following simple development process? CODE > CHECK-IN > AUTO TEST > AUTO DEPLOY I ...
4
votes
2answers
320 views

Seamless deployment in Rails

I would like to seamlessly upgrade my Rails app: Meaning: If no migrations need to run I would like to transparently upgrade the code and have no requests go 404 during the deployment. This is ...
3
votes
0answers
128 views

Is there a Continuous Deployment Framework?

We want to set up continuous deployment so that on every check in, the files are copied, sites are created and databases updated. This is working ok for now using lots of C# and calling it from C#. We ...
3
votes
3answers
366 views

Continous Deployment for Java/JVM Web Application

My team and I would like to implement "Continuous Deployment" for our website. Continuous Deployment basically means deploying to production very frequently (multiple times a day). Supposedly Etsy ...
3
votes
1answer
253 views

How can I have CC.NET build to a specific hg (Mercurial) tag?

I am trying to use tags in cc.net to control release build. When I have the build machine build for development, I have it tag with a keyword - 'release'. Now I would like to have the production ...
3
votes
2answers
689 views

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 committing my CI server (Hudson, FWIW) should run upon detecting a new ...
2
votes
2answers
68 views

Automated deployments with Kentico

Does anybody have experience automating deployments with Kentico? E.g. the difficulty of synchronizing document types, bizforms etc to another server?
2
votes
1answer
77 views

What are all the various “tasks” involved in the activities associated with “Continuous Integration”?

Say using Maven with Eclipse and Rational Team Concert (for SC). New here so thanks for your help! I'm trying to build a little process model to help me visualize how this all works, so if you knew ...
2
votes
2answers
233 views

How do we make TFS 2010 deploy/publish a WPF application after build?

We have a WPF application and we are using TFS 2010 for continuous integration. A new build is triggered for every check-in to source control. All I want is to have this project published/deployed to ...
2
votes
1answer
48 views

How to design an installer so it can be used in automated acceptance tests

Background: We have a windows installer which simply installs and starts our custom WinForms installation program. This custom installer does the real installation: creating an IIS Web Application, ...
2
votes
3answers
167 views

Using TeamCity, how to manually trigger a DEPLOY against a previously built and tested build run?

Using TeamCity 6.5, I am trying to figure out how to setup a manual deployment for a specific build run if it's possible. What I would like to be able to do is to take an already built and tested ...
2
votes
3answers
197 views

Automated acceptance testing - UI or API?

I've been researching automated acceptance testing over the last few days, learning about BDD & JBehave, FitNesse & Slim, Selenium & WebDriver, etc. I've just viewed this video by Robert ...
2
votes
1answer
41 views

Windows Azure - Deploying to subset of instances within a role

I'm looking to implement continuous deployment, pretty much as a proof of concept using Windows Azure, deploying the packages and switching staging <-> production is all fine, however, I would like ...
2
votes
3answers
104 views

Does Continuous/Automated Deployment make any sense for desktop applications?

I'm currently starting reading the book Continuos Delivery by Humble/Farley and while a lot of stuff in there makes sense, there one thing that's nagging me: It does seem the authors are solely ...
2
votes
2answers
64 views

Selecting the right technology and environment

We are two developers on the edge of starting new web product development. We are both fans of lean start-up approach and would like to practice continuous deployment. Here comes the dilemma - we ...
2
votes
3answers
473 views

Deploy tracking with Ruby on Rails and Capistrano

Like every commit has a reason and purpose, I think each deploy has a purpose and reason. Source code commits have a comment. But deploying doesn't have any. How do I record a reason and purpose for ...
1
vote
1answer
74 views

How can I continous deploy on jenkins, but only when a particular branch is pushed to?

I read an article describing Continuous Deployment with jenkins thusly: Create a 'test' job that runs your tests. Create a 'deploy' job that deploys your app. Make the 'test' job trigger 'deploy' on ...
1
vote
1answer
38 views

How to kill running exec task in ANT

I'm trying to start a weblogic server using ant exec command,after the operation triggers the exec process creates a child process, i wish to kill the parent process and keep alive the child process. ...
1
vote
0answers
68 views

Demote a build? How to delete promoted builds and run specified script on deletion in Jenkins

In the project I'm working for we're having a continuous deployment setup. The goal is to always install the latest working build to production, unless someone manually overrides this functionality. ...
1
vote
1answer
100 views

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 QA for testing, do teams pull from the snapshot repository? Or do they do a ...
1
vote
1answer
105 views

Use build quality in TFS to control deployment pipeline

I'm looking for a little info on how to use TFS's Build Quality to control our build and deployment process. Say I have following linear deployment pipeline (Check in) -> Build -> run unit test -> ...
1
vote
1answer
65 views

Continuous Deployment System

We have just set up TeamCity to build all of our projects and we need a system to deploy them to our staging and testing servers. The projects are ASP.NET. We also need to deploy our databases, is ...
1
vote
1answer
136 views

Existing PHP Tool for Feature Toggle

Recently I've read a number of articles talking about the idea of using "feature toggles" or "gatekeepers" to keep features hidden from users until the development is done. Facebook and Flickr both ...
1
vote
2answers
96 views

Can I setup RavenDB on Windows to version/manage large binary files?

I'm trying to version control my system deployment bits: OS images, drivers, 3rd party installers, 1st party installers (our applications). I need to have everything in a coherent bundle (tags). And ...
1
vote
2answers
158 views

Deploy to production through maven

I'd like to create a goal in maven to deploy my java webapp to production tomcat 7 instances. What's the best way to go about doing this? I'm hoping there's a plugin that handles SFTP'ing the war ...
1
vote
2answers
263 views

Agile release management tools

What is better tool for agile projects with respect to continuous deployment - Go from ThoughtWorks or TeamCity from JetBrains?
1
vote
1answer
160 views

Delivering hot fixes using Flyway

Let's consider the What is the best strategy for dealing with hot fixes? question from the Flyway FAQ section. In this question: Application version 7 (and DB version 7) is deployed in production ...
1
vote
2answers
169 views

How can I migrate from CruiseControl.Net To Atlassian Bamboo?

I am thinking of making a move from our homegrown CI/CD system to Bamboo + jira. We are a .Net shop and so the tools need to support the execution of msbuild/msdeploy executables as well the running ...
1
vote
1answer
806 views

Trigger build in Jenkins/Hudson using hashtag in commit-message

Is it possible to trigger a Hudson/Jenkins build only when a certain string appears in a commit-message? For instance, I want to trigger a build that rolls out my application to the dev environment ...
0
votes
2answers
61 views

Is starting with a dump necessary for source controlling a database driven application?

What are the pros and cons of using a dump-file as a basis of data and schema migration, as opposed to fully script based or a database delta tool? The context is that the application is in ...
0
votes
1answer
84 views

Check deployment to application server after a build with Jenkins

I have a job configured to automatically deploy an application to a running server. I would like to know if Jenkins provides a way to verify if this application was deployed successfully. Ideally, the ...
0
votes
3answers
81 views

What are some best practices for continuous deployment / iterative development / AB testing of mobile apps?

Between native apps that go through app-store review process (android non-review), and web apps that just live in browsers, through hybrid apps that utilize phonegap or other home made UIWebView ...
0
votes
0answers
29 views

Will python be as powerful for continous deployment as ant tasks? [closed]

I know both ant and python, I really like ant as its multiplatform, and I have there really everything i would want to do with regards to continuous deployment. However as i don't like xml i thought ...
0
votes
0answers
37 views

Should i be using gradle for continuous deployment?

anyone has past experience with gradle? i'm thinking of using it for continuous deployment... i'm considering either using my own scripts (python) or gradle. can anyone tell from experience which way ...
0
votes
1answer
96 views

Anything I can build upon for continuous delivery in java?

If I were using python I would probably like to use pip as a nice installer for continuous delivery with its nice repository integration and scripting capabilities. Do I have anything similar in java ...
0
votes
0answers
59 views

can i use juju (https://juju.ubuntu.com/) for continuous deployment on centos?

I want to verify it's not only for Ubuntu env. I want to build a continuous deployment which would be as good as juju for centos env. I have java server apps. If anyone has any other suggestions ...
0
votes
1answer
54 views

What downloadable software projects use “Continuous Roll-Out”? [closed]

"Continuous Integration" is not only used by many large scale websites like Google, Amazon and Facebook. Many developers of downloadable software also use it internally during the development process. ...
0
votes
1answer
128 views

MSbuild make /property:OutDir skip missing files

Is there someway to get MSBuild to skip over missing files when using /p:OutDir? I am working with TeamCity to continuously build a large webproject. I have written a program that handles our ...
0
votes
0answers
68 views

Electric Cloud - thoughts/experiences?

Just interested in hearing some experiences with Electric Cloud from people who have been using it at their work environment. As a long-time user of TeamCity, I'm particularly interested in hearing ...
0
votes
1answer
40 views

Using LDAP authentication with liquibase

Is it possible to use LDAP authentication with Liquibase? If not, how have others solved the problem of automating changes to production database schemas using Liquibase (yet still keeping the ...
0
votes
1answer
61 views

Teamcity: Drop-Down list for Configuration parameters

I am using Teamcity for automated deployment process in our application. It's a parametrized build where users will specify the environment, build location etc etc ... Now, the thing is, can I get ...
0
votes
1answer
90 views

How do I organise continuous delivery for WCF services?

I have a few WCF services that are deployed to several VMs. VMs are part of the internal only network and are not joined into the domain. From time to time I need to update the binaries to the latest ...
0
votes
0answers
29 views

Continuous deployment and Windows Account password management

I have a distributed test harness based on WCF services, written in C#. Right now it use 5 Virtual Machines for its deployment, and is planned to use more (~20 VMs for stress load). For each of the VM ...
0
votes
1answer
141 views

Continuous integration server for continuous deployment on Java/Spring web project [closed]

I currently use maven to build, run unit tests and deploy my Java/Spring website locally. I then run selenium functional tests and run through a whole long script to deploy to production and make ...

1 2