summaryrefslogtreecommitdiffstats
path: root/tests/triggers/fixtures/script001.xml
blob: 96e036af96f6a53372a505b7b5ced88d3868bb2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<project>
  <triggers class="vector">
    <org.jenkinsci.plugins.scripttrigger.ScriptTrigger plugin="scripttrigger">
      <script>exit 0</script>
      <scriptFilePath/>
      <spec>H/15 * * * *</spec>
      <enableConcurrentBuild>false</enableConcurrentBuild>
      <exitCode>0</exitCode>
      <labelRestriction>true</labelRestriction>
      <triggerLabel>master</triggerLabel>
    </org.jenkinsci.plugins.scripttrigger.ScriptTrigger>
  </triggers>
</project>