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

E200015: ISVNAuthentication provider did not provide credentials

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • subversion-plugin
    • * Jenkins version 1.613
      * Subversion Plugin version 2.5.1
      * Env Inject Plugin version 1.91.3

      Steps to reproduce the bug

      • Configure Job enabling Prepare environment for the run
      • Create a variable REPOSITORIO
      • Define svn url using created variable REPOSITORIO
      • Add credentials
      • Configure check scm every minute (testing purposes)

      Error

      scmPollLog error:

      Started on 10-jul-2015 11:19:00
      Received SCM poll call on master for OXM_IC on 10-jul-2015 11:19:00
      ERROR: Error al obtener la revisión http://subversion-dsa.gva.es/svn/oxm/trunk del repositorio
      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.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: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.SVNWCClient.doInfo(SVNWCClient.java:2523)
      	at hudson.scm.SubversionSCM.parseSvnInfo(SubversionSCM.java:1223)
      	at hudson.scm.CompareAgainstBaselineCallable.call(CompareAgainstBaselineCallable.java:78)
      	at hudson.scm.CompareAgainstBaselineCallable.call(CompareAgainstBaselineCallable.java:26)
      	at hudson.remoting.LocalChannel.call(LocalChannel.java:45)
      	at hudson.scm.SubversionSCM.compareRemoteRevisionWith(SubversionSCM.java:1408)
      	at hudson.scm.SCM.compareRemoteRevisionWith(SCM.java:381)
      	at hudson.scm.SCM.poll(SCM.java:398)
      	at hudson.model.AbstractProject._poll(AbstractProject.java:1453)
      	at hudson.model.AbstractProject.poll(AbstractProject.java:1356)
      	at jenkins.triggers.SCMTriggerItem$SCMTriggerItems$Bridge.poll(SCMTriggerItem.java:119)
      	at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:510)
      	at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:539)
      	at hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:118)
      	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
      	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
      	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      	at java.lang.Thread.run(Thread.java:745)
      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)
      	... 34 more
      Done. Took 0,13 Seg
      No changes
      

          [JENKINS-29340] E200015: ISVNAuthentication provider did not provide credentials

          ricardogarfe, Could you attach a screenshot with your repository configuration?

          Manuel Recena Soto added a comment - ricardogarfe , Could you attach a screenshot with your repository configuration?

          Ricardo García Fernández added a comment - - edited

          Repository configuration using credentials, also defined properties for the run as repository url name.

          Error 405 in configuration is not important

          Ricardo García Fernández added a comment - - edited Repository configuration using credentials, also defined properties for the run as repository url name. Error 405 in configuration is not important

          ricardogarfe, Could you try without URL parameters?

          Manuel Recena Soto added a comment - ricardogarfe , Could you try without URL parameters?

          It works without URL parameters (without using REPOSITORIO variable)

          Ricardo García Fernández added a comment - It works without URL parameters (without using REPOSITORIO variable)

          Daniel Beck added a comment -

          recena I think I fixed that over a year ago in https://github.com/jenkinsci/subversion-plugin/pull/83

          Daniel Beck added a comment - recena I think I fixed that over a year ago in https://github.com/jenkinsci/subversion-plugin/pull/83

          danielbeck Thanks for the advice. Is there any reason why that PR has not been merged?

          Manuel Recena Soto added a comment - danielbeck Thanks for the advice. Is there any reason why that PR has not been merged?

          ricardogarfe, I'm trying to reproduce the bug.

          Manuel Recena Soto added a comment - ricardogarfe , I'm trying to reproduce the bug.

          Manuel Recena Soto added a comment - - edited

          ricardogarfe I could not reproduce it.

          I used the same environment: Jenkins 1.613, Subversion Plugin (2.5.1) and EnvInject Plugin 1.91.3 and I followed the steps described above. The result:

          Lanzada por el usuario anonymous
          [EnvInject] - Loading node environment variables.
          [EnvInject] - Preparing an environment for the build.
          [EnvInject] - Keeping Jenkins system variables.
          [EnvInject] - Keeping Jenkins build variables.
          [EnvInject] - Injecting as environment variables the properties content REPO=jenkins-26318
          [EnvInject] - Variables injected successfully.
          [EnvInject] - Injecting contributions.
          Ejecutando.en el espacio de trabajo /Users/recena/Documents/workspace-luna-cb/subversion-plugin/work/workspace/JENKINS-29308
          Checking out a fresh workspace because there's no workspace at /Users/recena/Documents/workspace-luna-cb/subversion-plugin/work/workspace/JENKINS-29308
          Cleaning local Directory .
          Checking out https://subversion.assembla.com/svn/jenkins-26318/trunk at revision '2015-07-12T12:55:34.653 +0200'
          A         src
          A         src/test
          A         src/test/java
          A         src/test/java/com
          A         src/test/java/com/cloudbees
          A         src/test/java/com/cloudbees/manticore
          A         src/test/java/com/cloudbees/manticore/AppTest.java
          A         src/main
          A         src/main/java
          A         src/main/java/com
          A         src/main/java/com/cloudbees
          A         src/main/java/com/cloudbees/manticore
          A         src/main/java/com/cloudbees/manticore/App.java
          A         pom.xml
          A         logparser-rules.txt
          At revision 12
          Finished: SUCCESS
          

          I think it would be interesting to improve the repository validation and avoid this message: JENKINS-29308.png

          Manuel Recena Soto added a comment - - edited ricardogarfe I could not reproduce it. I used the same environment: Jenkins 1.613, Subversion Plugin (2.5.1) and EnvInject Plugin 1.91.3 and I followed the steps described above. The result: Lanzada por el usuario anonymous [EnvInject] - Loading node environment variables. [EnvInject] - Preparing an environment for the build. [EnvInject] - Keeping Jenkins system variables. [EnvInject] - Keeping Jenkins build variables. [EnvInject] - Injecting as environment variables the properties content REPO=jenkins-26318 [EnvInject] - Variables injected successfully. [EnvInject] - Injecting contributions. Ejecutando.en el espacio de trabajo /Users/recena/Documents/workspace-luna-cb/subversion-plugin/work/workspace/JENKINS-29308 Checking out a fresh workspace because there's no workspace at /Users/recena/Documents/workspace-luna-cb/subversion-plugin/work/workspace/JENKINS-29308 Cleaning local Directory . Checking out https://subversion.assembla.com/svn/jenkins-26318/trunk at revision '2015-07-12T12:55:34.653 +0200' A src A src/test A src/test/java A src/test/java/com A src/test/java/com/cloudbees A src/test/java/com/cloudbees/manticore A src/test/java/com/cloudbees/manticore/AppTest.java A src/main A src/main/java A src/main/java/com A src/main/java/com/cloudbees A src/main/java/com/cloudbees/manticore A src/main/java/com/cloudbees/manticore/App.java A pom.xml A logparser-rules.txt At revision 12 Finished: SUCCESS I think it would be interesting to improve the repository validation and avoid this message: JENKINS-29308.png

          ricardogarfe, I've also tried using a slave node. Everything works fine.

          Manuel Recena Soto added a comment - ricardogarfe , I've also tried using a slave node. Everything works fine.

          Manuel Recena Soto added a comment - - edited

          ricardogarfe, I've recorded a screencast showing the process: https://goo.gl/Xi8Q6f

          So that I can go ahead with this bug, I need more detailed information.

          Manuel Recena Soto added a comment - - edited ricardogarfe , I've recorded a screencast showing the process: https://goo.gl/Xi8Q6f So that I can go ahead with this bug, I need more detailed information.

          recena thanks for the screencast, but the problem appears when the jobs tries to check if there's any update in the scm repository 'via' scmPollLog:

          Here if you use an environment variable into scm url this section fails and you can't check if there are any updates in repository. Thanks!

          Ricardo García Fernández added a comment - recena thanks for the screencast, but the problem appears when the jobs tries to check if there's any update in the scm repository 'via' scmPollLog : http://jenkinsurl/job/JENKINS-29340/scmPollLog/ Here if you use an environment variable into scm url this section fails and you can't check if there are any updates in repository. Thanks!

          Screencast

          I've recorded another screencast with the error:

          Ricardo García Fernández added a comment - Screencast I've recorded another screencast with the error: https://drive.google.com/file/d/0B-JHYZKBisF1bF9KTHVMdG8yRXc/view?usp=sharing

          ricardogarfe, I've reproduced the bug. Thanks so much.

          Manuel Recena Soto added a comment - ricardogarfe , I've reproduced the bug. Thanks so much.

          ricardogarfe, I assume that this functionality was working in prior versions, Isn't that so?

          Manuel Recena Soto added a comment - ricardogarfe , I assume that this functionality was working in prior versions, Isn't that so?

          recena, yes because of that we realise of this bug after updating svn 2.4.5 to svn 2.5 (2.5.1)

          Ricardo García Fernández added a comment - recena , yes because of that we realise of this bug after updating svn 2.4.5 to svn 2.5 (2.5.1)

          Daniel Beck added a comment -

          recena

          Thanks for the advice. Is there any reason why that PR has not been merged?

          At the time I was sick of other contributors (Stephen and Steven) ignoring open, recent, PRs before merging large-scale changes that made those PRs unmergeable. After the second or third time I just stopped caring and used my own custom build. And since then the PR no longer can be merged cleanly.

          Daniel Beck added a comment - recena Thanks for the advice. Is there any reason why that PR has not been merged? At the time I was sick of other contributors (Stephen and Steven) ignoring open, recent, PRs before merging large-scale changes that made those PRs unmergeable. After the second or third time I just stopped caring and used my own custom build. And since then the PR no longer can be merged cleanly.

          Manuel Recena Soto added a comment - - edited

          ricardogarfe, a PR has been sent.

          Manuel Recena Soto added a comment - - edited ricardogarfe , a PR has been sent.

          Code changed in jenkins
          User: recena
          Path:
          src/main/java/hudson/scm/SubversionSCM.java
          http://jenkins-ci.org/commit/subversion-plugin/5017b4b153beabb1a82181458dbd4cfedb4fd1d7
          Log:
          JENKINS-29340 E200015: ISVNAuthentication provider did not provide credentials

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: recena Path: src/main/java/hudson/scm/SubversionSCM.java http://jenkins-ci.org/commit/subversion-plugin/5017b4b153beabb1a82181458dbd4cfedb4fd1d7 Log: JENKINS-29340 E200015: ISVNAuthentication provider did not provide credentials

          Code changed in jenkins
          User: recena
          Path:
          src/main/java/hudson/scm/SubversionSCM.java
          http://jenkins-ci.org/commit/subversion-plugin/72c376614e9bf60ee02926855edf8470a03779f5
          Log:
          JENKINS-29340 ISVNAuthentication provider did not provide credentials

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: recena Path: src/main/java/hudson/scm/SubversionSCM.java http://jenkins-ci.org/commit/subversion-plugin/72c376614e9bf60ee02926855edf8470a03779f5 Log: JENKINS-29340 ISVNAuthentication provider did not provide credentials

          Code changed in jenkins
          User: Manuel Recena
          Path:
          src/main/java/hudson/scm/SubversionSCM.java
          http://jenkins-ci.org/commit/subversion-plugin/91516c4adbefbf9c67d477a2d4f15ca26d63f588
          Log:
          Merge pull request #127 from recena/JENKINS-29340

          JENKINS-29340 ISVNAuthentication provider did not provide credentials

          Compare: https://github.com/jenkinsci/subversion-plugin/compare/d951dc137eb9...91516c4adbef

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Manuel Recena Path: src/main/java/hudson/scm/SubversionSCM.java http://jenkins-ci.org/commit/subversion-plugin/91516c4adbefbf9c67d477a2d4f15ca26d63f588 Log: Merge pull request #127 from recena/ JENKINS-29340 JENKINS-29340 ISVNAuthentication provider did not provide credentials Compare: https://github.com/jenkinsci/subversion-plugin/compare/d951dc137eb9...91516c4adbef

          ricardogarfe, the PR has been merged. It would be very interesing if you try this HPI in a development environment.

          Manuel Recena Soto added a comment - ricardogarfe , the PR has been merged. It would be very interesing if you try this HPI in a development environment.

          Hi recena, HPI works ok with SVN Polling.

          Ricardo García Fernández added a comment - Hi recena , HPI works ok with SVN Polling .

          thanks for the code !

          Ricardo García Fernández added a comment - thanks for the code !

          thanks for the code !

          Ricardo García Fernández added a comment - thanks for the code !

          Manuel Recena Soto added a comment - - edited

          ricardogarfe, thanks so much for your feedback.

          I didn't like the current solution and I was working on an alternative. We want to cut a release at the end of this week.

          Manuel Recena Soto added a comment - - edited ricardogarfe , thanks so much for your feedback. I didn't like the current solution and I was working on an alternative. We want to cut a release at the end of this week.

          Thanks again recena, I'll be impatient during the week .
          I've took a look at PR code.

          Ricardo García Fernández added a comment - Thanks again recena , I'll be impatient during the week . I've took a look at PR code.

          ricardogarfe This bug involves to modify EnvInject Plugin. I've filled this ticket JENKINS-29817 and I send a PR.

          Manuel Recena Soto added a comment - ricardogarfe This bug involves to modify EnvInject Plugin. I've filled this ticket JENKINS-29817 and I send a PR .

          recena thanks for the tip. I'm watching JENKINS-29817 issue any dates about releases (envinject and subversion) roadmap ?
          thanks a lot !

          Ricardo García Fernández added a comment - recena thanks for the tip. I'm watching JENKINS-29817 issue any dates about releases (envinject and subversion) roadmap ? thanks a lot !

          ricardogarfe, I don't know. It is impossible to estimate because my PRs depend on maintainer's reviews. Here you can find an example.

          Manuel Recena Soto added a comment - ricardogarfe , I don't know. It is impossible to estimate because my PRs depend on maintainer's reviews. Here you can find an example.

          Code changed in jenkins
          User: recena
          Path:
          pom.xml
          src/main/java/hudson/scm/SubversionSCM.java
          src/main/java/hudson/scm/subversion/WorkspaceUpdater.java
          src/test/java/hudson/scm/SubversionEnvInjectTest.java
          src/test/java/hudson/scm/SubversionSCMTest.java
          http://jenkins-ci.org/commit/subversion-plugin/bdab3bab552c2d6d7785ab4d2eb122dcc1de9094
          Log:
          JENKINS-29340 Implemented a new proposal

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: recena Path: pom.xml src/main/java/hudson/scm/SubversionSCM.java src/main/java/hudson/scm/subversion/WorkspaceUpdater.java src/test/java/hudson/scm/SubversionEnvInjectTest.java src/test/java/hudson/scm/SubversionSCMTest.java http://jenkins-ci.org/commit/subversion-plugin/bdab3bab552c2d6d7785ab4d2eb122dcc1de9094 Log: JENKINS-29340 Implemented a new proposal

          Code changed in jenkins
          User: Manuel Recena
          Path:
          pom.xml
          http://jenkins-ci.org/commit/subversion-plugin/f448c8d2205e0c704db8401346381f8d1735c65f
          Log:
          JENKINS-29340 Updated EnvInject dependency (test scope)

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Manuel Recena Path: pom.xml http://jenkins-ci.org/commit/subversion-plugin/f448c8d2205e0c704db8401346381f8d1735c65f Log: JENKINS-29340 Updated EnvInject dependency (test scope)

          Code changed in jenkins
          User: recena
          Path:
          pom.xml
          http://jenkins-ci.org/commit/subversion-plugin/51cd6d318f4211c2a488a62e7a5dc6b6b197159c
          Log:
          JENKINS-29340 Updated EnvInject dependency to latest release

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: recena Path: pom.xml http://jenkins-ci.org/commit/subversion-plugin/51cd6d318f4211c2a488a62e7a5dc6b6b197159c Log: JENKINS-29340 Updated EnvInject dependency to latest release

          Code changed in jenkins
          User: recena
          Path:
          src/main/java/hudson/scm/subversion/WorkspaceUpdater.java
          src/test/java/hudson/scm/SubversionSCMTest.java
          http://jenkins-ci.org/commit/subversion-plugin/21bde20c195204dd5be3de7b88194968faed308e
          Log:
          JENKINS-29340 Removed unrelated changes

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: recena Path: src/main/java/hudson/scm/subversion/WorkspaceUpdater.java src/test/java/hudson/scm/SubversionSCMTest.java http://jenkins-ci.org/commit/subversion-plugin/21bde20c195204dd5be3de7b88194968faed308e Log: JENKINS-29340 Removed unrelated changes

          Code changed in jenkins
          User: Manuel Recena
          Path:
          src/test/java/hudson/scm/SubversionEnvInjectTest.java
          http://jenkins-ci.org/commit/subversion-plugin/d89f5305989833e6a9a12666589d5996fd5938f0
          Log:
          JENKINS-29340 Some comments have been added to pollingWithEnvInject test

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Manuel Recena Path: src/test/java/hudson/scm/SubversionEnvInjectTest.java http://jenkins-ci.org/commit/subversion-plugin/d89f5305989833e6a9a12666589d5996fd5938f0 Log: JENKINS-29340 Some comments have been added to pollingWithEnvInject test

          Code changed in jenkins
          User: Manuel Recena
          Path:
          pom.xml
          src/main/java/hudson/scm/SubversionSCM.java
          src/test/java/hudson/scm/SubversionEnvInjectTest.java
          http://jenkins-ci.org/commit/subversion-plugin/b029f4086567971b1f9fa736d6d10679c27650a3
          Log:
          Merge pull request #131 from recena/JENKINS-29340

          JENKINS-29340 ISVNAuthentication provider did not provide credentials (part. II)

          Compare: https://github.com/jenkinsci/subversion-plugin/compare/2e95528de59c...b029f4086567

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Manuel Recena Path: pom.xml src/main/java/hudson/scm/SubversionSCM.java src/test/java/hudson/scm/SubversionEnvInjectTest.java http://jenkins-ci.org/commit/subversion-plugin/b029f4086567971b1f9fa736d6d10679c27650a3 Log: Merge pull request #131 from recena/ JENKINS-29340 JENKINS-29340 ISVNAuthentication provider did not provide credentials (part. II) Compare: https://github.com/jenkinsci/subversion-plugin/compare/2e95528de59c...b029f4086567

          This solved bug will be included on Subversion Plugin 2.5.2

          Manuel Recena Soto added a comment - This solved bug will be included on Subversion Plugin 2.5.2

          ricardogarfe, you will have to update both Subversion Plugin (to 2.5.2) and EnvInject Plugin (1.92).

          Manuel Recena Soto added a comment - ricardogarfe , you will have to update both Subversion Plugin (to 2.5.2) and EnvInject Plugin (1.92).

          Updated and working in both environments

          Ricardo García Fernández added a comment - Updated and working in both environments

          It looks like this is resolved when using the "Properties Content" section of Prepare environment for the run, but the exception is still occurring if the same environment variable is injected instead using "Evaluated Groovy Script".

          For example, using this groovy script will cause the same exception described initially:

          def map = [REPOSITORIO: "/my/repo/path"]
          return map
          

          Evan Sheffield added a comment - It looks like this is resolved when using the "Properties Content" section of Prepare environment for the run , but the exception is still occurring if the same environment variable is injected instead using "Evaluated Groovy Script". For example, using this groovy script will cause the same exception described initially: def map = [REPOSITORIO: "/my/repo/path" ] return map

          esheffield, Please, read the help information.

          Properties Content

          These environment variables (only these) will be available in the Job environment independently from the build. There are following use-cases: SCM polling, validation of fields depending on environment variables (e.g. http://server/svn/$REPO), custom workspace management, etc.

          Manuel Recena Soto added a comment - esheffield , Please, read the help information . Properties Content These environment variables ( only these ) will be available in the Job environment independently from the build. There are following use-cases: SCM polling, validation of fields depending on environment variables (e.g. http://server/svn/$REPO ), custom workspace management, etc.

          recena Ah, apologies, I didn't notice this caveat. Thank you for pointing that out. Do you know if there are any workarounds that would allow me to load that environment variable dynamically? The value I'm depending on is generated by running another job, so it doesn't seem like I would be able to load it using "Properties Content".

          Evan Sheffield added a comment - recena Ah, apologies, I didn't notice this caveat. Thank you for pointing that out. Do you know if there are any workarounds that would allow me to load that environment variable dynamically? The value I'm depending on is generated by running another job, so it doesn't seem like I would be able to load it using "Properties Content".

          esheffield, I think it is better if you use jenkinsci-user mailing list to share your request. In my opinion, EnvInject is not designed for that.

          Manuel Recena Soto added a comment - esheffield , I think it is better if you use jenkinsci-user mailing list to share your request. In my opinion, EnvInject is not designed for that.

          Ralf Mühle added a comment - - edited

          After JENKINS-29352 is marked as duplicate of this bug:
          With Jenkins 1.629 and SVN Plugin 2.5.3 the bug is not resolved.

          Location 'https://xxxx/${SVN_TRUNK}' does not exist
          One or more repository locations do not exist anymore for hudson.maven.MavenModuleSet@a8864af[TEST_MVN_JOB], project will be disabled.
          The project has been disabled

          SVN_TRUNK is a global environment variable defined in Mange Jenkins - Configure System - Global Properties - Env. Variables

          I get this error with a maven project and freestyle project

          Ralf Mühle added a comment - - edited After JENKINS-29352 is marked as duplicate of this bug: With Jenkins 1.629 and SVN Plugin 2.5.3 the bug is not resolved. Location 'https://xxxx/${SVN_TRUNK}' does not exist One or more repository locations do not exist anymore for hudson.maven.MavenModuleSet@a8864af[TEST_MVN_JOB], project will be disabled. The project has been disabled SVN_TRUNK is a global environment variable defined in Mange Jenkins - Configure System - Global Properties - Env. Variables I get this error with a maven project and freestyle project

          ralf_muehle

          Please, file a new JIRA ticket including a step by step process to reproduce the bug.

          The bug described in this ticket was resolved and confirmed by users.

          Manuel Recena Soto added a comment - ralf_muehle Please, file a new JIRA ticket including a step by step process to reproduce the bug. The bug described in this ticket was resolved and confirmed by users.

            recena Manuel Recena Soto
            ricardogarfe Ricardo García Fernández
            Votes:
            1 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved: