summaryrefslogtreecommitdiffstats
path: root/tests/triggers/fixtures/jms-messaging001.xml
blob: 02ac8aa8d3ee77108e69b6ad3cedbaf07fdb09d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<project>
  <triggers class="vector">
    <com.redhat.jenkins.plugins.ci.CIBuildTrigger>
      <spec/>
      <noSquash>true</noSquash>
      <selector>topic = &quot;org.fedoraproject.prod.fedimg.image.upload&quot;</selector>
      <providerName>fedmsg</providerName>
      <checks>
        <com.redhat.jenkins.plugins.ci.messaging.checks.MsgCheck>
          <field>compose</field>
          <expectedValue>.+compose_id.+Fedora-Atomic.+</expectedValue>
        </com.redhat.jenkins.plugins.ci.messaging.checks.MsgCheck>
        <com.redhat.jenkins.plugins.ci.messaging.checks.MsgCheck>
          <field>image_name</field>
          <expectedValue>.+Fedora-Atomic.+</expectedValue>
        </com.redhat.jenkins.plugins.ci.messaging.checks.MsgCheck>
      </checks>
    </com.redhat.jenkins.plugins.ci.CIBuildTrigger>
  </triggers>
</project>