Comment configurer correctement SVN pour hudson (jenkins) de l'intégration continue?

Je suis à la configuration d'un jenkins pour construire mon projet XCode sur mac os 10.6.6. Pour cet effet, j'ai installé la dernière conteneur tomcat et dernière jenkins en tant que ROOT.guerre. Tout fonctionne bien sauf l'ajout de subversion de l'intégration :(. Après la création d'un nouveau projet dans jenkins, je choisis "subversion" dans "Gestion du Code Source" et entré dans mon référentiel URL de la même façon, j'utilise en ligne de commande de subversion de l'outil:

https://svn.mydomain.local/main/project/trunk

Malheureusement, il ne fonctionne pas avec une étrange erreur d'authentification "annulé":
Comment configurer correctement SVN pour hudson (jenkins) de l'intégration continue?

Les "détails" journal ressemble à ceci:

Unable to access https://svn.mydomain.local/main/project/trunk : svn: authentication cancelled 
org.tmatesoft.svn.core.SVNCancelException: svn: authentication cancelled
    at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.cancel(SVNErrorManager.java:37)
    at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.cancel(SVNErrorManager.java:32)
    at org.tmatesoft.svn.core.internal.wc.DefaultSVNAuthenticationManager.getNextAuthentication(DefaultSVNAuthenticationManager.java:257)
    at hudson.scm.FilterSVNAuthenticationManager.getNextAuthentication(FilterSVNAuthenticationManager.java:39)
    at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:552)
    at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:275)
    at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:263)
    at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:516)
    at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:98)
    at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1001)
    at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.testConnection(DAVRepository.java:97)
    at hudson.scm.SubversionSCM$DescriptorImpl.checkRepositoryPath(SubversionSCM.java:1842)

La plus étrange chose: si je clique sur "entrer les informations d'identification" et entrer mon login et mot de passe, Jenkins, rapporte "l'Authentification a réussi. L'Information est stockée dans Hudson maintenant". mais il est encore rouge "impossible d'accéder à" et la caisse d'erreur sur la compilation :(.

De ligne de commande svn co fonctionne très bien pour l'utilisateur et de la racine des comptes avec toutes les informations d'identification mises en cache. Peut-être n'importe qui qui a un hudson sur macos expérience pouvez déposer quelques conseils que faire?

C'est un Jenkins bug. Veuillez voir et voter ici à Jenkins 8059

OriginalL'auteur grigoryvp | 2011-03-14