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

25 lines
835 B
JSON

{
"version": "2.412",
"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 8": "java/oraclejre8",
"Java 11": "java/openjdk11"
},
"url": "https://get.jenkins.io/war/2.412/jenkins.war#/jenkins.jar",
"hash": "a54e3f1f70e95954f57e169dbc53207f062a67c48b8d14b8f94a640215e3847a",
"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"
}
}
}