by edvorkin | Feb 29, 2012 | Agile ALM, Blog, Programming
We all know that quality can’t be injected into software at the end of project. There are several aspects that directly related to the quality of software and speed of delivery including but not limited to: team – it’s composition and size,...
by edvorkin | Oct 23, 2011 | Agile ALM, Blog, Groovy /Grails, Java, Programming
In this series of articles I will share my experience building deployment pipeline or build pipeline with open source tools. Deployment pipeline is an automated process that manage all software changes – from version control check-in to production. Usually...
by edvorkin | Oct 11, 2011 | Agile ALM, Blog
In this video presentation from JavaOne 2011 Conference, Michael Hüttermann, author of Agile ALM: Lightweight tools and Agile strategies, will discuss various aspects of Agile Application Management. One of the interesting topic is how to do release management using...
by edvorkin | Oct 2, 2011 | Agile ALM, Blog
This post is about continuous integration practice and Jenkins (Hudson) — one of the most popular open-source continuous integration server. The six must-have plug-ins I’ll discuss here will make your job of configuring Jenkins and running builds much more productive....
by edvorkin | Sep 8, 2011 | Agile ALM, Blog, Java
Summary: In this post I share my experience in running Jenkins and Artifactory servers as unix daemons and monitor their availability. If any of this servers down, monitoring part can send alert or restart the server. This setup will provide your team with robust and...