9.9. Stosowanie serwera Openfire z systemem CruiseControl

System CruiseControl (omówiony w Rozdział 6.) jest narzędziem ciągłej integracji, oferującym wbudowane mechanizmy obsługi powiadomień za pośrednictwem komunikatorów IM na bazie Jabbera. Do konfigurowania tego mechanizmu służy element jabber, czyli podelement elementu publishers w pliku konfiguracyjnym systemu CruiseControl (patrz „6.3. Konfigurowanie projektu Anta”). Typowa konfiguracja powiadomień Jabbera ma następującą postać:

<publishers>
    <jabber host="localhost"
            username="cruisecontrol"
            password="secret"
            recipient="john@localhost.localdomain"
            buildresultsurl="http://buildserver:8080/myproject/buildresults" />
</publishers>

Aby uniknąć niepotrzebnego mieszania komunikatów, w prezentowanym ...

Get Java. Praktyczne narzędzia now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.