summaryrefslogtreecommitdiffstats
path: root/tests/triggers/fixtures/groovy-script-minimal.xml
blob: 92b9e6841a2f5b6981ad1b7ed7e3ececc9113f59 (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.groovy.GroovyScriptTrigger plugin="scripttrigger">
      <groovySystemScript>false</groovySystemScript>
      <groovyExpression/>
      <groovyFilePath/>
      <propertiesFilePath/>
      <enableConcurrentBuild>false</enableConcurrentBuild>
      <spec/>
      <labelRestriction>false</labelRestriction>
    </org.jenkinsci.plugins.scripttrigger.groovy.GroovyScriptTrigger>
  </triggers>
</project>