| author | akozak | 2011-11-25 07:53:11 (EST) |
|---|---|---|
| committer | Winston Prakash | 2011-12-01 20:47:38 (EST) |
| commit | afaa907aef6e3268a3e0d62e48a8a9381579bae3 (patch) (side-by-side diff) | |
| tree | 0a1d193d8751b3e2db5d3966d778bafacaa5609b | |
| parent | 0a9d02f5b589633a03886488cc803b3b8dd40493 (diff) | |
| download | org.eclipse.hudson.core-afaa907aef6e3268a3e0d62e48a8a9381579bae3.zip org.eclipse.hudson.core-afaa907aef6e3268a3e0d62e48a8a9381579bae3.tar.gz org.eclipse.hudson.core-afaa907aef6e3268a3e0d62e48a8a9381579bae3.tar.bz2 | |
Specified default hudson url.
Signed-off-by: Winston Prakash <winston.prakash@gmail.com>
| -rw-r--r-- | hudson-core/src/main/java/hudson/tasks/Mailer.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hudson-core/src/main/java/hudson/tasks/Mailer.java b/hudson-core/src/main/java/hudson/tasks/Mailer.java index 3e36a3c..e271271 100644 --- a/hudson-core/src/main/java/hudson/tasks/Mailer.java +++ b/hudson-core/src/main/java/hudson/tasks/Mailer.java @@ -148,7 +148,7 @@ public class Mailer extends Notifier { /** * Hudson's own URL, to put into the e-mail. */ - private String hudsonUrl; + private String hudsonUrl = "http://localhost:8080/"; /** * If non-null, use SMTP-AUTH with these information. |

