summaryrefslogtreecommitdiffstats
path: root/tests/publishers/fixtures/join-trigger002.xml
blob: 9df797168cb286de1a9401690f5687daf3312b6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<project>
  <publishers>
    <hudson.tasks.BuildTrigger>
      <childProjects>project-1,project-2</childProjects>
      <threshold>
        <name>FAILURE</name>
        <ordinal>2</ordinal>
        <color>RED</color>
      </threshold>
    </hudson.tasks.BuildTrigger>
    <join.JoinTrigger>
      <joinProjects>cleanup</joinProjects>
      <joinPublishers/>
      <resultThreshold>
        <name>FAILURE</name>
        <ordinal>2</ordinal>
        <color>RED</color>
      </resultThreshold>
    </join.JoinTrigger>
  </publishers>
</project>