<?xml version='1.0' encoding='UTF-8'?>
<project>
<actions/>
<description></description>
<logRotator>
<daysToKeep>-1</daysToKeep>
<numToKeep>200</numToKeep>
<artifactDaysToKeep>-1</artifactDaysToKeep>
<artifactNumToKeep>50</artifactNumToKeep>
</logRotator>
<keepDependencies>false</keepDependencies>
<properties>
<hudson.queueSorter.PrioritySorterJobProperty plugin="[email protected]">
<priority>110</priority>
</hudson.queueSorter.PrioritySorterJobProperty>
<hudson.plugins.throttleconcurrents.ThrottleJobProperty plugin="[email protected]">
<maxConcurrentPerNode>0</maxConcurrentPerNode>
<maxConcurrentTotal>0</maxConcurrentTotal>
<throttleEnabled>false</throttleEnabled>
<throttleOption>project</throttleOption>
</hudson.plugins.throttleconcurrents.ThrottleJobProperty>
</properties>
<scm class="hudson.plugins.cloneworkspace.CloneWorkspaceSCM" plugin="[email protected]">
<parentJobName>ContestContinuous</parentJobName>
<criteria>Not Failed</criteria>
</scm>
<assignedNode>unit-tests</assignedNode>
<canRoam>false</canRoam>
<disabled>false</disabled>
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
<triggers class="vector"/>
<concurrentBuild>false</concurrentBuild>
<customWorkspace>${WORKSPACE_D}\${JOB_NAME}</customWorkspace>
<builders>
<hudson.tasks.BatchFile>
<command>cd %WORKSPACE%\ContestContinuous\contest_sw
rd /s /q TestResults%JOB_NAME%
MKDIR TestResults%JOB_NAME%

UnitTest.bat %JOB_NAME% /resultsfile:TestResults%JOB_NAME%%JOB_NAME%.trx
</command>
</hudson.tasks.BatchFile>
</builders>
<publishers>
<hudson.tasks.ArtifactArchiver>
<artifacts>ContestContinuous\contest_sw\TestResults\${JOB_NAME}*.trx, ContestContinuous\contest_sw\TestResults\${JOB_NAME}*\Out\Logs*</artifacts>
<latestOnly>false</latestOnly>
</hudson.tasks.ArtifactArchiver>
<org.jvnet.hudson.plugins.groovypostbuild.GroovyPostbuildRecorder plugin="[email protected]">
<groovyScript>def builton = manager.build.getBuiltOnStr()
if (builton == "") { builton = "master" }
manager.addShortText(builton + ", " + manager.build.getTimestampString()+ ", ", "grey", "white", "0px", "white")</groovyScript>
<behavior>0</behavior>
</org.jvnet.hudson.plugins.groovypostbuild.GroovyPostbuildRecorder>
<xunit plugin="[email protected]">
<types>
<MSTestJunitHudsonTestType>
<pattern>ContestContinuous\contest_sw\TestResults\${JOB_NAME}\${JOB_NAME}.trx</pattern>
<failIfNotNew>true</failIfNotNew>
<deleteOutputFiles>true</deleteOutputFiles>
<stopProcessingIfError>false</stopProcessingIfError>
</MSTestJunitHudsonTestType>
</types>
<thresholds>
<org.jenkinsci.plugins.xunit.threshold.FailedThreshold>
<unstableThreshold></unstableThreshold>
<unstableNewThreshold></unstableNewThreshold>
<failureThreshold></failureThreshold>
<failureNewThreshold></failureNewThreshold>
</org.jenkinsci.plugins.xunit.threshold.FailedThreshold>
<org.jenkinsci.plugins.xunit.threshold.SkippedThreshold>
<unstableThreshold></unstableThreshold>
<unstableNewThreshold></unstableNewThreshold>
<failureThreshold></failureThreshold>
<failureNewThreshold></failureNewThreshold>
</org.jenkinsci.plugins.xunit.threshold.SkippedThreshold>
</thresholds>
<thresholdMode>0</thresholdMode>
</xunit>
<hudson.tasks.Fingerprinter>
<targets>Bin\Debug\CommonTypes.dll</targets>
<recordBuildArtifacts>true</recordBuildArtifacts>
</hudson.tasks.Fingerprinter>
<hudson.plugins.emailext.ExtendedEmailPublisher plugin="[email protected]">
<recipientList>[email protected]</recipientList>
<configuredTriggers>
<hudson.plugins.emailext.plugins.trigger.FailureTrigger>
<email>
<recipientList>[email protected]</recipientList>
<subject>$PROJECT_DEFAULT_SUBJECT</subject>
<body>$PROJECT_DEFAULT_CONTENT</body>
<sendToDevelopers>false</sendToDevelopers>
<sendToRequester>false</sendToRequester>
<includeCulprits>false</includeCulprits>
<sendToRecipientList>true</sendToRecipientList>
<attachmentsPattern></attachmentsPattern>
<attachBuildLog>false</attachBuildLog>
<replyTo></replyTo>
</email>
</hudson.plugins.emailext.plugins.trigger.FailureTrigger>
<hudson.plugins.emailext.plugins.trigger.StillFailingTrigger>
<email>
<recipientList></recipientList>
<subject>$PROJECT_DEFAULT_SUBJECT</subject>
<body>$PROJECT_DEFAULT_CONTENT</body>
<sendToDevelopers>false</sendToDevelopers>
<sendToRequester>false</sendToRequester>
<includeCulprits>true</includeCulprits>
<sendToRecipientList>true</sendToRecipientList>
<attachmentsPattern></attachmentsPattern>
<attachBuildLog>false</attachBuildLog>
<replyTo></replyTo>
</email>
</hudson.plugins.emailext.plugins.trigger.StillFailingTrigger>
<hudson.plugins.emailext.plugins.trigger.FixedTrigger>
<email>
<recipientList>[email protected]</recipientList>
<subject>$PROJECT_DEFAULT_SUBJECT</subject>
<body>$PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUS:

