|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Additionally, if the push notification uses '\' instead of '/', an error is thrown. This can be confusing on Windows servers.
For example, if the URL is: E:\RepoApps\Repo\Track.hg
The job accesses the repo and updates the working directory properly.
If I access http://myjenkins:8080/mercurial/notifyCommit?url="">
I get this error:
java.net.URISyntaxException: Illegal character in opaque part at index 2: E:\RepoApps\Repo\Track.hg
Luckly, hg will work with slashes in either direction, so I was able to fix this by using '/' in both the URL and the push notification.
However, if you are updating this code anyway, it would be nice if '/' worked in the push notification.