|
||||||||
|
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/d/optout.

Here's the scm config:
Master Job:
Repository URL: https://192.168.3.15/svn/xxxx/trunk
Credentials: xxxx
Local module directory: . (it's a single dot)
Repository depth: infinity
Ignore externals: checked
Check-out Strategy: Use 'svn update' as much as possible, with 'svn revert' before update
Repository browser: Auto
Feature Branch Job:
Repository URL: https://192.168.3.15/svn/xxxx/branches/dev1
Credentials: xxxx
Local module directory: . (it's a single dot)
Repository depth: infinity
Ignore externals: checked
Check-out Strategy: Use 'svn update' as much as possible, with 'svn revert' before update
Repository browser: Auto
That's all, nothing else is set, no module, no additional credential.