Release management encompasses the practices and patterns required to deploy software to customers.

learn more… | top users | synonyms

0
votes
0answers
11 views

how to handle multi-release of a project

I have to maintain three separate releases of a project, (1) development (2) UAT (3) production. For each i have separate DB, Servers, and machines. Project is the same one that all 3 releases are ...
0
votes
1answer
20 views

CloudBees: Deploy 2 different versions of the same WAR to different app instances

Is this possible? I'm trying to achieve a partial production release whereby, if my app has (say) 6 instances up and running, I could deploy a new version out to only 1 or 2 of them and turn sticky ...
1
vote
1answer
27 views

How should release management be structured for an agile Professional Services department?

Background Professional Services departments provide add-on services to customers of a product. A lot of these projects are small (4-10 hours) and need to be turned around quickly. Additionally, ...
0
votes
0answers
13 views

web start style distribution

I want to distribute an application to many organizations without much technical staff, being able to upgrade the application easily (executables + data models), and be able to synchronize or directly ...
-1
votes
2answers
45 views

Release Management for PHP [closed]

I was wondering the best methods/tools to handle release management for PHP files? I can't seem to find an overwhelmingly obvious answer. Something that could handle releasing files with the same name ...
1
vote
3answers
66 views

Release Management to different environments (Dev/QA/Integration/Stable)

I recently joined a company as Release Engineer where a large number of development teams develop numerous services, applications, web-apps in various languages with various inter-dependencies among ...
0
votes
3answers
41 views

Why has PHP two different version updates?

As far as I can see from changelog, there are two different major versions. 5.4 and 5.3. What's the difference ?
1
vote
1answer
74 views

How to change an existing build status in Artifactory from a Jenkins job

Hi I am having a Jenkins build pipeline like this: 1. builds the app and deploys to Artifactory; 2. runs an SSH exec command on the test server (remote) to download the artifacts and deploys them into ...
2
votes
2answers
254 views

How to execute the Durandal JS optimizer.exe as part of VS2012 build/publish process?

I was getting 404 Not found for the main-built.js file when I was running my DurandalJS SPA application published in release mode on a web server. So I figured out I needed to run the optimizer.exe ...
0
votes
0answers
44 views

webstart maven plugin works only locally

I use webstart-maven-plugin to build my applet, sign it, etc.. And when I run package goal on local machine it builds fine. But when I build my project and then install it to Artifactory using ...
1
vote
1answer
56 views

Release control & issue tracking with Github

Based on my SO post I've been using Github as our VCS and with the help of the windows Github tool it's been great to handle those basic operations. Yet for merge like operations, I've to get back to ...
0
votes
2answers
38 views

Version numbers best practice: how to turn a bugless RC into Final without forcing users to download a distro that has no useful changes?

I'm trying to adopt a good practice of naming versions. I've finished coding my project. As it may contain unknown bugs, i tag it "v1.0rc1". When all bugs are found and fixed, i'll tag the updated ...
0
votes
1answer
92 views

How to deal with the Release Management of two projects that are basically the same?

