Monday, August 29, 2011

Git and Jenkins working

This blog post helped me get running with Git and Jenkins:

http://www.xairon.net/2011/03/jenkins-and-github-continuous-integration/

The key was finding the Plugins Management page within the local Jenkins monitoring page.

So, my build environment is now set up, and consists of

  • Eclipse Helios (IDE)
  • Maven (Build and dependencies)
  • Git (Source control)
  • Jenkins (Continuous Integration)
Next step is to install JUnit and write a few unit tests.


©2011 Marc Adler - All Rights Reserved. All opinions here are personal, and have no relation to my employer.

3 comments:

Anonymous said...

Not sure why you're using Helios? Indigo is latest (and frankly, almost every decent plug-in out there is still compatible w/ 3.7)

marc said...

How solid is Indigo, and did you find any issues upgrading from Helios to Indigo?

Teresa said...

thanks for your return, your blog is interesting. keep posting :)