7b8f989e40
- Update to use convert_mapping_to_xml - Add minimal tests - Update docs Change-Id: I803de8b7f9195caac06fa393634c36d799179cc3 Signed-off-by: Kien Ha <kienha9922@gmail.com>
16 lines
606 B
XML
16 lines
606 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/>
|
|
<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>
|