On Tue, Jun 5, 2012 at 1:39 PM, Steve Berg <steven.b...@verizon.com> wrote: > 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.)
The command to execute would depend on the language and type of build job. For the general case you can supply a shell script with whatever commands you need in the same way batch files might be used in windows. For a C program 'make' might be all you need, or java might have an ant build. -- Les Mikesell lesmikes...@gmail.com