Nick Boldt created JBIDE-12663:
----------------------------------
Summary: replace parameterizedtrigger.BuildTrigger with
downstream__ext.DownstreamTrigger because not using params and it doesn't work (no
need to pass in svn revs)
Key: JBIDE-12663
URL:
https://issues.jboss.org/browse/JBIDE-12663
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Build/Releng
Affects Versions: 4.0.0.Alpha2
Reporter: Nick Boldt
Assignee: Nick Boldt
Priority: Blocker
Fix For: 4.0.0.Beta1
Replace this:
{code}
<hudson.plugins.parameterizedtrigger.BuildTrigger>
<configs>
<hudson.plugins.parameterizedtrigger.BuildTriggerConfig>
<configs class="java.util.Collections$EmptyList"/>
<projects>jbosstools-4.0_stable_branch.component--maven,
jbosstools-4.0_stable_branch.component--examples, </projects>
<condition>UNSTABLE_OR_BETTER</condition>
<triggerWithNoParameters>false</triggerWithNoParameters>
</hudson.plugins.parameterizedtrigger.BuildTriggerConfig>
</configs>
</hudson.plugins.parameterizedtrigger.BuildTrigger>
{code}
With this:
{code}
<hudson.plugins.downstream__ext.DownstreamTrigger>
<childProjects>jbosstools-4.0_stable_branch.component--runtime,
jbosstools-4.0_stable_branch.component--jmx, jbosstools-4.0_stable_branch.component--jst,
jbosstools-4.0_stable_branch.component--gwt, </childProjects>
<threshold>
<name>UNSTABLE</name>
<ordinal>1</ordinal>
<color>YELLOW</color>
</threshold>
<thresholdStrategy>AND_HIGHER</thresholdStrategy>
<onlyIfSCMChanges>false</onlyIfSCMChanges>
<onlyIfLocalSCMChanges>false</onlyIfLocalSCMChanges>
</hudson.plugins.downstream__ext.DownstreamTrigger>
{code}
--
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