2024-10-08 16:30:49 +00:00

25 lines
835 B
JSON

{
"version": "2.480",
"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.480/jenkins.war#/jenkins.jar",
"hash": "b9cb2a0d6489805da7b0b198cdedf004f0251eb0848b6cf82128755e76b5d93d",
"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"
}
}
}