-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
svn plugin v2.5.7 or 2.5.3, Jenkins 1.643, ubuntu 14, jre 1.7.0_91-b02
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.
- is related to
-
JENKINS-20463 Manual build of tag breaks scm poll on trunk for parameterized builds
- Resolved
-
JENKINS-14326 SUBVERSION POLLING doesn't pick up the TRUNK (default value) [using ListSubversionTagsParameterDefinition] if the latest build used a specific TAG
- Closed
- relates to
-
JENKINS-45075 SVN Plugin displays executing update for the correct path but uses last used path
- Open