[JIRA] [subversion-plugin] (JENKINS-32582) List Subversion Tags default tag fails for Poll SCM trigger

2016-04-01 Thread t...@kera.name (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Tomalak Geret'kal commented on  JENKINS-32582 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: List Subversion Tags default tag fails for Poll SCM trigger  
 
 
 
 
 
 
 
 
 
 
This code change looks specifically relevant, except it was done in 2.5.5 and the issue information here says it's true in 2.5.3 too. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-32582) List Subversion Tags default tag fails for Poll SCM trigger

2016-04-01 Thread t...@kera.name (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Tomalak Geret'kal edited a comment on  JENKINS-32582 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: List Subversion Tags default tag fails for Poll SCM trigger  
 
 
 
 
 
 
 
 
 
 This code change looks specifically relevant, except it was done in 2.5.5 and the issue information here says it's true in 2.5.3 too. https://github.com/jenkinsci/subversion-plugin/commit/5012326e8dc523e5e7706839b7853a86b1f3dce5 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-32582) List Subversion Tags default tag fails for Poll SCM trigger

2016-03-09 Thread t...@kera.name (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Tomalak Geret'kal commented on  JENKINS-32582 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: List Subversion Tags default tag fails for Poll SCM trigger  
 
 
 
 
 
 
 
 
 
 
Can confirm: Jenkins 1.652, Subversion plugin 2.5.7, CentOS 7.2, JRE 1.8.0.71 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [subversion-plugin] (JENKINS-32582) List Subversion Tags default tag fails for Poll SCM trigger

2016-01-24 Thread glennwide...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Glenn Widener created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-32582 
 
 
 
  List Subversion Tags default tag fails for Poll SCM trigger  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 

 Unassigned 
 
 
 

Attachments:
 

 Untitled.png 
 
 
 

Components:
 

 subversion-plugin 
 
 
 

Created:
 

 24/Jan/16 5:42 PM 
 
 
 

Environment:
 

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

Priority:
 
  Major 
 
 
 

Reporter:
 
 Glenn Widener 
 
 
 
 
 
 
 
 
 
 
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.