I probably won’t be blogging some tech articles this year. So let me say it already: Merry christmas and a happy new year! Coming in 2012: Want to do some cool coding, and you’re nearby Amsterdam? Check out the code retreat I am organizing at 7th of january in 2012! And join it!
Archive for December, 2011
Challenges when deploying your webapp, with multiple dependencies using Continous Integration. (Jenkins)
Posted: December 17, 2011 in Continuous Integration, Web DevelopmentTags: continuous integration, deployment strategy, hudson, jenkins, svn, webapp, webservice
Recently I’ve encountered a problem when deploying a web application using our CI environment. The probl… challange Sometimes the deployed website was not the latest version (with latest changes). I hope this blog post can save you some time, while figuring out what went wrong. A little background In this case, our CI environment is [...]