As promised I’m back with the summary of cool stuff that I’ve done with my team in Build & Release domain to help us deal with day to day problems in efficient & effective way. As I said this month was about creating tools/utilities that sounds very simple but overall their impact in productivity & …
Tag Archives: Build and Release
Initial thoughts for a patch framework for a java based web project
Although this blog was not in the pipeline of feb month but I got a requirement to build a patch framework for a java based web project, so along with building this framework I thought of writing this blog as well so that I’ll get idea from other people as well. First of all I …
Continue reading “Initial thoughts for a patch framework for a java based web project”
Automation tips and tricks January 2013
I’m starting a new blog series in which I’ll be talking about various cool things or automations that I along with my team done in a month and what are my plans for next month. Talking about January 2013, I’ve done following things 1.) Streamlining of environments : The big step in streamlining the environments …
Efficiently handling Code merge in Version Control System
One of the painful & mundane task that release engineers have to perform is to merge changes of one branch into another branch & in case of code conflicts the release engineer has to co-ordinate with all the developers to resolve those merge conflicts. In our current setup the problem is more critical as development …
Continue reading “Efficiently handling Code merge in Version Control System”
Build & Release Challenges : Manual DB Updates Part 2
Previos This blog was supposed to be about the new system, I thought of building to solve the problem that I discussed in my previous blog. Well for your disappointment this blog will be not about that, the reason is scope of the problem changed. In this blog I’ll be discussing about the new scope …
Continue reading “Build & Release Challenges : Manual DB Updates Part 2”
Build & Release Challenges : Manual DB Updates
The first problem that I’m gonna discuss is manual db updates. In our current application we do have automated DB updates execution in the production environment, but not in the rest of environments i.e dev, qa, stage, performance test … etc. The process that we use for automated scripts execution in production environment is that …
Continue reading “Build & Release Challenges : Manual DB Updates”
Build & Release Challenges : Problems
So here is the consolidated list of the problems that current system have, I’ve categorized all the issues in different categories so that they can be managed properly CI Builds Code stability builds are not in place Code quality builds are not in place Code deployment builds for non-prod environments not in place A lot …