Thank you, Les. I'm new to Jenkins but beginning to make some progress. Yes, this is a linux system (CentOS). Where can I learn about commands to execute builds on linux? (I'll talk to our network guy about the mail service.)
On Tuesday, June 5, 2012 1:29:49 PM UTC-5, LesMikesell wrote: > 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 >