Hi,
I am having two problems while setting up a new Continuum build server. When
I am going to the configuration page and click "save", the changes are made
but it is not going to the "success" page. There is no error message in that
page. I do not see any change in the continuum.log file.
Secondly, when the distributed build is enabled, the email notifications are
not being sent. It is sent when distributed build is disabled. I have
configured the below in my pom.xml.
<ciManagement>
<system>continuum</system>
<url>http://vhldvchut001.tvlport.net:8083/continuum</url>
<notifiers>
<notifier>
<type>mail</type>
<sendOnError>true</sendOnError>
<sendOnFailure>true</sendOnFailure>
<sendOnSuccess>true</sendOnSuccess>
<sendOnWarning>true</sendOnWarning>
<configuration>
<address>[email protected]</address>
</configuration>
</notifier>
</notifiers>
</ciManagement>
Please find some screenshots of the problems I mentioned. Let me know if you
want something in details.
Thanks,
Bodhayan.