Also attempt to use https for the changelog

This commit is contained in:
Adubbz 2018-11-26 12:55:38 +11:00 committed by GitHub
parent 30e41fb320
commit a0581b5eae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@ import groovy.io.FileType
task changelog(type: JenkinsChangelog) {
def buildNumber = "${System.getenv().BUILD_NUMBER}"
serverRoot = 'http://ci.jenkins.minecraftforge.net/'
serverRoot = 'https://ci.jenkins.minecraftforge.net/'
jobName = 'BiomesOPlenty'
authName = 'console_script'
authPassword = 'dc6d48ca20a474beeac280a9a16a926e'