• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • None
    • windows vista business, Java 1.6.0_29

      This message appears since I have upgraded to 1.437 regularly:

      3/11/2011 6:02:21 PM hudson.triggers.SCMTrigger$Runner runPolling
      SEVERE: Failed to record SCM polling
      java.lang.NullPointerException
      at hudson.maven.MavenModuleSetBuild.getEnvironment(MavenModuleSetBuild.java:165)
      at hudson.scm.SubversionSCM.compareRemoteRevisionWith(SubversionSCM.java:1086)
      at hudson.scm.SCM._compareRemoteRevisionWith(SCM.java:356)
      at hudson.scm.SCM.poll(SCM.java:373)
      at hudson.model.AbstractProject.poll(AbstractProject.java:1326)
      at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:420)
      at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:449)
      at hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:118)
      at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
      at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
      at java.util.concurrent.FutureTask.run(FutureTask.java:138)
      at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
      at java.lang.Thread.run(Thread.java:619)

      I have updated all plugins to latest.

          [JENKINS-11592] NPE: Failed to record SCM polling

          schlaufuchs added a comment -

          workaround by falling back to subversion plugin 1.28. It would be appreciated to learn if this is a plugin failure or an configuration issue.

          schlaufuchs added a comment - workaround by falling back to subversion plugin 1.28. It would be appreciated to learn if this is a plugin failure or an configuration issue.

          Theo Harper added a comment -

          I too am getting the same issue, this also may be related to getting:

          There are more SCM polling activities scheduled than handled, so the threads are not keeping up with the demands. Check if your polling is hanging, and/or increase the number of threads if necessary.

          I am using 1.437 and have the latest SVN plugin 1.34.

          Theo Harper added a comment - I too am getting the same issue, this also may be related to getting: There are more SCM polling activities scheduled than handled, so the threads are not keeping up with the demands. Check if your polling is hanging, and/or increase the number of threads if necessary. I am using 1.437 and have the latest SVN plugin 1.34.

          kutzi added a comment -

          Seems to be related to the changes done for JENKINS-8092
          I think mvn.forEnvironment() here https://github.com/jenkinsci/jenkins/commit/b0b06b515ba4471a1ec6fec77d96efc71935b2b9#diff-2
          may return null

          kutzi added a comment - Seems to be related to the changes done for JENKINS-8092 I think mvn.forEnvironment() here https://github.com/jenkinsci/jenkins/commit/b0b06b515ba4471a1ec6fec77d96efc71935b2b9#diff-2 may return null

          Code changed in jenkins
          User: Christoph Kutzinski
          Path:
          core/src/main/java/hudson/model/Run.java
          maven-plugin/src/main/java/hudson/maven/MavenModuleSetBuild.java
          http://jenkins-ci.org/commit/jenkins/4f900f60d447e0e371557faef33630899434b747
          Log:
          JENKINS-11592 trying to find out where the NPE is originated

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Christoph Kutzinski Path: core/src/main/java/hudson/model/Run.java maven-plugin/src/main/java/hudson/maven/MavenModuleSetBuild.java http://jenkins-ci.org/commit/jenkins/4f900f60d447e0e371557faef33630899434b747 Log: JENKINS-11592 trying to find out where the NPE is originated

          dogfood added a comment -

          Integrated in jenkins_main_trunk #1278
          JENKINS-11592 trying to find out where the NPE is originated

          Christoph Kutzinski : 4f900f60d447e0e371557faef33630899434b747
          Files :

          • maven-plugin/src/main/java/hudson/maven/MavenModuleSetBuild.java
          • core/src/main/java/hudson/model/Run.java

          dogfood added a comment - Integrated in jenkins_main_trunk #1278 JENKINS-11592 trying to find out where the NPE is originated Christoph Kutzinski : 4f900f60d447e0e371557faef33630899434b747 Files : maven-plugin/src/main/java/hudson/maven/MavenModuleSetBuild.java core/src/main/java/hudson/model/Run.java

          kutzi added a comment -

          Could you try this maven-plugin version and report where the new stack trace resp. any new log messages?
          http://ci.jenkins-ci.org/view/Jenkins%20core/job/jenkins_main_trunk/1278/artifact/maven-plugin/target/maven-plugin.hpi

          kutzi added a comment - Could you try this maven-plugin version and report where the new stack trace resp. any new log messages? http://ci.jenkins-ci.org/view/Jenkins%20core/job/jenkins_main_trunk/1278/artifact/maven-plugin/target/maven-plugin.hpi

          Reverting back to 1.33 version of teh subversion plugin fixes the issue for me

          David Richards added a comment - Reverting back to 1.33 version of teh subversion plugin fixes the issue for me

          Doug Borg added a comment -

          I am also experiencing this issue and downgrading to 1.33 (also works on 1.28) fixed it for me.

          I tried the 1.440-SNAPSHOT in kutzi's link and I got the same error:

          Nov 14, 2011 4:03:18 PM hudson.triggers.SCMTrigger$Runner runPolling
          SEVERE: Failed to record SCM polling
          java.lang.NullPointerException
          at hudson.maven.MavenModuleSetBuild.getEnvironment(MavenModuleSetBuild.java:168)
          at hudson.scm.SubversionSCM.compareRemoteRevisionWith(SubversionSCM.java:1086)
          at hudson.scm.SCM._compareRemoteRevisionWith(SCM.java:356)
          at hudson.scm.SCM.poll(SCM.java:373)
          at hudson.model.AbstractProject.poll(AbstractProject.java:1326)
          at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:420)
          at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:449)
          at hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:118)
          at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
          at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
          at java.util.concurrent.FutureTask.run(FutureTask.java:138)
          at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
          at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
          at java.lang.Thread.run(Thread.java:662)

          That was using:
          Maven Integration plugin
          1.440-SNAPSHOT (private-11/08/2011 22:30-jenkins)

          Jenkins Subversion Plug-in
          1.34

          Do you think the null pointer might be happening at Computer.currentComputer()? Your log message is definitely not getting printed out. Also is there a reason you are not using log.getLogger().warning() instead of println()?

          Doug Borg added a comment - I am also experiencing this issue and downgrading to 1.33 (also works on 1.28) fixed it for me. I tried the 1.440-SNAPSHOT in kutzi's link and I got the same error: Nov 14, 2011 4:03:18 PM hudson.triggers.SCMTrigger$Runner runPolling SEVERE: Failed to record SCM polling java.lang.NullPointerException at hudson.maven.MavenModuleSetBuild.getEnvironment(MavenModuleSetBuild.java:168) at hudson.scm.SubversionSCM.compareRemoteRevisionWith(SubversionSCM.java:1086) at hudson.scm.SCM._compareRemoteRevisionWith(SCM.java:356) at hudson.scm.SCM.poll(SCM.java:373) at hudson.model.AbstractProject.poll(AbstractProject.java:1326) at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:420) at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:449) at hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:118) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:662) That was using: Maven Integration plugin 1.440-SNAPSHOT (private-11/08/2011 22:30-jenkins) Jenkins Subversion Plug-in 1.34 Do you think the null pointer might be happening at Computer.currentComputer()? Your log message is definitely not getting printed out. Also is there a reason you are not using log.getLogger().warning() instead of println()?

          Code changed in jenkins
          User: Christoph Kutzinski
          Path:
          changelog.html
          maven-plugin/src/main/java/hudson/maven/MavenModuleSetBuild.java
          http://jenkins-ci.org/commit/jenkins/e2d7b399210db6333affd9a0e6deac5a94a4d300
          Log:
          [FIXED JENKINS-11592] NPE in subversion polling of Maven jobs

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Christoph Kutzinski Path: changelog.html maven-plugin/src/main/java/hudson/maven/MavenModuleSetBuild.java http://jenkins-ci.org/commit/jenkins/e2d7b399210db6333affd9a0e6deac5a94a4d300 Log: [FIXED JENKINS-11592] NPE in subversion polling of Maven jobs

          kutzi added a comment -

          > Also is there a reason you are not using log.getLogger().warning() instead of println()?

          Yes, log.getLogger() is a PrintStream, ergo has no warning method

          kutzi added a comment - > Also is there a reason you are not using log.getLogger().warning() instead of println()? Yes, log.getLogger() is a PrintStream, ergo has no warning method

          dogfood added a comment -

          Integrated in jenkins_main_trunk #1292
          [FIXED JENKINS-11592] NPE in subversion polling of Maven jobs

          Christoph Kutzinski : e2d7b399210db6333affd9a0e6deac5a94a4d300
          Files :

          • changelog.html
          • maven-plugin/src/main/java/hudson/maven/MavenModuleSetBuild.java

          dogfood added a comment - Integrated in jenkins_main_trunk #1292 [FIXED JENKINS-11592] NPE in subversion polling of Maven jobs Christoph Kutzinski : e2d7b399210db6333affd9a0e6deac5a94a4d300 Files : changelog.html maven-plugin/src/main/java/hudson/maven/MavenModuleSetBuild.java

          kutzi added a comment -

          kutzi added a comment - Would be great if someone could test if this fixes the bug: http://ci.jenkins-ci.org/job/jenkins_main_trunk/1292/artifact/maven-plugin/target/maven-plugin.hpi

          Doug Borg added a comment - - edited

          Kutzi, I just tried out that build and it worked; no null pointer and the job was triggered.

          I may have spoken a bit too soon. The job did trigger but when I turned on FINE logging I saw some exceptions being thrown further down:

          Nov 15, 2011 10:18:56 AM hudson.ExtensionList load
          FINE: Loading ExtensionList: class hudson.model.BuildVariableContributor
          java.lang.Throwable
          	at hudson.ExtensionList.load(ExtensionList.java:256)
          	at hudson.ExtensionList.ensureLoaded(ExtensionList.java:229)
          	at hudson.ExtensionList.iterator(ExtensionList.java:136)
          	at hudson.model.AbstractBuild.getBuildVariables(AbstractBuild.java:918)
          	at hudson.scm.SubversionSCM.compareRemoteRevisionWith(SubversionSCM.java:1087)
          	at hudson.scm.SCM._compareRemoteRevisionWith(SCM.java:356)
          	at hudson.scm.SCM.poll(SCM.java:373)
          	at hudson.model.AbstractProject.poll(AbstractProject.java:1326)
          	at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:420)
          	at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:449)
          	at hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:118)
          	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
          	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
          	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
          	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
          	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
          	at java.lang.Thread.run(Thread.java:662)
          Nov 15, 2011 10:18:56 AM hudson.ExtensionList load
          FINE: Loading ExtensionList: class hudson.model.EnvironmentContributor
          java.lang.Throwable
          	at hudson.ExtensionList.load(ExtensionList.java:256)
          	at hudson.ExtensionList.ensureLoaded(ExtensionList.java:229)
          	at hudson.ExtensionList.iterator(ExtensionList.java:136)
          	at hudson.model.Run.getEnvironment(Run.java:1851)
          	at hudson.model.AbstractBuild.getEnvironment(AbstractBuild.java:810)
          	at hudson.maven.AbstractMavenBuild.getEnvironment(AbstractMavenBuild.java:59)
          	at hudson.maven.MavenModuleSetBuild.getEnvironment(MavenModuleSetBuild.java:156)
          	at hudson.scm.SubversionSCM.compareRemoteRevisionWith(SubversionSCM.java:1086)
          	at hudson.scm.SCM._compareRemoteRevisionWith(SCM.java:356)
          	at hudson.scm.SCM.poll(SCM.java:373)
          	at hudson.model.AbstractProject.poll(AbstractProject.java:1326)
          	at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:420)
          	at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:449)
          	at hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:118)
          	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
          	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
          	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
          	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
          	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
          	at java.lang.Thread.run(Thread.java:662)
          

          I am running Jenkins 1.438 right now, so this could just be an incompatibility between my Jenkins version and 1.441-SNAPSHOT. Anyone else getting this?

          Doug Borg added a comment - - edited Kutzi, I just tried out that build and it worked; no null pointer and the job was triggered. I may have spoken a bit too soon. The job did trigger but when I turned on FINE logging I saw some exceptions being thrown further down: Nov 15, 2011 10:18:56 AM hudson.ExtensionList load FINE: Loading ExtensionList: class hudson.model.BuildVariableContributor java.lang.Throwable at hudson.ExtensionList.load(ExtensionList.java:256) at hudson.ExtensionList.ensureLoaded(ExtensionList.java:229) at hudson.ExtensionList.iterator(ExtensionList.java:136) at hudson.model.AbstractBuild.getBuildVariables(AbstractBuild.java:918) at hudson.scm.SubversionSCM.compareRemoteRevisionWith(SubversionSCM.java:1087) at hudson.scm.SCM._compareRemoteRevisionWith(SCM.java:356) at hudson.scm.SCM.poll(SCM.java:373) at hudson.model.AbstractProject.poll(AbstractProject.java:1326) at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:420) at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:449) at hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:118) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:662) Nov 15, 2011 10:18:56 AM hudson.ExtensionList load FINE: Loading ExtensionList: class hudson.model.EnvironmentContributor java.lang.Throwable at hudson.ExtensionList.load(ExtensionList.java:256) at hudson.ExtensionList.ensureLoaded(ExtensionList.java:229) at hudson.ExtensionList.iterator(ExtensionList.java:136) at hudson.model.Run.getEnvironment(Run.java:1851) at hudson.model.AbstractBuild.getEnvironment(AbstractBuild.java:810) at hudson.maven.AbstractMavenBuild.getEnvironment(AbstractMavenBuild.java:59) at hudson.maven.MavenModuleSetBuild.getEnvironment(MavenModuleSetBuild.java:156) at hudson.scm.SubversionSCM.compareRemoteRevisionWith(SubversionSCM.java:1086) at hudson.scm.SCM._compareRemoteRevisionWith(SCM.java:356) at hudson.scm.SCM.poll(SCM.java:373) at hudson.model.AbstractProject.poll(AbstractProject.java:1326) at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:420) at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:449) at hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:118) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:662) I am running Jenkins 1.438 right now, so this could just be an incompatibility between my Jenkins version and 1.441-SNAPSHOT. Anyone else getting this?

          kutzi added a comment -

          > I may have spoken a bit too soon.

          Doug, that's okay. That's just some debugging logs - that's why they only appear if you set the log level to FINE

          kutzi added a comment - > I may have spoken a bit too soon. Doug, that's okay. That's just some debugging logs - that's why they only appear if you set the log level to FINE

          Code changed in jenkins
          User: Christoph Kutzinski
          Path:
          test/src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
          test/src/test/java/hudson/model/GetEnvironmentOutsideBuildTest.java
          http://jenkins-ci.org/commit/jenkins/83822830cf6f74a5663dfcc9acd14b13774739ae
          Log:
          Added (unfortunately yet disfunctional) regression test for JENKINS-11592

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Christoph Kutzinski Path: test/src/main/java/org/jvnet/hudson/test/HudsonTestCase.java test/src/test/java/hudson/model/GetEnvironmentOutsideBuildTest.java http://jenkins-ci.org/commit/jenkins/83822830cf6f74a5663dfcc9acd14b13774739ae Log: Added (unfortunately yet disfunctional) regression test for JENKINS-11592

          Code changed in jenkins
          User: Christoph Kutzinski
          Path:
          core/src/main/java/hudson/model/Run.java
          maven-plugin/src/main/java/hudson/maven/MavenModuleSetBuild.java
          http://jenkins-ci.org/commit/jenkins/4d3538aa4df601009f5c29b5a95dd8374d281a9a
          Log:
          JENKINS-11592 trying to find out where the NPE is originated(cherry picked from commit 4f900f60d447e0e371557faef33630899434b747)

          Conflicts:

          maven-plugin/src/main/java/hudson/maven/MavenModuleSetBuild.java

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Christoph Kutzinski Path: core/src/main/java/hudson/model/Run.java maven-plugin/src/main/java/hudson/maven/MavenModuleSetBuild.java http://jenkins-ci.org/commit/jenkins/4d3538aa4df601009f5c29b5a95dd8374d281a9a Log: JENKINS-11592 trying to find out where the NPE is originated(cherry picked from commit 4f900f60d447e0e371557faef33630899434b747) Conflicts: maven-plugin/src/main/java/hudson/maven/MavenModuleSetBuild.java

          Code changed in jenkins
          User: Christoph Kutzinski
          Path:
          changelog.html
          maven-plugin/src/main/java/hudson/maven/MavenModuleSetBuild.java
          http://jenkins-ci.org/commit/jenkins/7f69189aab5103838949c5ef5e9e23cc4a3a8bd1
          Log:
          [FIXED JENKINS-11592] NPE in subversion polling of Maven jobs(cherry picked from commit e2d7b399210db6333affd9a0e6deac5a94a4d300)

          Conflicts:

          changelog.html

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Christoph Kutzinski Path: changelog.html maven-plugin/src/main/java/hudson/maven/MavenModuleSetBuild.java http://jenkins-ci.org/commit/jenkins/7f69189aab5103838949c5ef5e9e23cc4a3a8bd1 Log: [FIXED JENKINS-11592] NPE in subversion polling of Maven jobs(cherry picked from commit e2d7b399210db6333affd9a0e6deac5a94a4d300) Conflicts: changelog.html

          Code changed in jenkins
          User: Christoph Kutzinski
          Path:
          test/src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
          test/src/test/java/hudson/model/GetEnvironmentOutsideBuildTest.java
          http://jenkins-ci.org/commit/jenkins/2d98f687191a1331783e2f0b2562f3138f457ad7
          Log:
          Added (unfortunately yet disfunctional) regression test for JENKINS-11592(cherry picked from commit 83822830cf6f74a5663dfcc9acd14b13774739ae)

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Christoph Kutzinski Path: test/src/main/java/org/jvnet/hudson/test/HudsonTestCase.java test/src/test/java/hudson/model/GetEnvironmentOutsideBuildTest.java http://jenkins-ci.org/commit/jenkins/2d98f687191a1331783e2f0b2562f3138f457ad7 Log: Added (unfortunately yet disfunctional) regression test for JENKINS-11592 (cherry picked from commit 83822830cf6f74a5663dfcc9acd14b13774739ae)

          Ken Egozi added a comment -

          Still happening, with 1.490 and tfs plugin 1.20 (the latest)
          not the NPE, but java.lang.StringIndexOutOfBoundsException: String index out of range: -1 instead

          Ken Egozi added a comment - Still happening, with 1.490 and tfs plugin 1.20 (the latest) not the NPE, but java.lang.StringIndexOutOfBoundsException: String index out of range: -1 instead

          kutzi added a comment -

          Ken, since you seem to be experiencing a different issue, please open a new Jira issue with all the necessary details - e.g. the full stacktrace of the exception.

          kutzi added a comment - Ken, since you seem to be experiencing a different issue, please open a new Jira issue with all the necessary details - e.g. the full stacktrace of the exception.

          Ken Egozi added a comment -

          Ken Egozi added a comment - @Kutzi - done. https://issues.jenkins-ci.org/browse/JENKINS-15851

          Code changed in jenkins
          User: Christoph Kutzinski
          Path:
          src/main/java/hudson/maven/MavenModuleSetBuild.java
          http://jenkins-ci.org/commit/maven-plugin/2ff8a00099da1de4a96d0e137c3409e08444cd5c
          Log:
          JENKINS-11592 trying to find out where the NPE is originated
          Originally-Committed-As: 4f900f60d447e0e371557faef33630899434b747

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Christoph Kutzinski Path: src/main/java/hudson/maven/MavenModuleSetBuild.java http://jenkins-ci.org/commit/maven-plugin/2ff8a00099da1de4a96d0e137c3409e08444cd5c Log: JENKINS-11592 trying to find out where the NPE is originated Originally-Committed-As: 4f900f60d447e0e371557faef33630899434b747

          Code changed in jenkins
          User: Christoph Kutzinski
          Path:
          src/main/java/hudson/maven/MavenModuleSetBuild.java
          http://jenkins-ci.org/commit/maven-plugin/1b1907177ba41d0193d574db59793138b95064c2
          Log:
          [FIXED JENKINS-11592] NPE in subversion polling of Maven jobs
          Originally-Committed-As: e2d7b399210db6333affd9a0e6deac5a94a4d300

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Christoph Kutzinski Path: src/main/java/hudson/maven/MavenModuleSetBuild.java http://jenkins-ci.org/commit/maven-plugin/1b1907177ba41d0193d574db59793138b95064c2 Log: [FIXED JENKINS-11592] NPE in subversion polling of Maven jobs Originally-Committed-As: e2d7b399210db6333affd9a0e6deac5a94a4d300

          Code changed in jenkins
          User: Christoph Kutzinski
          Path:
          test/src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
          http://jenkins-ci.org/commit/jenkins-test-harness/d716d195584022134ed39ba6c43408715822498f
          Log:
          Added (unfortunately yet disfunctional) regression test for JENKINS-11592
          Originally-Committed-As: 83822830cf6f74a5663dfcc9acd14b13774739ae

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Christoph Kutzinski Path: test/src/main/java/org/jvnet/hudson/test/HudsonTestCase.java http://jenkins-ci.org/commit/jenkins-test-harness/d716d195584022134ed39ba6c43408715822498f Log: Added (unfortunately yet disfunctional) regression test for JENKINS-11592 Originally-Committed-As: 83822830cf6f74a5663dfcc9acd14b13774739ae

            kenegozi Ken Egozi
            schlaufuchs schlaufuchs
            Votes:
            4 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: