jenkins-job-builder/tests/triggers/fixtures/groovy-script-full.xml

16 lines
682 B
XML

<?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>