jenkins-job-builder/tests/triggers/job_fixtures/zuul-trigger-post.xml
Vsevolod Fedorov f6d93251b9 Tests: Add zuul trigger tests
Change-Id: Iefbcedeadc2dbe314555182abf96c087e9d7cbe8
2023-01-26 11:11:13 +03:00

81 lines
3.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<actions/>
<description>&lt;!-- Managed by Jenkins Job Builder --&gt;</description>
<keepDependencies>false</keepDependencies>
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
<concurrentBuild>false</concurrentBuild>
<canRoam>true</canRoam>
<properties>
<hudson.model.ParametersDefinitionProperty>
<parameterDefinitions>
<hudson.model.StringParameterDefinition>
<name>ZUUL_UUID</name>
<description>Zuul provided key to link builds with Gerrit events</description>
<defaultValue/>
<trim>false</trim>
</hudson.model.StringParameterDefinition>
<hudson.model.StringParameterDefinition>
<name>UUID</name>
<description>Zuul provided key to link builds with Gerrit events (deprecated use ZUUL_UUID instead)</description>
<defaultValue/>
<trim>false</trim>
</hudson.model.StringParameterDefinition>
<hudson.model.StringParameterDefinition>
<name>ZUUL_PIPELINE</name>
<description>Zuul pipeline triggering this job</description>
<defaultValue/>
<trim>false</trim>
</hudson.model.StringParameterDefinition>
<hudson.model.StringParameterDefinition>
<name>ZUUL_URL</name>
<description>URL of Zuul's git repos accessible to workers</description>
<defaultValue/>
<trim>false</trim>
</hudson.model.StringParameterDefinition>
<hudson.model.StringParameterDefinition>
<name>ZUUL_PROJECT</name>
<description>Branch name of triggering project</description>
<defaultValue/>
<trim>false</trim>
</hudson.model.StringParameterDefinition>
<hudson.model.StringParameterDefinition>
<name>ZUUL_REF</name>
<description>Name of updated reference triggering this job</description>
<defaultValue/>
<trim>false</trim>
</hudson.model.StringParameterDefinition>
<hudson.model.StringParameterDefinition>
<name>ZUUL_REFNAME</name>
<description>Name of updated reference triggering this job</description>
<defaultValue/>
<trim>false</trim>
</hudson.model.StringParameterDefinition>
<hudson.model.StringParameterDefinition>
<name>ZUUL_OLDREV</name>
<description>Old SHA at this reference</description>
<defaultValue/>
<trim>false</trim>
</hudson.model.StringParameterDefinition>
<hudson.model.StringParameterDefinition>
<name>ZUUL_NEWREV</name>
<description>New SHA at this reference</description>
<defaultValue/>
<trim>false</trim>
</hudson.model.StringParameterDefinition>
<hudson.model.StringParameterDefinition>
<name>ZUUL_SHORT_NEWREV</name>
<description>Shortened new SHA at this reference</description>
<defaultValue/>
<trim>false</trim>
</hudson.model.StringParameterDefinition>
</parameterDefinitions>
</hudson.model.ParametersDefinitionProperty>
</properties>
<scm class="hudson.scm.NullSCM"/>
<builders/>
<publishers/>
<buildWrappers/>
</project>