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

NullPointerException when triggering a build

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • workflow-cps-plugin
    • None
    • jenkins-2.528.1-1.1.noarch
      v4236.v3cb_7ea_578c1f

      When triggering a build, the build immediately fails with the following exception:

      java.lang.NullPointerException
      	at java.base/java.util.Objects.requireNonNull(Objects.java:233)
      	at PluginClassLoader for scm-api//jenkins.scm.api.SCMFileSystem.of(SCMFileSystem.java:213)
      	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition.create(CpsScmFlowDefinition.java:120)
      	at PluginClassLoader for workflow-cps//org.jenkinsci.plugins.workflow.cps.CpsScmFlowDefinition.create(CpsScmFlowDefinition.java:72)
      	at PluginClassLoader for workflow-job//org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:317)
      	at hudson.model.ResourceController.execute(ResourceController.java:101)
      	at hudson.model.Executor.run(Executor.java:460)
      Finished: FAILURE
      

      There needs to either be success, or there is an error here that isn't being handled.

            Unassigned Unassigned
            minfrin Graham Leggett
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: