Re: Running Leiningen inside Jenkins CI server

2013-11-01 Thread Simon Brooke
Thank you, that answer was correct and complete in every detail. Very grateful! On Friday, 1 November 2013, Jason Bennett wrote: > Assuming you installed this plugin: > https://wiki.jenkins-ci.org/display/JENKINS/leiningen+plugin you need to > configure it. > > Make sure that lein is installed i

Re: Running Leiningen inside Jenkins CI server

2013-11-01 Thread Jason Bennett
Assuming you installed this plugin: https://wiki.jenkins-ci.org/display/JENKINS/leiningen+plugin you need to configure it. Make sure that lein is installed in a place that Jenkins can get to. You should probably log into the box, su to jenkins, and run the lein install procedure. Then, go to t

Running Leiningen inside Jenkins CI server

2013-11-01 Thread Simon Brooke
I've installed Jenkins 1.537 on Debian 6, using Tomcat 6 as a servlet container; brief note about the installation here: http://blog.journeyman.cc/2013/11/getting-jenkins-ci-running-on-debian-6.html Now, I'm trying to get it to run Leiningen and currently it isn't working. What I'm getting is