summaryrefslogtreecommitdiffstats
path: root/tests/publishers/fixtures/downstream-ext001.xml
blob: d756630f1f0ef6e9410d687178ea637ae0f838dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<project>
  <publishers>
    <hudson.plugins.downstream__ext.DownstreamTrigger>
      <childProjects>foo,bar</childProjects>
      <threshold>
        <name>SUCCESS</name>
        <ordinal>0</ordinal>
        <color>BLUE</color>
        <completeBuild>true</completeBuild>
      </threshold>
      <thresholdStrategy>AND_HIGHER</thresholdStrategy>
      <onlyIfSCMChanges>false</onlyIfSCMChanges>
      <onlyIfLocalSCMChanges>false</onlyIfLocalSCMChanges>
    </hudson.plugins.downstream__ext.DownstreamTrigger>
  </publishers>
</project>