I would suggesting making a cron job to auto restart the server weekly.
thank you. I will let you know if I encounter anymore issuesI found out the keepalivesetting is broken in the current version of Jenkins but should hopefully be fixed with an upcoming weekly build. In the mean time I think I've discovered a workaround let me know if you still run into problems.
thank you. I will let you know if I encounter anymore issues
where can I download your updated version with the workaround?
11/8/2020 6:03:44 PM
Checking http://ci.kolmafia.us/ for the latest version of KoLMafia...
An error occurred while downloading data from http://ci.kolmafia.us/
Exception Message: The request was aborted: Could not create SSL/TLS secure channel.
When we migrated to the new forum software I had to reinstall pretty much everything. The reason the downloader is currently not working is because it does not support SSL connections, someone who knows how to update it will need to fix that as I'm not very familiar with what this is written in. The source code seems to be attached to the original post if anyone wants to take a stab at it.Not working for me either. Jenkins also appears to have recently purged all kolmafia history, which is when the issue started.
Thank you for the explanation on what happened.When we migrated to the new forum software I had to reinstall pretty much everything. The reason the downloader is currently not working is because it does not support SSL connections, someone who knows how to update it will need to fix that as I'm not very familiar with what this is written in. The source code seems to be attached to the original post if anyone wants to take a stab at it.
Get the source from Post #103 : https://kolmafia.us/threads/automatically-download-the-newest-daily-build.2856/page-6#post-133106When we migrated to the new forum software I had to reinstall pretty much everything. The reason the downloader is currently not working is because it does not support SSL connections, someone who knows how to update it will need to fix that as I'm not very familiar with what this is written in. The source code seems to be attached to the original post if anyone wants to take a stab at it.
ServicePointManager.SecurityProtocol = (SecurityProtocolType)3072;