[Jenkins-Home]
This commit is contained in:
Родитель
84accb845e
Коммит
daa707345e
|
@ -125,6 +125,7 @@
|
||||||
<string>aurora-ubuntu14_64-win61_32_64</string>
|
<string>aurora-ubuntu14_64-win61_32_64</string>
|
||||||
<string>aurora-win81_32_64-mac10_9</string>
|
<string>aurora-win81_32_64-mac10_9</string>
|
||||||
<string>aurora-win81_32_64-ubuntu14_32</string>
|
<string>aurora-win81_32_64-ubuntu14_32</string>
|
||||||
|
<string>aurora-win81_32_64-ubuntu14_64</string>
|
||||||
</jobNames>
|
</jobNames>
|
||||||
<jobFilters/>
|
<jobFilters/>
|
||||||
<columns>
|
<columns>
|
||||||
|
|
|
@ -0,0 +1,143 @@
|
||||||
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
|
<project>
|
||||||
|
<actions/>
|
||||||
|
<description></description>
|
||||||
|
<logRotator class="hudson.tasks.LogRotator">
|
||||||
|
<daysToKeep>1</daysToKeep>
|
||||||
|
<numToKeep>10</numToKeep>
|
||||||
|
<artifactDaysToKeep>-1</artifactDaysToKeep>
|
||||||
|
<artifactNumToKeep>-1</artifactNumToKeep>
|
||||||
|
</logRotator>
|
||||||
|
<keepDependencies>false</keepDependencies>
|
||||||
|
<properties/>
|
||||||
|
<scm class="org.jenkinsci.plugins.multiplescms.MultiSCM" plugin="multiple-scms@0.3">
|
||||||
|
<scms>
|
||||||
|
<hudson.plugins.git.GitSCM plugin="git@2.2.5">
|
||||||
|
<configVersion>2</configVersion>
|
||||||
|
<userRemoteConfigs>
|
||||||
|
<hudson.plugins.git.UserRemoteConfig>
|
||||||
|
<url>https://github.com/mozilla/steeplechase.git</url>
|
||||||
|
</hudson.plugins.git.UserRemoteConfig>
|
||||||
|
</userRemoteConfigs>
|
||||||
|
<branches>
|
||||||
|
<hudson.plugins.git.BranchSpec>
|
||||||
|
<name>*/master</name>
|
||||||
|
</hudson.plugins.git.BranchSpec>
|
||||||
|
</branches>
|
||||||
|
<doGenerateSubmoduleConfigurations>false</doGenerateSubmoduleConfigurations>
|
||||||
|
<submoduleCfg class="list"/>
|
||||||
|
<extensions>
|
||||||
|
<hudson.plugins.git.extensions.impl.CleanBeforeCheckout/>
|
||||||
|
<hudson.plugins.git.extensions.impl.RelativeTargetDirectory>
|
||||||
|
<relativeTargetDir>steeplechase</relativeTargetDir>
|
||||||
|
</hudson.plugins.git.extensions.impl.RelativeTargetDirectory>
|
||||||
|
</extensions>
|
||||||
|
</hudson.plugins.git.GitSCM>
|
||||||
|
</scms>
|
||||||
|
</scm>
|
||||||
|
<assignedNode>steeplechase</assignedNode>
|
||||||
|
<canRoam>false</canRoam>
|
||||||
|
<disabled>false</disabled>
|
||||||
|
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
|
||||||
|
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
|
||||||
|
<triggers>
|
||||||
|
<jenkins.triggers.ReverseBuildTrigger>
|
||||||
|
<spec></spec>
|
||||||
|
<upstreamProjects>expand-firefox-nightly-linux64,expand-tests-nightly-linux64,expand-firefox-nightly-win32</upstreamProjects>
|
||||||
|
<threshold>
|
||||||
|
<name>SUCCESS</name>
|
||||||
|
<ordinal>0</ordinal>
|
||||||
|
<color>BLUE</color>
|
||||||
|
<completeBuild>true</completeBuild>
|
||||||
|
</threshold>
|
||||||
|
</jenkins.triggers.ReverseBuildTrigger>
|
||||||
|
<hudson.triggers.SCMTrigger>
|
||||||
|
<spec>H * * * *</spec>
|
||||||
|
<ignorePostCommitHooks>true</ignorePostCommitHooks>
|
||||||
|
</hudson.triggers.SCMTrigger>
|
||||||
|
</triggers>
|
||||||
|
<concurrentBuild>false</concurrentBuild>
|
||||||
|
<builders>
|
||||||
|
<hudson.tasks.Shell>
|
||||||
|
<command>mkdir -p `pwd`/logs
|
||||||
|
python `pwd`/steeplechase/steeplechase/runsteeplechase.py --binary /home/mozilla/firefoxes/nightly/win32/firefox/firefox.exe --binary2 /home/mozilla/firefoxes/nightly/linux64/firefox/firefox --save-logs-to `pwd`/logs --specialpowers-path /home/mozilla/firefoxes/nightly/linux64/tests/steeplechase/specialpowers --prefs-file /home/mozilla/firefoxes/nightly/linux64/tests/steeplechase/prefs_general.js --signalling-server $SIGNALLING_SERVER --html-manifest /home/mozilla/firefoxes/nightly/linux64/tests/steeplechase/tests/steeplechase.ini --host1 $WIN81_64_1:20701 --host2 $UBUNTU14_64_2:20701</command>
|
||||||
|
</hudson.tasks.Shell>
|
||||||
|
</builders>
|
||||||
|
<publishers>
|
||||||
|
<hudson.plugins.emailext.ExtendedEmailPublisher plugin="email-ext@2.38.2">
|
||||||
|
<recipientList>$DEFAULT_RECIPIENTS</recipientList>
|
||||||
|
<configuredTriggers>
|
||||||
|
<hudson.plugins.emailext.plugins.trigger.FailureTrigger>
|
||||||
|
<email>
|
||||||
|
<recipientList></recipientList>
|
||||||
|
<subject>$PROJECT_DEFAULT_SUBJECT</subject>
|
||||||
|
<body>$PROJECT_DEFAULT_CONTENT</body>
|
||||||
|
<recipientProviders>
|
||||||
|
<hudson.plugins.emailext.plugins.recipients.ListRecipientProvider/>
|
||||||
|
</recipientProviders>
|
||||||
|
<attachmentsPattern></attachmentsPattern>
|
||||||
|
<attachBuildLog>false</attachBuildLog>
|
||||||
|
<compressBuildLog>false</compressBuildLog>
|
||||||
|
<replyTo>$PROJECT_DEFAULT_REPLYTO</replyTo>
|
||||||
|
<contentType>project</contentType>
|
||||||
|
</email>
|
||||||
|
</hudson.plugins.emailext.plugins.trigger.FailureTrigger>
|
||||||
|
<hudson.plugins.emailext.plugins.trigger.FixedTrigger>
|
||||||
|
<email>
|
||||||
|
<recipientList></recipientList>
|
||||||
|
<subject>$PROJECT_DEFAULT_SUBJECT</subject>
|
||||||
|
<body>$PROJECT_DEFAULT_CONTENT</body>
|
||||||
|
<recipientProviders>
|
||||||
|
<hudson.plugins.emailext.plugins.recipients.ListRecipientProvider/>
|
||||||
|
</recipientProviders>
|
||||||
|
<attachmentsPattern></attachmentsPattern>
|
||||||
|
<attachBuildLog>false</attachBuildLog>
|
||||||
|
<compressBuildLog>false</compressBuildLog>
|
||||||
|
<replyTo>$PROJECT_DEFAULT_REPLYTO</replyTo>
|
||||||
|
<contentType>project</contentType>
|
||||||
|
</email>
|
||||||
|
</hudson.plugins.emailext.plugins.trigger.FixedTrigger>
|
||||||
|
<hudson.plugins.emailext.plugins.trigger.AbortedTrigger>
|
||||||
|
<email>
|
||||||
|
<recipientList></recipientList>
|
||||||
|
<subject>$PROJECT_DEFAULT_SUBJECT</subject>
|
||||||
|
<body>$PROJECT_DEFAULT_CONTENT</body>
|
||||||
|
<recipientProviders>
|
||||||
|
<hudson.plugins.emailext.plugins.recipients.ListRecipientProvider/>
|
||||||
|
</recipientProviders>
|
||||||
|
<attachmentsPattern></attachmentsPattern>
|
||||||
|
<attachBuildLog>false</attachBuildLog>
|
||||||
|
<compressBuildLog>false</compressBuildLog>
|
||||||
|
<replyTo>$PROJECT_DEFAULT_REPLYTO</replyTo>
|
||||||
|
<contentType>project</contentType>
|
||||||
|
</email>
|
||||||
|
</hudson.plugins.emailext.plugins.trigger.AbortedTrigger>
|
||||||
|
<hudson.plugins.emailext.plugins.trigger.StatusChangedTrigger>
|
||||||
|
<email>
|
||||||
|
<recipientList></recipientList>
|
||||||
|
<subject>$PROJECT_DEFAULT_SUBJECT</subject>
|
||||||
|
<body>$PROJECT_DEFAULT_CONTENT</body>
|
||||||
|
<recipientProviders>
|
||||||
|
<hudson.plugins.emailext.plugins.recipients.ListRecipientProvider/>
|
||||||
|
</recipientProviders>
|
||||||
|
<attachmentsPattern></attachmentsPattern>
|
||||||
|
<attachBuildLog>false</attachBuildLog>
|
||||||
|
<compressBuildLog>false</compressBuildLog>
|
||||||
|
<replyTo>$PROJECT_DEFAULT_REPLYTO</replyTo>
|
||||||
|
<contentType>project</contentType>
|
||||||
|
</email>
|
||||||
|
</hudson.plugins.emailext.plugins.trigger.StatusChangedTrigger>
|
||||||
|
</configuredTriggers>
|
||||||
|
<contentType>default</contentType>
|
||||||
|
<defaultSubject>$DEFAULT_SUBJECT</defaultSubject>
|
||||||
|
<defaultContent>$DEFAULT_CONTENT</defaultContent>
|
||||||
|
<attachmentsPattern></attachmentsPattern>
|
||||||
|
<presendScript>$DEFAULT_PRESEND_SCRIPT</presendScript>
|
||||||
|
<attachBuildLog>false</attachBuildLog>
|
||||||
|
<compressBuildLog>false</compressBuildLog>
|
||||||
|
<replyTo>$DEFAULT_REPLYTO</replyTo>
|
||||||
|
<saveOutput>false</saveOutput>
|
||||||
|
</hudson.plugins.emailext.ExtendedEmailPublisher>
|
||||||
|
</publishers>
|
||||||
|
<buildWrappers/>
|
||||||
|
</project>
|
Загрузка…
Ссылка в новой задаче