[jbpm-commits] JBoss JBPM SVN: r3898 - jbpm4/trunk/hudson/hudson-home.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Feb 17 04:22:19 EST 2009


Author: heiko.braun at jboss.com
Date: 2009-02-17 04:22:19 -0500 (Tue, 17 Feb 2009)
New Revision: 3898

Modified:
   jbpm4/trunk/hudson/hudson-home/hudson.tasks.Mailer.xml
Log:
Fix mailer settings

Modified: jbpm4/trunk/hudson/hudson-home/hudson.tasks.Mailer.xml
===================================================================
--- jbpm4/trunk/hudson/hudson-home/hudson.tasks.Mailer.xml	2009-02-17 09:12:38 UTC (rev 3897)
+++ jbpm4/trunk/hudson/hudson-home/hudson.tasks.Mailer.xml	2009-02-17 09:22:19 UTC (rev 3898)
@@ -1,7 +1,8 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <hudson.tasks.Mailer-DescriptorImpl>
   <defaultSuffix></defaultSuffix>
-  <hudsonUrl>http://localhost:8180/hudson/</hudsonUrl>
-  <adminAddress>thomas.diesler at jboss.com</adminAddress>
-  <smtpHost>localhost</smtpHost>
+  <hudsonUrl>http://@hudson.host@:@hudson.http.port@/hudson/</hudsonUrl>
+  <adminAddress>hbraun at jboss.com</adminAddress>
+  <smtpHost>@hudson.smtp.host@</smtpHost>
 </hudson.tasks.Mailer-DescriptorImpl>
+




More information about the jbpm-commits mailing list