mjava.lang.NullPointerException: This exception has no message.
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Jenkins JIRA by anonymousultimo, 1 year ago
via Jenkins JIRA by anonymousultimo, 1 year ago
mjava.lang.NullPointerException:
at hudson.model.Run.getEnvironment(Run.java:1673)
at hudson.model.AbstractBuild.getEnvironment(AbstractBuild.java:682)
at hudson.plugins.git.GitSCM.pollChanges(GitSCM.java:420)
at hudson.scm.SCM.poll(SCM.java:369)
at hudson.model.AbstractProject.poll(AbstractProject.java:1195)
at hudson.triggers.SCMTrigger$Runner.runPolling(SCMTrigger.java:355)
at hudson.triggers.SCMTrigger$Runner.run(SCMTrigger.java:384)
at hudson.util.SequentialExecutionQueue$QueueEntry.run(SequentialExecutionQueue.java:118)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)