I am thinking about expanding our system of continuous integration at work and would like to know how easy the following will be. Also indicate where to start.
We use the Ant construct to create an Oracle Service Bus project and SOAPUI to run automated tests. I want to move on to using Hudson instead of Continuum for continuous integration. I also want to improve real-time monitoring. For example, Hudsonโs connection to the Twitter service, which can be easily displayed on a friendly project toolbar.
My only problem is that our network does not have an Internet connection, so I cannot reuse Twitter plugins that are already built. Is there a way to set up (preferably free) the Twitter service on our intranet that can be connected to Hudson? Has anyone had experience with this?
source
share