jenkinsci / jenkinsci/subversion-plugin

[JENKINS-45178] Tagging in SVN build fails with NullPointerException

Open
#1,430 0 comments 0 reactions 0 assignees View on GitHub
component:subversion-plugin imported-jira-issue priority:minor resolution:unresolved
Dominant language
Java
Stars
131
Forks
275
Avg merge
12h 4m
Merged PRs (30d)
6

Description

 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

 

---
Originally reported by vqrs, imported from: Tagging in SVN build fails with NullPointerException


  • status: Open
  • priority: Minor
  • component(s): subversion-plugin
  • resolution: Unresolved
  • votes: 0
  • watchers: 1
  • imported: 20251212-090250

Raw content of original issue

 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


 

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.