Alex Earl commented on Bug JENKINS-17838

I just tried this again, it looks like because I am running under the Netbeans debugger it causes an issue with running the Maven. When I just run (without the debugger) I am still not able to reproduce this issue with the Maven job. I get the following output in the email that is sent to me.

Started by user anonymous
Building in workspace /home/USER/Projects/email-ext-plugin/work/workspace/JENKINS-17838
No emails were triggered.
Parsing POMs
[JENKINS-17838] $ java -cp /home/USER/Projects/email-ext-plugin/./work/plugins/maven-plugin/WEB-INF/lib/maven3-agent-1.2.jar:/home/USER/Projects/email-ext-plugin/work/tools/hudson.tasks.Maven_MavenInstallation/Default/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /home/USER/Projects/email-ext-plugin/work/tools/hudson.tasks.Maven_MavenInstallation/Default /home/USER/Projects/email-ext-plugin/target/work/webapp/WEB-INF/lib/remoting-2.23.jar /home/USER/Projects/email-ext-plugin/./work/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-1.2.jar 47250
<===[JENKINS REMOTING CAPACITY]===>   channel started
log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.converters.BooleanConverter).
log4j:WARN Please initialize the log4j system properly.
Executing Maven:  -B -f /home/USER/Projects/email-ext-plugin/work/workspace/JENKINS-17838/pom.xml test
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building foo 1.0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ foo ---
[debug] execute contextualize
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/USER/Projects/email-ext-plugin/work/workspace/JENKINS-17838/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ foo ---
[INFO] No sources to compile
[INFO] [debug] execute contextualize
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/USER/Projects/email-ext-plugin/work/workspace/JENKINS-17838/src/test/resources

[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ foo ---
[INFO] [INFO] No sources to compile

[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ foo ---
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ foo ---
[INFO] No tests to run.
[INFO] Surefire report directory: /home/USER/Projects/email-ext-plugin/work/workspace/JENKINS-17838/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.681s
[INFO] Finished at: Wed May 15 04:37:41 MST 2013
[INFO] Final Memory: 8M/59M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving /home/USER/Projects/email-ext-plugin/work/workspace/JENKINS-17838/pom.xml to /home/USER/Projects/email-ext-plugin/work/jobs/JENKINS-17838/modules/foo$foo/builds/2013-05-15_04-37-27/archive/foo/foo/1.0/foo-1.0.pom
Waiting for Jenkins to finish collecting data
channel stopped
Email was triggered for: Success
Sending email for trigger: Success

All done success!
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