Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-40387

Tag build from multibranch pipeline throws E200015

    • Icon: Bug Bug
    • Resolution: Not A Defect
    • Icon: Major Major
    • subversion-plugin
    • jenkins 2.35
      workflow-multibranch 2.9.2
      scm-api 1.3
      subversion 2.7.1

      When tagging a build of a multibranch pipeline job the following Exception occurs:

      ERROR: Failed to tag
      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:66)
      at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:57)
      at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:798)
      at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:391)
      at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:379)
      at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:862)
      at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:698)
      at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:118)
      at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1049)
      at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getRepositoryRoot(DAVRepository.java:133)
      at org.tmatesoft.svn.core.internal.wc.SVNCopyDriver.copyReposToRepos(SVNCopyDriver.java:186)
      at org.tmatesoft.svn.core.internal.wc.SVNCopyDriver.setupCopy(SVNCopyDriver.java:683)
      at org.tmatesoft.svn.core.internal.wc16.SVNCopyClient16.doCopy(SVNCopyClient16.java:453)
      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:1235)
      at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
      at org.tmatesoft.svn.core.wc2.SvnRemoteCopy.run(SvnRemoteCopy.java:232)
      at org.tmatesoft.svn.core.wc.SVNCopyClient.doCopy(SVNCopyClient.java:600)
      at hudson.scm.SubversionTagAction$TagWorkerThread.perform(SubversionTagAction.java:306)
      at hudson.model.TaskThread.run(TaskThread.java:128)
      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:728)
      ... 19 more
      Completed

          [JENKINS-40387] Tag build from multibranch pipeline throws E200015

          Jesse Glick added a comment -

          I doubt that tagging is supported for multibranch. Never tested AFAIK.

          Jesse Glick added a comment - I doubt that tagging is supported for multibranch. Never tested AFAIK.

          wrong credentials

          Ivan Fernandez Calvo added a comment - wrong credentials

          If the credentials weren't correct, wouldn't Jenkins be unable to checkout the repository in the first place?

          Marc Jegliewski added a comment - If the credentials weren't correct, wouldn't Jenkins be unable to checkout the repository in the first place?

          based on the data in the Jira the credentials are not correct, Did you try with latest version 2.10.5?

          Ivan Fernandez Calvo added a comment - based on the data in the Jira the credentials are not correct, Did you try with latest version 2.10.5?

          The credentials selected are the same as for checking out the sources.

          Yes, I tried it with the latest subversion plugin version (2.10.5), still the same error.

          Marc Jegliewski added a comment - The credentials selected are the same as for checking out the sources. Yes, I tried it with the latest subversion plugin version (2.10.5), still the same error.

            Unassigned Unassigned
            moerg Marc Jegliewski
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: