|
||||||||
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) NullPointerException when sending post build emails - all triggers appear to be impacted
richard_merr...@yahoo.com (JIRA) Mon, 07 Jan 2013 12:59:57 -0800
- [JIRA] (JENKINS-16163) NullPointerExcepti... richard_merr...@yahoo.com (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... richard_merr...@yahoo.com (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... richard_merr...@yahoo.com (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... slide.o....@gmail.com (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... richard_merr...@yahoo.com (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... slide.o....@gmail.com (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... richard_merr...@yahoo.com (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... slide.o....@gmail.com (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... richard_merr...@yahoo.com (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... slide.o....@gmail.com (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... richard_merr...@yahoo.com (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... slide.o....@gmail.com (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... richard_merr...@yahoo.com (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... slide.o....@gmail.com (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... richard_merr...@yahoo.com (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... slide.o....@gmail.com (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... richard_merr...@yahoo.com (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... slide.o....@gmail.com (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... richard_merr...@yahoo.com (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... slide.o....@gmail.com (JIRA)
- [JIRA] (JENKINS-16163) NullPointerExcepti... richard_merr...@yahoo.com (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="subversion@1.44" 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="mailer@1.4">
<recipients>richard.merr...@hp.com</recipients>
<dontNotifyEveryUnstableBuild>false</dontNotifyEveryUnstableBuild>
<sendToIndividuals>false</sendToIndividuals>
</hudson.tasks.Mailer>
</publishers>
<buildWrappers/>
</project>