Check console output at $BUILD_URL to view the results.

**********************************************************
Changes since last success:
**********************************************************

${CHANGES_SINCE_LAST_SUCCESS, showPaths=true, pathformat="%p"}</body>
<sendToDevelopers>false</sendToDevelopers>
<sendToRequester>false</sendToRequester>
<includeCulprits>false</includeCulprits>
<sendToRecipientList>true</sendToRecipientList>
<attachmentsPattern></attachmentsPattern>
<attachBuildLog>false</attachBuildLog>
<replyTo></replyTo>
</email>
</hudson.plugins.emailext.plugins.trigger.FixedTrigger>
</configuredTriggers>
<contentType>default</contentType>
<defaultSubject>$DEFAULT_SUBJECT</defaultSubject>
<defaultContent>$PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUS:

Check console output at $BUILD_URL to view the results.


**********************************************************
Failed Tests:
**********************************************************

${BUILD_LOG_REGEX, regex="\\b(Failed)\\b", showTruncatedLines=false}


**********************************************************
Changes since last success:
**********************************************************

${CHANGES_SINCE_LAST_SUCCESS, showPaths=true, pathformat="%p"}</defaultContent>
<attachmentsPattern></attachmentsPattern>
<presendScript></presendScript>
<attachBuildLog>false</attachBuildLog>
<replyTo></replyTo>
</hudson.plugins.emailext.ExtendedEmailPublisher>
<hudson.plugins.ws__cleanup.WsCleanup plugin="[email protected]">
<deleteDirs>false</deleteDirs>
<skipWhenFailed>false</skipWhenFailed>
</hudson.plugins.ws__cleanup.WsCleanup>
</publishers>
<buildWrappers>
<hudson.plugins.timestamper.TimestamperBuildWrapper plugin="[email protected]"/>
</buildWrappers>
</project>

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to