On Tue, Jun 5, 2012 at 1:21 PM, Steve Berg <steven.b...@verizon.com> wrote:
> Where can I find how to understand the Console Output from a Jenkins build?
> I have this:
>
> Building in workspace /var/lib/jenkins/jobs/TestingJenkins/workspace

That looks like a linux system.

> [workspace] $ cmd /c call /tmp/hudson32454.bat
> FATAL: command execution failed
> java.io.IOException: java.io.IOException: cmd: not found

But you are trying to execute a windows batch file.

> Build step 'Execute Windows batch command' marked build as failure
> Sending e-mails to: ...
> ERROR: Could not connect to SMTP host: localhost, port: 25
> javax.mail.MessagingException: Could not connect to SMTP host: localhost,

And you don't have a working mail service to deliver the email about it.

---
   Les Mikesell
     lesmikes...@gmail.com

Reply via email to