|
||||||||
|
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 |
||||||||
- [JIRA] (JENKINS-16163) NullPointerExcepti... [email protected] (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... [email protected] (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... [email protected] (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... [email protected] (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... [email protected] (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... [email protected] (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... [email protected] (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... [email protected] (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... [email protected] (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... [email protected] (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... [email protected] (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... [email protected] (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... [email protected] (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... [email protected] (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... [email protected] (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... [email protected] (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... [email protected] (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... [email protected] (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... [email protected] (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... [email protected] (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... [email protected] (JIRA)

Here's the xml (can't fit everything in a screenshot):
<?xml version="1.0" encoding="UTF-8"?>
-<project> <actions/> <description>Continuous build for Dummy project</description>
<keepDependencies>false</keepDependencies>
<properties/>
-<scm plugin="[email protected]" class="hudson.scm.SubversionSCM">
-<locations> -<hudson.scm.SubversionSCM_-ModuleLocation> <remote>https://server.domain.net:8443/svn/TheCode/trunk/G9</remote>
<local>.</local> </hudson.scm.SubversionSCM_-ModuleLocation> </locations>
<excludedRegions/> <includedRegions/> <excludedUsers/> <excludedRevprop/> <excludedCommitMessages/>
<workspaceUpdater class="hudson.scm.subversion.UpdateUpdater"/>
<ignoreDirPropChanges>false</ignoreDirPropChanges> </scm> <canRoam>true</canRoam>
<disabled>false</disabled>
<blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
<blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
-<triggers class="vector"> -<hudson.triggers.SCMTrigger>
<spec>#check every hour and launch the build if there was a change. 0 * * * *</spec> <ignorePostCommitHooks>false</ignorePostCommitHooks>
</hudson.triggers.SCMTrigger> </triggers>
<concurrentBuild>false</concurrentBuild>
-<builders>
-<hudson.tasks.BatchFile>
<command>del Build\Dummy\DEBUG_VS2008\FV*.f* codebuild.bat -P Dummy --UDRIVE</command>
</hudson.tasks.BatchFile>
-<hudson.tasks.BatchFile>
<command>C:\Jenkins\Test_Scripts\Dummy_Test_Script.bat</command>
</hudson.tasks.BatchFile>
</builders>
-<publishers>
-<hudson.tasks.ArtifactArchiver>
<artifacts>Build\Dummy\DEBUG_VS2008\FV*.full, Build\Dummy\DEBUG_VS2008\FV*.flash</artifacts>
<latestOnly>false</latestOnly>
</hudson.tasks.ArtifactArchiver>
-<hudson.tasks.Mailer plugin="[email protected]">
<recipients>[email protected]</recipients>
<dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
<sendToIndividuals>false</sendToIndividuals>
</hudson.tasks.Mailer>
</publishers>
<buildWrappers/>
</project>