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

Tagging in SVN build fails with NullPointerException

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • subversion-plugin
    • None

       When trying to tag a build (pipeline from SVN, doing multiple SVN checkouts in said pipeline), I receive an NPE when trying to tag the build. Apparently, getBuild() returns null.

       The tag itself is created in Subversion, though.

      Tagging SVN/test/jenkins-pipeline (rev.4300) to SVN/test/tag-jenkins-pipeline
      FATAL: null
      java.lang.NullPointerException
      	at hudson.scm.SubversionTagAction$TagWorkerThread.perform(SubversionTagAction.java:318)
      	at hudson.model.TaskThread.run(TaskThread.java:129)
      Completed
      

       

            Unassigned Unassigned
            vqrs Christian V
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: