Continuous monitoring of intranet integration

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?

+3
source share
2 answers

For a friendly toolbar for the project, I prefer to use Sonar , called from a maven script controlled by Jenkin's task. As for ClearCase, I am tracking issue 8305 , since the Jenkin ClearCase plugin can get the correct configuration configuration from a file, insert it directly into the task.

+2

, , hudson xml -API.

Adobe Flex :

Hudson -CI

, Hudson Radiator View Extreme Feedback.

+1

Source: https://habr.com/ru/post/1792662/


All Articles