[jbosstools-issues] [JBoss JIRA] (JBIDE-12663) replace parameterizedtrigger.BuildTrigger with downstream__ext.DownstreamTrigger because not using params and it doesn't trigger properly

Nick Boldt (JIRA) jira-events at lists.jboss.org
Fri Sep 21 20:29:34 EDT 2012


     [ https://issues.jboss.org/browse/JBIDE-12663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Boldt updated JBIDE-12663:
-------------------------------

    Summary: replace parameterizedtrigger.BuildTrigger with downstream__ext.DownstreamTrigger because not using params and it doesn't trigger properly  (was: replace parameterizedtrigger.BuildTrigger with downstream__ext.DownstreamTrigger because not using params and it doesn't work (no need to pass in svn revs))

    
> replace parameterizedtrigger.BuildTrigger with downstream__ext.DownstreamTrigger because not using params and it doesn't trigger properly
> -----------------------------------------------------------------------------------------------------------------------------------------
>
>                 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


More information about the jbosstools-issues mailing list