2025-06-24 16:30:03 +00:00

25 lines
835 B
JSON

{
"version": "2.516",
"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.516/jenkins.war#/jenkins.jar",
"hash": "c280303e33fec806a2ca14682da7f8ee9e1de4ff989ca359b2c4f2f4c6ee6034",
"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"
}
}
}