summaryrefslogtreecommitdiffstats
path: root/tests/triggers/fixtures/groovy-script-full.xml
blob: bb9543111d6604c5e6312702ca75c613cac6e49f (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>groovy-content</groovyExpression>
      <groovyFilePath>path/to/filename</groovyFilePath>
      <propertiesFilePath>/path/to/properties/file</propertiesFilePath>
      <enableConcurrentBuild>true</enableConcurrentBuild>
      <spec>H/15 * * * *</spec>
      <labelRestriction>true</labelRestriction>
      <triggerLabel>master</triggerLabel>
    </org.jenkinsci.plugins.scripttrigger.groovy.GroovyScriptTrigger>
  </triggers>
</project>