On Thursday, January 15, 2015 at 10:04:42 AM UTC-5, Rafael Ribeiro Rezende 
wrote:
>
> I'm using Rational Team Concert from IBM as SCM, and they provide the Team 
> Concert plugin 
> <https://wiki.jenkins-ci.org/display/JENKINS/Team+Concert+Plugin> for 
> this purpose.
>
> When I use the *Snippet Generator*, I see it listed
>
Then this is a bug, since according to the plugin page it uses a 1.480.x 
baseline, and as 
https://github.com/jenkinsci/workflow-plugin/blob/master/scm-step/README.md#supporting-workflow-from-an-scm-plugin
 
notes, the plugin needs to be updated to depend on at least 1.568. Thus RTC 
should not have been listed here to begin with, 
since GenericSCMStep.getApplicableDescriptors specifically omits 
any SCMDescriptor which !isApplicable(WorkflowJob), and the default 
implementation of this overload in new Jenkins is false.

So the _later_ behavior (only showing Subversion) is correct. It is the 
display of CVS and RTC which is the bug.

At any rate, you should file an RFE asking that your SCM be upgraded, mark 
it with the ‘workflow’ label, and get it mentioned 
here: 
https://github.com/jenkinsci/workflow-plugin/blob/master/COMPATIBILITY.md#scms

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/a052d6b8-e563-4542-b79d-feabd5439b90%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to