This is more of a fundamental question I suppose. I currently have in the market one app that I have separated in two projects. One project (with it's unique package name, obviously) does not have ...
0
votes
0answers
19 views

Is appcast.xml worth using for PHP web app?

I am working on a mature photo gallery software http://fulldecent.github.com/cameralife/ which is in PHP. This is currently advertised via Freecode (formerly Freshmeat). Usage came down a lot after ...
0
votes
2answers
30 views

How to separate between debug and release for connections etc in mvc4

So I am fairly new MVC4 and many patterns are new to me. However the one thing I am curious about is best practice about release/debug modes. There are a bunch of things for me that differ between ...
-1
votes
1answer
53 views

Manage publishing of several very similar apps on the App Store

I need to find an easy way to maintain a set of different iOS apps but that they will be very similar one to another. Too similar actually, the differences will be just regarding the content. ...
2
votes
2answers
199 views

Mercurial workflow with stable and default branches

We are trying to migrate from Subversion to Mercurial but we are encountering some problems. First a bit of background: Desired workflow: We would like to have just two named branches, stable and ...
1
vote
3answers
375 views

How could I automate build deploy in jenkins?

We are using jenkins for CI. we get late night builds. Is there any way to automate the build deploy as soon as we get a mail or intimation ? Any suggestions would be appreciated..
0
votes
1answer
43 views

iPhone issue while accessing Web service

I have created a project in Xcode. It will access webservice for each UIViewController. There are no issues while accessing those data from web services. But i can't navigate to the same page agin. I ...
4
votes
2answers
54 views

Maintaining two very close but separate lines of development under svn?

We have our project under svn and everything is going all and well. Recently a major customer asked us to do some quite specific customizations for them that requires coding and stuff (could not be ...
1
vote
1answer
25 views

STS version nomenclature

http://www.springsource.org/downloads/sts-ggts I am trying to download new STS tool. On the above site I find Milestone Version and Release Version. Can anyone tell me what these terms mean? Which ...
1
vote
2answers
153 views

Manage schema changes by TFS User Story/ Change

we have multiple features that needs to be developed but management decides which features go into Live.. this requires us to have a script for each User Story/Change . But how can I link a DB schema ...
0
votes
1answer
60 views

How do I automate the update of SNAPSHOT dependencies to the latest released versions when using maven

I am trying to define a release process for our project. I was able to use the maven release plugin to accomplish the release but I had to manually update all of our internal SNAPSHOT dependencies to ...
-1
votes
2answers
78 views

Subversion branches and release plan [closed]

Currently we are following a simple release plan for our projects as follows; Developers committed changes to subversion repository. Build changes to QA server. Build changes to production server. ...
0
votes
1answer
62 views

Feasibility of continuous delivery with a mixture of development platforms [closed]

What are the major obstacles (and potential solutions, if known) for implementing "continuous delivery" software development when an application relies on varied programming languages or modules... ...
1
vote
2answers
92 views

Are there Git workflows for rolling release web applications?

My team of about a dozen developers produces a web application in a rolling release model: Once some featureset is ready, it's reviewed by a senior developer and pushed into the QA system, then into ...
1
vote
2answers
90 views

What does 'GA' mean for sourcecode? [closed]

What does GA stand for? Like: 1.0.0.GA - Bean Validation (JSR-303)
0
votes
0answers
87 views

SharePoint - Multiple dates on a single resource/task

I am trying create a environment management booking chart in SharePoint using a Gantt chart. Each task corresponds to a particular environment (UAT, DEV and so on), however I would like each task to ...
0
votes
1answer
257 views

Release management with TFS and SSIS

We currently work with SSIS Packages 2012 together with TFS. Our big challenge at the moment is to setup a feasible deployment process due to lacking capabilities when merging packages (xml, ...
0
votes
1answer
93 views

Jenkins Bulk or Multi trigger for release maven plugin

I have a need to bulk trigger maven release plugin in jenkins for multiple projects. They are not dependent of each other and some of them have modules. In jenkins you can release each of them one by ...
0
votes
1answer
56 views

Comparing across 2 database instances

I have a problem with 2 databases that I have created on my local machine. I keep changing one of the database instances(say SID A) and the other instance(say SID B) is only changed once every 2-3 ...
0
votes
1answer
33 views

Virtualization and Deployments / Upgrades

I'm hoping someone may be able to help point me in the right direction. We have an application suite that currently spans 4 virtual machines on an installation. We support both VMWare and HyperV. ...
3
votes
1answer
161 views

Versioning and release management with multiple products with shared code base

I am currently trying to figure out, how to do release management with git flow in a scenario where I have one git repository with about 15 projects in two solutions plus scripts for the database. ...
3
votes
2answers
60 views

Azure releasing complications

I wonder if I am about to ask a very stupid question since I can't find anything on the web regarding this topic. Bare with me and forgive my stupidity please :). We are considering to build a ...
0
votes
1answer
96 views

TeamCity 7.x collect commit messages during build - release notes

Our TeamCity builds a complete installer package that includes several web applications, console applications and win forms applications. It constitutes an application suite. Each of these ...
7
votes
3answers
166 views

Wordpress site release management strategy

I'm updating an existing wordpress site making significant modifications the the theme and site structure, as well as making updates to plugins which in turn store their data into mysql database. As ...
0
votes
2answers
69 views

git commit different set of files to develop and master

I have recently started developing a new library, and use Git for revision control. I decided to follow the immensely popular blog post A successful Git branching model to manage branching. It is ...
2
votes
1answer
148 views

Maven Release process alternative

Problem: 20 different JAVA projects with a lot of inter-dependencies. Every time there is a bug fix after code-lock, we have to release a bunch of artifacts as needed depending on which artifact ...
0
votes
2answers
50 views

Looking for a solution for publishing a release/download “page” from Artifactory

Let's say we have: Physical product development (i.e. not a web site/war deployment where continuous delivery is appropriate but a product with manually installed/upgraded software packages that ...
4
votes
2answers
240 views

Release management in SVN and Git

We use a in house release management system integrated with SVN that does following: Developer gives title, repository, change set, selects code reviewer's name, QA's name and changeset in svn repo ...
3
votes
2answers
411 views

Creating a multi-module maven build and releasing individual modules independentyl?

Ok, I'm currently working on optimizing a maven build of a multi-module maven project. The Project consists of about 90 Maven modules. In general there are some cross-cutting libs making up the core ...
0
votes
1answer
74 views

JIRA GreenHopper Release Status

We have a JIRA installation in our company with GreenHopper and we are currently dabbling with it. Typically (in VersionOne), we create releases, add items to it which becomes the release backlog. ...
0
votes
1answer
55 views

How to do a partial prod release for Native Mobile apps?

With web apps, I like the idea of a partial production release, where we have, say, 5 server nodes behind a load balancer, and the new code changes only get released to 1 or 2 of them. If a bug ...
0
votes
0answers
122 views

SharePoint Release Management Testing and Rollback options

I'm putting together a release process for our SharePoint 2007 environment. We have admins and power users who have to make out of the box changes to sites via the browser. Only one admin who can ...
0
votes
1answer
770 views

Release Signoff template Document

I could not find any forums to ask this question. I would like to put a Release Sign off process in my small company where I do the releases. The releases always break when it is deployed to the ...
3
votes
1answer
187 views

Automatically Generating Release Notes from Trac

One of our web apps is deployed to a number of different servers for access by users at that site. We use Trac to manage the bugs/work items, but we're looking for a way to automate the release notes ...
3
votes
2answers
186 views

Releases with multiple long lived branches using maven

So here's the Subversion, Jenkins, Beanstalk setup: trunk/ -> development main line CI builds on checkin Successful CI build spawns CD build that pushes to "Testing" Beanstalk environment ...
3
votes
2answers
64 views

How to effectively patch code running on multiple hosts?

A product is a CMS under constant development and new features patches are always being rolled out. The product is hosted on multiple servers for some of which I just have FTP credentials and access ...
3
votes
2answers
195 views

How to set up QA and release processes

I'm working in a web startup, where our product is at last approaching marketability. To date it's been pretty much flying by the seat of the pants, with all developers working on the same branch of ...
2
votes
1answer
90 views

How to deploy to production in a feature-based release model?

We are a very small team responsible for development of a intranet web system for a non-software company. We are kind of a RAD team: when an issue is closed (be it a new feature, bugfix or some kind ...

1 2 3 4 5 7