|
|
 |
|
|
|
|
Issue Type:
|
Bug
|
|
Affects Versions:
|
current |
|
Assignee:
|
Bruno P. Kinoshita
|
|
Components:
|
testlink |
|
Created:
|
28/Sep/12 3:37 AM
|
|
Description:
|
Unable to use Conditional BuildStep Plugin with Testlink Plugin
Testlink Plugin does not appear as a build step.
Need to be able to optional run automated tests using Testlink plugin based on a parameter defined at run time
Is this the cause of the issue?
If you're not able to add the builder of your choice within a conditional build step (because it's not available within the dropdown), then this is likely because the builder does not provide a @DataBoundConstructor constructor and/or the Descriptor does not extend hudson.tasks.BuildStepDescriptor. For non programmers: the plugin you would like to use does not yet follow the newest Jenkins coding guidelines
|
|
Environment:
|
Testlink 1.9.3, Testlink-Jenkins Plugin 3.1.7, Conditional BuildStep Plugin 1.1, Windows XP
|
|
Project:
|
Jenkins
|
|
Priority:
|
Minor
|
|
Reporter:
|
Nigel McAdam
|
|
|
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
You're right indeed.
The conditional build step plugin looks for BuildStepDescriptor at [1] and maybe in other places too. I'll change the testlink-plugin code and will run some preliminary tests.
Thanks for reporting!