Skip to content

Commit

Permalink
Added job spec for trigger-ondemand, added to the admin page
Browse files Browse the repository at this point in the history
  • Loading branch information
Geo Mealer committed Mar 30, 2012
1 parent b2219da commit 7f91b2a
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions jenkins-master/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
<comparator class="hudson.util.CaseInsensitiveComparator"/>
<string>get_mozmill-environments</string>
<string>tools</string>
<string>trigger-ondemand</string>
</jobNames>
<jobFilters/>
<columns>
Expand Down
31 changes: 31 additions & 0 deletions jenkins-master/jobs/trigger-ondemand/config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version='1.0' encoding='UTF-8'?>
<project>
<actions/>
<description>Trigger an on-demand test run</description>
<keepDependencies>false</keepDependencies>
<properties>
<hudson.model.ParametersDefinitionProperty>
<parameterDefinitions>
<hudson.model.FileParameterDefinition>
<name>config.ini</name>
<description>Configuration File</description>
</hudson.model.FileParameterDefinition>
</parameterDefinitions>
</hudson.model.ParametersDefinitionProperty>
</properties>
<scm class="hudson.scm.NullSCM"/>
<assignedNode>master</assignedNode>
<canRoam>false</canRoam>
<disabled>false</disabled>
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
<triggers class="vector"/>
<concurrentBuild>false</concurrentBuild>
<builders>
<hudson.tasks.Shell>
<command>${JENKINS_HOME}/../jenkins-env/bin/python ${JENKINS_HOME}/../trigger_on_demand_testrun.py config.ini</command>
</hudson.tasks.Shell>
</builders>
<publishers/>
<buildWrappers/>
</project>

0 comments on commit 7f91b2a

Please sign in to comment.