Xicheng Chang 12fe72fa73 Save zuul/jenkins/gearman config on repo
- so they don't get lost when servers are down.
- also place runtime_code_path.jpg in imgs/ directory

Change-Id: I614c51929cb7a624fd8c6720bc8fe17a62a8ab40
2015-07-31 16:15:22 -07:00

105 lines
4.6 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<project>
<actions/>
<description></description>
<logRotator class="hudson.tasks.LogRotator">
<daysToKeep>1</daysToKeep>
<numToKeep>-1</numToKeep>
<artifactDaysToKeep>-1</artifactDaysToKeep>
<artifactNumToKeep>-1</artifactNumToKeep>
</logRotator>
<keepDependencies>false</keepDependencies>
<properties>
<com.tikal.hudson.plugins.notification.HudsonNotificationProperty plugin="notification@1.4">
<endpoints>
<com.tikal.hudson.plugins.notification.Endpoint>
<protocol>HTTP</protocol>
<url>http://127.0.0.1:8001/jenkins_endpoint</url>
</com.tikal.hudson.plugins.notification.Endpoint>
</endpoints>
</com.tikal.hudson.plugins.notification.HudsonNotificationProperty>
<hudson.model.ParametersDefinitionProperty>
<parameterDefinitions>
<hudson.model.StringParameterDefinition>
<name>NODE_LABEL</name>
<description>Label of node to use for this build</description>
<defaultValue>precise26</defaultValue>
</hudson.model.StringParameterDefinition>
</parameterDefinitions>
</hudson.model.ParametersDefinitionProperty>
</properties>
<scm class="hudson.scm.NullSCM"/>
<assignedNode>precise26</assignedNode>
<canRoam>false</canRoam>
<disabled>false</disabled>
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
<triggers/>
<concurrentBuild>false</concurrentBuild>
<builders>
<hudson.tasks.Shell>
<command>/usr/local/jenkins/slave_scripts/gerrit-git-prep.sh http://10.145.81.234/openstackci/gerrit http://10.145.81.234/openstackci/gerrit</command>
</hudson.tasks.Shell>
<hudson.tasks.Shell>
<command>export http_proxy=10.145.81.137:3128
export https_proxy=10.145.81.137:3128
export no_proxy=&quot;localhost,127.0.0.1,localaddress,.localdomain.com&quot;
/usr/local/jenkins/slave_scripts/run-tox.sh 26 openstack python-novaclient</command>
</hudson.tasks.Shell>
<hudson.tasks.Shell>
<command>#!/bin/bash
OUT=`git ls-files --other --exclude-standard --directory`
if [ -z &quot;$OUT&quot; ]; then
echo &quot;No extra files created during test.&quot;
exit 0
else
echo &quot;The following un-ignored files were created during the test:&quot;
echo &quot;$OUT&quot;
exit 0 # TODO: change to 1 to fail tests.
fi</command>
</hudson.tasks.Shell>
</builders>
<publishers>
<be.certipost.hudson.plugin.SCPRepositoryPublisher plugin="scp@1.9-SNAPSHOT">
<siteName>root@10.145.81.234:/var/log/jenkins</siteName>
<entries>
<be.certipost.hudson.plugin.Entry>
<filePath>logs/$ZUUL_CHANGE/$ZUUL_PATCHSET/$ZUUL_PIPELINE/$JOB_NAME/$BUILD_NUMBER</filePath>
<sourceFile></sourceFile>
<keepHierarchy>false</keepHierarchy>
<copyConsoleLog>true</copyConsoleLog>
<copyAfterFailure>true</copyAfterFailure>
</be.certipost.hudson.plugin.Entry>
<be.certipost.hudson.plugin.Entry>
<filePath>logs/$ZUUL_CHANGE/$ZUUL_PATCHSET/$ZUUL_PIPELINE/$JOB_NAME/$BUILD_NUMBER</filePath>
<sourceFile>**/*nose_results.html</sourceFile>
<keepHierarchy>false</keepHierarchy>
<copyConsoleLog>false</copyConsoleLog>
<copyAfterFailure>true</copyAfterFailure>
</be.certipost.hudson.plugin.Entry>
<be.certipost.hudson.plugin.Entry>
<filePath>logs/$ZUUL_CHANGE/$ZUUL_PATCHSET/$ZUUL_PIPELINE/$JOB_NAME/$BUILD_NUMBER</filePath>
<sourceFile>**/*testr_results.html.gz</sourceFile>
<keepHierarchy>false</keepHierarchy>
<copyConsoleLog>false</copyConsoleLog>
<copyAfterFailure>true</copyAfterFailure>
</be.certipost.hudson.plugin.Entry>
<be.certipost.hudson.plugin.Entry>
<filePath>logs/$ZUUL_CHANGE/$ZUUL_PATCHSET/$ZUUL_PIPELINE/$JOB_NAME/$BUILD_NUMBER</filePath>
<sourceFile>.testrepository/tmp*</sourceFile>
<keepHierarchy>false</keepHierarchy>
<copyConsoleLog>false</copyConsoleLog>
<copyAfterFailure>true</copyAfterFailure>
</be.certipost.hudson.plugin.Entry>
<be.certipost.hudson.plugin.Entry>
<filePath>logs/$ZUUL_CHANGE/$ZUUL_PATCHSET/$ZUUL_PIPELINE/$JOB_NAME/$BUILD_NUMBER</filePath>
<sourceFile>**/*subunit_log.txt.gz</sourceFile>
<keepHierarchy>false</keepHierarchy>
<copyConsoleLog>false</copyConsoleLog>
<copyAfterFailure>true</copyAfterFailure>
</be.certipost.hudson.plugin.Entry>
</entries>
</be.certipost.hudson.plugin.SCPRepositoryPublisher>
</publishers>
<buildWrappers/>
</project>