jenkinsci / jenkinsci/subversion-plugin

[JENKINS-32582] List Subversion Tags default tag fails for Poll SCM trigger

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

Description

The List Subversion Tags default tag (e.g. "trunk") is not obeyed for Poll SCM trigger. Instead, the most recent tag from a manual build is used. This makes it unusable for the most natural use case: nightly triggered trunk rebuilds plus manual branch builds.

Best workaround is terrible: trigger a rebuild on Success, with parameters to override tag:

fail=t

svn_tag=trunk

Build script aborts with failure if fail=t, stopping the infinite build loop, but always leaving the job in a failed state. Ugh.

---
Originally reported by glennwidener, imported from: List Subversion Tags default tag fails for Poll SCM trigger


  • status: Open
  • priority: Major
  • component(s): subversion-plugin
  • resolution: Unresolved
  • votes: 4
  • watchers: 6
  • imported: 20251212-090250

Raw content of original issue

The List Subversion Tags default tag (e.g. "trunk") is not obeyed for Poll SCM trigger. Instead, the most recent tag from a manual build is used. This makes it unusable for the most natural use case: nightly triggered trunk rebuilds plus manual branch builds.

Best workaround is terrible: trigger a rebuild on Success, with parameters to override tag:
fail=t
svn_tag=trunk

Build script aborts with failure if fail=t, stopping the infinite build loop, but always leaving the job in a failed state. Ugh.

  • environment: svn plugin v2.5.7 or 2.5.3, Jenkins 1.643, ubuntu 14, jre 1.7.0_91-b02

1 attachment

- [Untitled.png](https://issues.jenkins.io/secure/attachment/31689/Untitled.png)
> ![Untitled.png](https://issues.jenkins.io/secure/attachment/31689/Untitled.png)

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.