Hot answers tagged hudson
3
How do I write a script to be executed by Hudson to automatically restart test environment machines?
I think what you are looking for is the SSH plugin for Hudson:
http://wiki.hudson-ci.org/display/HUDSON/SSH+plugin
It let you run a shellscript before and/or after your build.
That's the best fit, in my opinion. But you can execute a shellscript on the Hudson server using the Post Build task plugin:
...
1
I am running Watir scripts from Jenkins CI on a couple of projects. I do plan to write about it at my blog soon. If you have specific questions, please ask. I have recently recorded a screencast about the entire test automation solution I have developed for a client: Test automation at HomeSwap.com
1
A quick Google shows plenty of people doing this, including This page from WatirMelon ( if you dont know of this site could be worth your while reading it, lots of good stuff on it )
and an example of using ci_reporter is here
1
In theory you could configure Jenkins to send emails (see this too) to an email address that bugzilla is monitoring to create/update bugs.
Alternatively, a Jenkins notifier could be configured to create a bugzilla ticket via xmlrpc (I don't know of an existing jenkins plugin that does this, however.)
Only top voted, non community-wiki answers of a minimum length are eligible