summaryrefslogtreecommitdiffstats
path: root/tests/triggers/fixtures/ivy.xml
blob: 47a8651732c50ac8cce5f452e715bdb468282fae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<project>
  <triggers class="vector">
    <org.jenkinsci.plugins.ivytrigger.IvyTrigger>
      <ivyPath>path/to/file</ivyPath>
      <ivySettingsPath>path/to/settings/file</ivySettingsPath>
      <debug>true</debug>
      <downloadArtifacts>true</downloadArtifacts>
      <enableConcurrentBuild>false</enableConcurrentBuild>
      <spec>H/15 * * * *</spec>
      <propertiesFilePath>filename1;filename2</propertiesFilePath>
      <labelRestriction>true</labelRestriction>
      <triggerLabel>master</triggerLabel>
    </org.jenkinsci.plugins.ivytrigger.IvyTrigger>
  </triggers>
</project>