2023-08-29 16:27:06 +00:00

25 lines
835 B
JSON

{
"version": "2.421",
"description": "An automation server which enables developers around the world to reliably build, test, and deploy their software.",
"homepage": "https://www.jenkins.io",
"license": "MIT",
"suggest": {
"Java 11": "java/openjdk11",
"Java 17": "java/openjdk17"
},
"url": "https://get.jenkins.io/war/2.421/jenkins.war#/jenkins.jar",
"hash": "278c6d06aa0e59f4f019114011c9b4926e96f54747123a89a7bb2c1efb1c07a9",
"bin": "jenkins.jar",
"checkver": {
"url": "https://www.jenkins.io/changelog/rss.xml",
"xpath": "/rss/channel/item/title",
"regex": "Jenkins ([\\d.]+)"
},
"autoupdate": {
"url": "https://get.jenkins.io/war/$version/jenkins.war#/jenkins.jar",
"hash": {
"url": "$url.sha256"
}
}
}