Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-12663

replace parameterizedtrigger.BuildTrigger with downstream__ext.DownstreamTrigger because not using params and it doesn't trigger properly

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Blocker Blocker
    • 4.0.0.Alpha2
    • 4.0.0.Alpha2
    • build
    • None

      Replace this:

       <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>
      

      With this:

      <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>
      

            nickboldt Nick Boldt
            nickboldt Nick Boldt
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: