2023-03-21 20:27:03 +00:00

25 lines
835 B
JSON

{
"version": "2.396",
"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.396/jenkins.war#/jenkins.jar",
"hash": "d6cafd9558812f7abf1b3cc5a1c7fa5e91afe148731a5a4b41befa0e23a35e30",
"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"
}
}
}