Update 'build-minecraft.jenkins'
This commit is contained in:
parent
62aefc3e52
commit
2ca4f50ba2
@ -101,7 +101,7 @@ CMD cd data; java -Xms${memoryMin} -Xmx${memoryMax} -jar ../paper-mc.jar
|
||||
paperBuild=\$(curl --silent --location --fail https://papermc.io/api/v2/projects/paper/versions/${paperVersion} | jq '.builds | max')
|
||||
paperFile=\$(curl --silent --location --fail https://papermc.io/api/v2/projects/paper/versions/${paperVersion}/builds/\${paperBuild} | jq '.downloads.application.name')
|
||||
echo https://papermc.io/api/v2/projects/paper/versions/${paperVersion}/builds/\${paperBuild}/downloads/\${paperFile}
|
||||
"""
|
||||
""",
|
||||
returnStdout: true
|
||||
).trim()
|
||||
}
|
||||
|
Reference in New Issue
Block a user