Using Jenkins to server up maven repository

2014-12-27 Thread Tim Dudgeon
I have Jenkins deploying artifacts to a file system based maven repository (e.g. copying maven build artifacts to a part of the file system. I now want to make this accessible through http, but want to use the same Jenkins authentication rather than set up a separate HTTP server. Is there a way t

Re: Build multi-configuration project option missing in Jenkins 1.595

2014-12-27 Thread Yashodhan
Thanks! It seems just "Matrix Project Plugin" doesn't enable the option. After trying various plugin combinations, I figured out that "Matrix Project Plugin" + "JUnit Plugin" together enables *Build multi-configuration project*. This is a strange combination and makes no sense. But, it is the on

Re: Scripting language to learn

2014-12-27 Thread bl0ck3r
Scripts are great for writing process specific glue-programs and point tools. I learned Bash from the internet, but after a while I bought the O'Reilly book "Learning the bash shell", it was worth very penny and this accelerated my learning: don't waste time, buy a book. I also often find answ