I'm thinking of using Hudson as my continuous integration server. In the past i have used the Pulse build server from Zutubi which had a nice feature called personal builds that allows a user to test a changelist on the Pulse server before committing the code. Does anyone know if Hudson offers this as either a built in feature or via a plugin?
A:
I have used Pulse for a while and that's one of the things I'm missing. I don't think hudson does that.
sbi
2010-09-30 22:55:25
A:
From the answers on other questions on stackoverflow, there might be a way to emulate this feature with git and Hudson. Don't know if that might be an option for you.
Peter Schuetze
2010-10-01 04:19:39
Thanks. Yes using GIT seems to be the only way to perform what i require currently.
2010-10-24 01:51:14