Also attempt to use https for the changelog
This commit is contained in:
parent
30e41fb320
commit
a0581b5eae
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue