summaryrefslogtreecommitdiffstats
path: root/tests/triggers/fixtures/groovy-script.xml
blob: 09c97d2269a1689f64198255cdc05b0e6667d356 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<project>
  <triggers class="vector">
    <org.jenkinsci.plugins.scripttrigger.groovy.GroovyScriptTrigger plugin="scripttrigger">
      <groovySystemScript>true</groovySystemScript>
      <groovyExpression/>
      <groovyFilePath>path/to/filename</groovyFilePath>
      <propertiesFilePath/>
      <enableConcurrentBuild>true</enableConcurrentBuild>
      <spec>H/15 * * * *</spec>
      <labelRestriction>true</labelRestriction>
      <triggerLabel>master</triggerLabel>
    </org.jenkinsci.plugins.scripttrigger.groovy.GroovyScriptTrigger>
  </triggers>
</project>