[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-07-14 Thread vegard.endre...@nordicsemi.no (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Vegard Endresen commented on  JENKINS-28484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 
 
Hi, I see a fix for is included in 2.5.1. I still see the issue with my configuration: 
 

Subversion plugin 2.5.1 (SVN 1.6)
 

Credentials plugin 1.22
 
 
Global credentials are not recognized and I either have to configure authentication per repository entry or revert the plugin to 1.54 to get it working. Any tips? 
Thanks, 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-07-14 Thread vegard.endre...@nordicsemi.no (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Vegard Endresen edited a comment on  JENKINS-28484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 
 Hi, I see a fix for is included in 2.5.1. I still see the issue with my configuration:* Subversion plugin 2.5.1  (SVN 1.6)* Credentials plugin 1.22 * Jenkins 1.609.1   Global credentials are not recognized and I either have to configure authentication per repository entry  or revert the plugin to 1.54 to get it working. Any tips?Thanks, 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-07-14 Thread rec...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Manuel Jesús Recena Soto commented on  JENKINS-28484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 
 
Vegard Endresen, I don't know if the bug is the same. Please, provide a step by step process in order to reproduce the bug. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-07-14 Thread vegard.endre...@nordicsemi.no (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Vegard Endresen commented on  JENKINS-28484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 
 
Manuel Jesús Recena Soto: thanks for the reply.  

 Please, provide a step by step process in order to reproduce the bug. 
 
Install these components: 
 

Jenkins 1.609.1
 

Subversion plugin 2.5.1
 

Credentials plugin 1.22
 
 
Then do these steps: 
 

Set "Subversion Workspace Version" to 1.6 in $JENKINS_URL/configure
 

Add global credentials, username and password in $JENKINS_URL/credentials
 

Add domain. host=$REPOSITORY_HOSTNAME, URI Schemes="http" and add credentials (username/password) in $JENKINS_URL/credentials
 

Create a job "TestJob", source code management subversion, add a repository URL
 
 
The global/domain credentials are not recognized automatically in TestJob. Configuring each repo-entry manually with credentials created in 2) or 3) works, but is tricky when you have many jobs/entries. Downgrading Subversion Plugin to 1.54 makes global/domain credentials recognized again.  
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIR

[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-07-14 Thread rec...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Manuel Jesús Recena Soto commented on  JENKINS-28484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 
 
Vegard Endresen, thanks so much. I'm going to try to reproduce the problem. If the problem is related with this issue, I'll reopen it. In the other case, I'll fill a new ticket in order. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-07-14 Thread arthur_ram...@mediture.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Arthur Ramsey edited a comment on  JENKINS-28484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 
 [~recena], my issues are resolved.  Thanks  for  much for your hard work. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-07-14 Thread arthur_ram...@mediture.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Arthur Ramsey commented on  JENKINS-28484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 
 
Manuel Jesús Recena Soto, my issues are resolved. Thanks for much for your hard work. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-07-14 Thread rec...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Manuel Jesús Recena Soto commented on  JENKINS-28484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 
 
Arthur Ramsey, Thanks so much. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-07-15 Thread petr.vejch...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Petr Vejchoda commented on  JENKINS-28484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 
 
I have that problem even if I have selected credentials manually in the jobs. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-07-15 Thread rec...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Manuel Jesús Recena Soto commented on  JENKINS-28484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 
 
Petr Vejchoda This bug is solved in Subversion Plugin 2.5.1. If you don't provide a step by step process to reproduce the bug, I can not help you. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-07-15 Thread petr.vejch...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Petr Vejchoda commented on  JENKINS-28484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 
 
I have latest instalation (2.5.1). I'll try and try to find steps to reproduce. The funny thing is that it fails only on some projects. ie one repo works like charm, another constantly fails. ill ad some more info later today. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-07-23 Thread jenk...@ikyle.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kyle Hanslovan commented on  JENKINS-28484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 
 
I too am running the subversion 2.5.1 plugin and still suffer from the ISVNAuthentication provider error. It appears only occur when I run a job which checks out a repo with numerous externs. As a temporary work around, I use the "Add additional credentials..." option and specify the exact same creds used to checkout the repo. This band-aid solution mitigates the problem, but something wonky is still going on under the hood. 
Please let me know if you'd like to know any additional information. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-07-23 Thread jenk...@ikyle.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kyle Hanslovan edited a comment on  JENKINS-28484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 
 I too am running the subversion 2.5.1 plugin and still suffer from the ISVNAuthentication provider error. It appears  to  only occur when I run a job which checks out a repo with numerous externs. As a temporary work around, I use the "Add additional credentials..." option and specify the exact same creds used to checkout  the repo . This band-aid solution mitigates the problem, but something wonky is still going on under the hood.Please let me know if you'd like to know any additional information. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-07-24 Thread rec...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Manuel Jesús Recena Soto commented on  JENKINS-28484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 
 
Kyle Hanslovan, I need a step by step process to reproduce the problem. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-08-05 Thread jeanne.ange...@panasonic.aero (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jeanne Angeles commented on  JENKINS-28484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 
 
Hello, I am having the same issue. Is this fixed? I also have a job that checkouts a repo with multiple externals. I tried using Kyle Hanslovan's workaround, but it does not work for me. As for my setup, Repository depth is set to infinity; Checkout strategy is set to svn "update" as much as possible; Repository URL is pointing to teamforge svn repository. Poll SCM is checked and I have it scheduled to run at 1am. (H 1 * * *) 
Please let me know if you need any other details. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-08-18 Thread morgan.robert...@gameloft.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Morgan Robertson commented on  JENKINS-28484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 
 
We are running in to the same issue. The "Add additional credentials..." workaround/fix worked for us. We would get errors such as the following: 
" no revision recorded for https://subversionsvr01/vc/repo1/somepath/branches/_dev/whatever/trunk in the previous build hudson.util.IOException2: revision check failed on https://subversionsvr02/vc/somelib/sometool/bin/somefile " 
I added explicit credentials for the subversionsvr01 repo1 realm. i.e.  Subversion repository repo1 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-08-19 Thread rec...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Manuel Jesús Recena Soto commented on  JENKINS-28484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 
 
Morgan Robertson, Please, file a new issue including a step by step like this in order to reproduce the bug easily. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-05-19 Thread arthur_ram...@mediture.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Arthur Ramsey created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-28484 
 
 
 
  Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Affects Versions:
 

 current 
 
 
 

Assignee:
 
 stephenconnolly 
 
 
 

Components:
 

 subversion-plugin 
 
 
 

Created:
 

 19/May/15 3:24 PM 
 
 
 

Environment:
 

 CentOS 6 64bit master, Win7 64bit, CentOS 5 64bit slaves.   Jenkins ver. 1.558   subversion plugin: 2.3-SNAPSHOT (private-04/07/2014 06:29-jenkins)  credentials plugin: 1.10  (other plugins via screenshot) 
 
 
 

Labels:
 

 credentials 
 
 
 

Priority:
 
  Blocker 
 
 
 

Reporter:
 
 Arthur Ramsey 
 
 
 
 
 
 
 
 
 
 
While the build itself woks fine, with subversion polling, I got E200015 error, even with correct Additional Credentials configured. This happens only for project

[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-05-19 Thread arthur_ram...@mediture.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Arthur Ramsey assigned an issue to Unassigned 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-28484 
 
 
 
  Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 

Change By:
 
 Arthur Ramsey 
 
 
 

Assignee:
 
 stephenconnolly 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-05-19 Thread arthur_ram...@mediture.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Arthur Ramsey updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-28484 
 
 
 
  Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 

Change By:
 
 Arthur Ramsey 
 
 
 
 
 
 
 
 
 
 While the build itself woks fine, with subversion polling, I got E200015 error, even with correct Additional Credentials configured Jenkins: 1 .  This happens only for projects with variables in repo URL 596.2  ( but they are substituted correctly LTS )  or for repos with externals Subversion Plug-in: 2 . 5  Credentials Plugin: 1.22  variables testcase Subversion Server :  1.8  Subversion Working Copy: 1.7  Started on Apr 9, 2014 9:32:59 AM {noformat}  Received SCM poll call on windows7 for DUMMY on 9 Tagging https://svn . 4 mediture . 2014 9:32:54ERROR: Failed com/root/trunk (rev.100666)  to  check repository revision for svn+ssh  https :// jenkins@XXX svn . mediture. com/ svn root / XXX tags / trunk LIFEconnect-179  ERROR: Failed to tag org.tmatesoft.svn.core.SVNCancelException: svn: E200015:  No credential to try  E200015: ISVNAuthentication provider did not provide credentials; HTTP authorization cancelled .  Authentication failed   at org.tmatesoft. svn .core.internal.wc.SVNErrorManager.cancel(SVNErrorManager.java : 37)  E200015: ISVNAuthentication provider did not provide credentials; HTTP authorization cancelled.  at org.tmatesoft.svn.core.internal.wc.SVNErrorManager. cancel error (SVNErrorManager.java: 32 60 ) at org.tmatesoft.svn.core.internal.wc. DefaultSVNAuthenticationManager SVNErrorManager . getFirstAuthentication error ( DefaultSVNAuthenticationManager SVNErrorManager .java: 185 51 ) at org.tmatesoft.svn.core.internal.io. svn dav . SVNSSHConnector http . open(SVNSSHConnector HTTPConnection . java:77) at org.tmatesoft.svn.core.internal.io.svn.SVNConnection.open request ( SVNConnection HTTPConnection .java: 77 759 ) at org.tmatesoft.svn.core.internal.io. svn dav . SVNRepositoryImpl http . openConnection HTTPConnection.request ( SVNRepositoryImpl HTTPConnection .java: 1252 371 ) at org.tmatesoft.svn.core.internal.io. svn dav . SVNRepositoryImpl http . getLatestRevision(SVNRepositoryImpl HTTPConnection . java:168) at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber request ( SvnNgRepositoryAccess HTTPConnection .java: 118 359 ) at org.tmatesoft.svn.core.internal. wc2 io . SvnRepositoryAccess dav . getLocations(SvnRepositoryAccess DAVConnection . java:148) at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor performHttpRequest ( SvnNgRepositoryAccess DAVConnection .java: 45 710 ) at org.tmatesoft.svn.core.internal. wc2.remote.SvnRemoteGetInfo.run(SvnRemoteGetInfo.java:46) at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteGetInfo.run(SvnRemoteGetInfo.java:31) at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:20) at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1238) at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294) at org.tmatesoft.svn.core.wc.SVNWCClient.doInfo(SVNWCClient.java:2461) at hudson.scm.SubversionSCM.parseSvnInfo(SubversionSCM.java:1267) at hudson.scm.CompareAgainstBaselineCallable.call(CompareAgainstBaselineCallable.java:78) at hudson.scm.CompareAgainstBaselineCallable.call(CompareAga

[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-05-19 Thread arthur_ram...@mediture.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Arthur Ramsey updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-28484 
 
 
 
  Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 

Change By:
 
 Arthur Ramsey 
 
 
 

Environment:
 
 CentOS 6 64bit master, Win7 64bit, CentOS 5 64bit slaves Jenkins: 1 . 596.2 (LTS)  Subversion Plug-in: 2.5  Jenkins ver Credentials Plugin: 1 . 22Subversion Server:  1. 558 8  Subversion Working Copy: 1.7  subversion plugin Tagging https :   2 //svn . 3-SNAPSHOT (private-04 mediture.com / 07 root / 2014 06 trunk (rev.100666) to https : 29 //svn.mediture.com/root/tags/LIFEconnect - jenkins 179ERROR: Failed to tagorg.tmatesoft.svn.core.SVNCancelException: svn: E200015: E200015: ISVNAuthentication provider did not provide credentials; HTTP authorization cancelled.svn: E200015: ISVNAuthentication provider did not provide credentials; HTTP authorization cancelled.at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:60 ) at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:759)at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:371)at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:359)at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:710)at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:627)at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:102)at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1032)at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getRepositoryRoot(DAVRepository.java:127)at org.tmatesoft.svn.core.internal.wc.SVNCopyDriver.copyReposToRepos(SVNCopyDriver.java:194)at org.tmatesoft.svn.core.internal.wc.SVNCopyDriver.setupCopy(SVNCopyDriver.java:627)at org.tmatesoft.svn.core.internal.wc16.SVNCopyClient16.doCopy(SVNCopyClient16.java:440)at org.tmatesoft.svn.core.internal.wc2.remote.SvnNgReposToReposCopy.run(SvnNgReposToReposCopy.java:65)at org.tmatesoft.svn.core.internal.wc2.remote.SvnNgReposToReposCopy.run(SvnNgReposToReposCopy.java:23)at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1259)at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)at org.tmatesoft.svn.core.wc2.SvnRemoteCopy.run(SvnRemoteCopy.java:227)at org.tmatesoft.svn.core.wc.SVNCopyClient.doCopy(SVNCopyClient.java:581)at hudson.scm.SubversionTagAction$TagWorkerThread.perform(SubversionTagAction.java:307)at hudson.model.TaskThread.run(TaskThread.java:127)Caused by: org.tmatesoft.svn.core.SVNCancelException: svn: E200015: ISVNAuthentication provider did not provide credentials  plugin ; HTTP authorization cancelled.at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java :  1 689) . 10 .. 19 more  I see a request hit apache ( other plugins via screenshot svn host ) , but no request sent to LDAP server.  We use basic authentication with an LDAP authentication provider.  We don't use varia

[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-05-19 Thread arthur_ram...@mediture.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Arthur Ramsey updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-28484 
 
 
 
  Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 

Change By:
 
 Arthur Ramsey 
 
 
 
 
 
 
 
 
 
 Jenkins: 1.596.2 (LTS)Subversion Plug-in: 2.5Credentials Plugin: 1.22Subversion Server: 1.8Subversion Working Copy: 1.7 CentOS 6.6 x64, JRE 1.7.0u67, rpm install via stable repo {noformat}Tagging https://svn.mediture.com/root/trunk (rev.100666) to https://svn.mediture.com/root/tags/LIFEconnect-179ERROR: Failed to tagorg.tmatesoft.svn.core.SVNCancelException: svn: E200015: E200015: ISVNAuthentication provider did not provide credentials; HTTP authorization cancelled.svn: E200015: ISVNAuthentication provider did not provide credentials; HTTP authorization cancelled.at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:60)at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:759)at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:371)at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:359)at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:710)at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:627)at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:102)at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1032)at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getRepositoryRoot(DAVRepository.java:127)at org.tmatesoft.svn.core.internal.wc.SVNCopyDriver.copyReposToRepos(SVNCopyDriver.java:194)at org.tmatesoft.svn.core.internal.wc.SVNCopyDriver.setupCopy(SVNCopyDriver.java:627)at org.tmatesoft.svn.core.internal.wc16.SVNCopyClient16.doCopy(SVNCopyClient16.java:440)at org.tmatesoft.svn.core.internal.wc2.remote.SvnNgReposToReposCopy.run(SvnNgReposToReposCopy.java:65)at org.tmatesoft.svn.core.internal.wc2.remote.SvnNgReposToReposCopy.run(SvnNgReposToReposCopy.java:23)at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1259)at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)at org.tmatesoft.svn.core.wc2.SvnRemoteCopy.run(SvnRemoteCopy.java:227)at org.tmatesoft.svn.core.wc.SVNCopyClient.doCopy(SVNCopyClient.java:581)at hudson.scm.SubversionTagAction$TagWorkerThread.perform(SubversionTagAction.java:307)at hudson.model.TaskThread.run(TaskThread.java:127)Caused by: org.tmatesoft.svn.core.SVNCancelException: svn: E200015: ISVNAuthentication provider did not provide credentials; HTTP authorization cancelled.at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:689)... 19 more{noformat}I see a request hit apache (svn host), but no request sent to LDAP server.  We use basic authentication with an LDAP authentication provider.  We don't use variables in the URI or externals.  I tried downgrading the subversion plugin, but get a similar error.

[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-05-19 Thread arthur_ram...@mediture.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Arthur Ramsey updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-28484 
 
 
 
  Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 

Change By:
 
 Arthur Ramsey 
 
 
 
 
 
 
 
 
 
 Jenkins: 1.596.2 (LTS)Subversion Plug-in: 2.5Credentials Plugin: 1.22Subversion Server: 1.8Subversion Working Copy: 1.7CentOS 6.6 x64, JRE 1.7.0u67, rpm install via stable repo {noformat}Tagging https://svn.mediture.com/root/trunk (rev.100666) to https://svn.mediture.com/root/tags/LIFEconnect-179ERROR: Failed to tagorg.tmatesoft.svn.core.SVNCancelException: svn: E200015: E200015: ISVNAuthentication provider did not provide credentials; HTTP authorization cancelled.svn: E200015: ISVNAuthentication provider did not provide credentials; HTTP authorization cancelled.at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:60)at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:759)at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:371)at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:359)at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:710)at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:627)at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:102)at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1032)at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getRepositoryRoot(DAVRepository.java:127)at org.tmatesoft.svn.core.internal.wc.SVNCopyDriver.copyReposToRepos(SVNCopyDriver.java:194)at org.tmatesoft.svn.core.internal.wc.SVNCopyDriver.setupCopy(SVNCopyDriver.java:627)at org.tmatesoft.svn.core.internal.wc16.SVNCopyClient16.doCopy(SVNCopyClient16.java:440)at org.tmatesoft.svn.core.internal.wc2.remote.SvnNgReposToReposCopy.run(SvnNgReposToReposCopy.java:65)at org.tmatesoft.svn.core.internal.wc2.remote.SvnNgReposToReposCopy.run(SvnNgReposToReposCopy.java:23)at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1259)at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)at org.tmatesoft.svn.core.wc2.SvnRemoteCopy.run(SvnRemoteCopy.java:227)at org.tmatesoft.svn.core.wc.SVNCopyClient.doCopy(SVNCopyClient.java:581)at hudson.scm.SubversionTagAction$TagWorkerThread.perform(SubversionTagAction.java:307)at hudson.model.TaskThread.run(TaskThread.java:127)Caused by: org.tmatesoft.svn.core.SVNCancelException: svn: E200015: ISVNAuthentication provider did not provide credentials; HTTP authorization cancelled.at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:689)... 19 more{noformat}I see a request hit apache (svn host), but no request sent to LDAP server.  We use basic authentication with an LDAP authentication provider.  We don't use variables in the URI or externals.  I tried downgrading the subversion plugin, but get a similar error. 

[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-05-19 Thread arthur_ram...@mediture.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Arthur Ramsey updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-28484 
 
 
 
  Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 

Change By:
 
 Arthur Ramsey 
 
 
 

Environment:
 
 Jenkins: 1.596.2 (LTS)Subversion Plug-in: 2.5Credentials Plugin: 1.22Subversion Server: 1.8Subversion Working Copy: 1.7 Tagging https://svn CentOS 6 . mediture.com/root/trunk (rev.100666) to https://svn.mediture.com/root/tags/LIFEconnect-179ERROR: Failed to tagorg.tmatesoft.svn.core.SVNCancelException: svn: E200015: E200015: ISVNAuthentication provider did not provide credentials; HTTP authorization cancelled.svn: E200015: ISVNAuthentication provider did not provide credentials; HTTP authorization cancelled.at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:60)at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:759)at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:371)at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:359)at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:710)at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:627)at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:102)at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1032)at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getRepositoryRoot(DAVRepository.java:127)at org.tmatesoft.svn.core.internal.wc.SVNCopyDriver.copyReposToRepos(SVNCopyDriver.java:194)at org.tmatesoft.svn.core.internal.wc.SVNCopyDriver.setupCopy(SVNCopyDriver.java:627)at org.tmatesoft.svn.core.internal.wc16.SVNCopyClient16.doCopy(SVNCopyClient16.java:440)at org.tmatesoft.svn.core.internal.wc2.remote.SvnNgReposToReposCopy.run(SvnNgReposToReposCopy.java:65)at org.tmatesoft.svn.core.internal.wc2.remote.SvnNgReposToReposCopy.run(SvnNgReposToReposCopy.java:23)at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21)at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1259)at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)at org.tmatesoft.svn.core.wc2.SvnRemoteCopy.run(SvnRemoteCopy.java:227)at org.tmatesoft.svn.core.wc.SVNCopyClient.doCopy(SVNCopyClient.java:581)at hudson.scm.SubversionTagAction$TagWorkerThread.perform(SubversionTagAction.java:307)at hudson.model.TaskThread.run(TaskThread.java:127)Caused by: org.tmatesoft.svn.core.SVNCancelException: svn: E200015: ISVNAuthentication provider did not provide credentials; HTTP authorization cancelled.at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:689)... 19 moreI see a request hit apache (svn host) 6 x64 ,  but no request sent to LDAP server  JRE 1 .   We use basic authentication with an LDAP authentication provider 7 .   We don't use variables in the URI or externals.  I tried downgrading the subversion plugin 0u67 ,  but get a similar error.  I also tried deleting $JENKINS_HOME/.subversion.  I also tried the SSLv3 only

[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-05-19 Thread arthur_ram...@mediture.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Arthur Ramsey updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-28484 
 
 
 
  Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 

Change By:
 
 Arthur Ramsey 
 
 
 

Priority:
 
 Blocker Major 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-06-03 Thread jeff.d...@korterra.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jeff Dege commented on  JENKINS-28484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 
 
We're seeing this, intermittently, when checking out projects that contain several externals. 
Generally, we're seeing a build fail with this error, and then, when we retry the build it succeeds. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-06-04 Thread arthur_ram...@mediture.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Arthur Ramsey commented on  JENKINS-28484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 
 
I think your issue may be different than mine. Take a look at JENKINS-22542. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-06-08 Thread m...@2gw.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Serguei Ivantsov commented on  JENKINS-28484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 
 
We have a project with relative externals. Every time there are changes in external paths, Jenkins triggers org.tmatesoft.svn.core.SVNCancelException: svn: E200015: E200015: ISVNAuthentication provider did not provide credentials; HTTP authorization cancelled. during update. But it actually retrieves all data successfully. When running this job for the second time everything seems to be ok. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-06-24 Thread lievenswou...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Wouter Lievens commented on  JENKINS-28484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 
 
I can second this. Intermittent errors with a project that contains a couple dozen of externals. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-07-02 Thread rec...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Manuel Jesús Recena Soto assigned an issue to Manuel Jesús Recena Soto 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-28484 
 
 
 
  Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 

Change By:
 
 Manuel Jesús Recena Soto 
 
 
 

Assignee:
 
 Manuel Jesús Recena Soto 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-07-02 Thread rec...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Manuel Jesús Recena Soto started work on  JENKINS-28484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 

Change By:
 
 Manuel Jesús Recena Soto 
 
 
 

Status:
 
 Open In Progress 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-07-02 Thread rec...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Manuel Jesús Recena Soto stopped work on  JENKINS-28484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 

Change By:
 
 Manuel Jesús Recena Soto 
 
 
 

Status:
 
 In Progress Open 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-07-02 Thread rec...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Manuel Jesús Recena Soto commented on  JENKINS-28484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 
 
Arthur Ramsey Did you do an update of Subversion plugin? 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-07-02 Thread arthur_ram...@mediture.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Arthur Ramsey commented on  JENKINS-28484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 
 
Yes, it broke after updating Subversion and Credentials plug-ins yet rolling back doesn't fix it. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-07-02 Thread arthur_ram...@mediture.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Arthur Ramsey commented on  JENKINS-28484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 
 
I also built the Subversion plug-in from master (2.6-SNAPSHOT) and it does the same. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-07-02 Thread m...@2gw.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Serguei Ivantsov commented on  JENKINS-28484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 
 
I also have the latest (2.5) version of the plugin. The log looks like this: 
Fetching  At revision 1060 Fetching  At revision 1060 Fetching  At revision 1060  At revision 1060 At revision 1060 hudson.util.IOException2: revision check failed on http://server/some/external/path at hudson.scm.SubversionChangeLogBuilder.buildModule(SubversionChangeLogBuilder.java:196) at hudson.scm.SubversionChangeLogBuilder.run(SubversionChangeLogBuilder.java:137) at hudson.scm.SubversionSCM.calcChangeLog(SubversionSCM.java:725) at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:860) at hudson.scm.SCM.checkout(SCM.java:485) at hudson.model.AbstractProject.checkout(AbstractProject.java:1282) at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:610) at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:532) at hudson.model.Run.execute(Run.java:1744) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:374) Caused by: org.tmatesoft.svn.core.SVNCancelException: svn: E200015: E200015: ISVNAuthentication provider did not provide credentials; HTTP authorization cancelled. svn: E200015: ISVNAuthentication provider did not provide credentials; HTTP authorization cancelled. at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:60) at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:759) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:371) at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:359) at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:710) at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:627) at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:102) at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1032) at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:175) at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:118) at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:184) at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:45) at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteLog.run(SvnRemoteLog.java:160) at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteLog.run(SvnRemoteLog.java:35) at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:21) at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1259) at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294) at org.tmatesoft.svn.core.wc.SVNLogClient.doLog(SVNLogClient.java:968) at org.tmatesoft.svn.core.wc.SVNLogClient.doLog(SVNLogClient.java:873) at hudson.scm.SubversionChangeLogBuilder.buildModule(SubversionChangeLogBuilder.java:184) ... 12 more Caused by: org.tmatesoft.svn.core.SVNCancelException: svn: E200015: ISVNAuthentication provider did not provide credentials; HTTP authorization cancelled. at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:689) ... 30 more 
 

[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-07-02 Thread arthur_ram...@mediture.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Arthur Ramsey commented on  JENKINS-28484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 
 
@man0war, it appears you're failing at checkout due to externals. I think JENKINS-22542 covers your problem. My issue seems specific to tagging and I don't use externals. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-07-02 Thread arthur_ram...@mediture.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Arthur Ramsey commented on  JENKINS-28484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 
 
I should note, I have multiple Jenkins instances with the same configuration and they all experience the same issue. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-07-03 Thread rec...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Manuel Jesús Recena Soto commented on  JENKINS-28484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 
 
Arthur Ramsey One last question, What was the previous version of Subversion Plugin? 
I think that your problem can only be solved with a workaround. When you updated the plugin a migration process was executed. In the process you lost the relation between credentials and locations (repos). 
I'm working to improve this migration process. 
The workaround: 
 

Reset the passwords in your credentials listing
 

Per repository (in each job) assign the right credentials
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-07-03 Thread rec...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Manuel Jesús Recena Soto commented on  JENKINS-28484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 
 
Arthur Ramsey I think that this bug is related with your problem https://issues.jenkins-ci.org/browse/JENKINS-29211 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-07-06 Thread arthur_ram...@mediture.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Arthur Ramsey commented on  JENKINS-28484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 
 
Manuel Jesús Recena Soto I've experienced issues like that in past, so I actually tried that already with no effect. I just tried again, but it still doesn't work. Note that checkout / update always works and tag never does. This seems somewhat unique to other issues I've had or found on this JIRA system. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-07-06 Thread rec...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Manuel Jesús Recena Soto commented on  JENKINS-28484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 
 
Arthur Ramsey I hope your problems are solved with the new release of Subversion Plugin. I'll be coming soon. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-07-07 Thread rec...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Manuel Jesús Recena Soto commented on  JENKINS-28484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 
 
Arthur Ramsey, Could you send me screenshot with your repository configuration? I would like to check if the credentials are configured correctly. It also would be useful a step by step process to reproduce the bug. Thanks in advance. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-07-07 Thread rec...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Manuel Jesús Recena Soto started work on  JENKINS-28484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 

Change By:
 
 Manuel Jesús Recena Soto 
 
 
 

Status:
 
 Open In Progress 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-07-07 Thread arthur_ram...@mediture.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Arthur Ramsey updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-28484 
 
 
 
  Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 
 
Not sure what the starting place was when it was working unfortunately, but after updating the Subversion and/or credential plug-in it broke. I'd assume the previous GA version for both. I subsequently made sure both of those plug-ins were update-to-date, deleted all credentials, created a global credential, edited job configurations that access Subversion to select the newly created global credential, executed the job with success then attempted tagging. 
 
 
 
 
 
 
 
 
 

Change By:
 
 Arthur Ramsey 
 
 
 

Attachment:
 
 jenkins_tag.png 
 
 
 

Attachment:
 
 jenkins_job_src_code_mgmt.png 
 
 
 

Attachment:
 
 jenkins_global_creds.png 
 
 
 

Attachment:
 
 jenkins_plugins.png 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was s

[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-07-08 Thread rec...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Manuel Jesús Recena Soto commented on  JENKINS-28484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 
 
Arthur Ramsey, Thanks so much for your feedback. I am convinced that this bug it came out when you update to Subversion Plugin 2.5 from old versions (for example 1.54). Let me mark this issue as duplicate of https://issues.jenkins-ci.org/browse/JENKINS-29211 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-07-08 Thread rec...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Manuel Jesús Recena Soto edited a comment on  JENKINS-28484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 
 [~arthurr], Thanks so much for your feedback. I am convinced that this bug it came out when you update to Subversion Plugin 2.5 from old versions (for example 1.54). Let me mark this issue as duplicate of https://issues.jenkins-ci.org/browse/JENKINS- 29211 29225 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-07-08 Thread rec...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Manuel Jesús Recena Soto edited a comment on  JENKINS-28484 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 
 [~arthurr], Thanks so much for your feedback. I am convinced that this bug it came out when you update to Subversion Plugin 2.5 from old versions (for example 1.54). Let me mark this issue as duplicate of https://issues.jenkins-ci.org/browse/JENKINS-29225 This bug will be solved in next version of Subversion Plugin. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-28484) Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials

2015-07-08 Thread rec...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Manuel Jesús Recena Soto resolved as Duplicate 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-28484 
 
 
 
  Subversion tagging not working - E200015: ISVNAuthentication provider did not provide credentials  
 
 
 
 
 
 
 
 
 

Change By:
 
 Manuel Jesús Recena Soto 
 
 
 

Status:
 
 In Progress Resolved 
 
 
 

Resolution:
 
 Duplicate 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.