On Sun, Feb 26, 2012 at 7:09 AM, Ted Jansen <themcproject...@gmail.com> wrote: > > This may be a noob question. > How can i build a jar file from jenkins from the workspace folder of a > project? >
Jenkins doesn't build something in 'your' workspace folder. You commit to a version control system, and jekins automates checking out its own copy, generally on different machines, and running whatever command you would use to do the build. That is, it doesn't supply the build tools or commands, it just runs them for you. -- Les Mikesell lesmikes...@gmail.com