---------------
1/5/2017 7:18:27 AM
Checking http://ci.kolmafia.us/ for the latest version of KoLMafia...
KoLmafia-17631.jar is the latest version
Attempting to download http://ci.kolmafia.us/job/Kolmafia/lastSuccessfulBuild/artifact/dist/KoLmafia-17631.jar...
Successfully downloaded http://ci.kolmafia.us/job/Kolmafia/lastSuccessfulBuild/artifact/dist/KoLmafia-17631.jar
Copying KoLmafia-17631.jar to KoLmafia-latest.jar
Deleting old version KoLmafia-17625.jar
Running KoLmafia-latest.jar...
import json
import urllib2
lastUrl = r'http://ci.kolmafia.us/job/Kolmafia/lastSuccessfulBuild'
data = json.load(urllib2.urlopen(r'%s/api/json' % lastUrl))
jarUrl = r'%s/artifact/%s' % (lastUrl, data['artifacts'][0]['relativePath'])
I would suggesting making a cron job to auto restart the server weekly.Looks like some kind of of process on the server had a memory leak and it killed Jenkins. I've gone ahead and restarted the server and it should be back up. Let me know if you have any further issues.