Re: Storing artifacts on file server (Mac+Win)

2016-05-27 Thread Joen Joensen
Thanks Thomas I'm aware that an artifact repository is a good thing, however our projects compile straight off git without grabbing any external dependencies. So we're only looking to store the builds on a network device. >> I think you can find the answer to your specific question here

Re: Storing artifacts on file server (Mac+Win)

2016-05-26 Thread Thomas Zoratto
I keep this conversation here to possibly help other people with a similar question. --- It's not the only way but it's the cleanest way in my opinion when you have enough artifacts to fill your hard drive. I think the way you integrate the artifact repository with Jenkins depends on your pro

Re: Storing artifacts on file server (Mac+Win)

2016-05-26 Thread Zoratto Thomas
Hi, First you should check your build's logs policy (maybe you're running out of space because of that). Then, I encourage you to use an artifact repository such as Nexus. You'll be able to store your artifacts easily. Thomas > Le 26 mai 2016 à 12:52, j...@sybogames.com a écrit : > > Hi Ex

Storing artifacts on file server (Mac+Win)

2016-05-26 Thread joen
Hi Experts, I'm having problems with our master jenkins server running out of disk space. I want to offload the builds to our file server. I'm trying to get Artifact Deployer to work but I'm unable to provide a path that will work both on mac and windows. How can I do that? Any advise is app