mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
25 lines
880 B
JSON
25 lines
880 B
JSON
{
|
|
"version": "2.479.1",
|
|
"description": "An automation server which enables developers around the world to reliably build, test, and deploy their software. (Long Term Support)",
|
|
"homepage": "https://www.jenkins.io",
|
|
"license": "MIT",
|
|
"suggest": {
|
|
"Java 11": "java/openjdk11",
|
|
"Java 17": "java/openjdk17"
|
|
},
|
|
"url": "https://get.jenkins.io/war-stable/2.479.1/jenkins.war#/jenkins.jar",
|
|
"hash": "dbf987b3aaab16ce20e9413b3082fa323e3724cbb64562ddb64c1e4d4f58b470",
|
|
"bin": "jenkins.jar",
|
|
"checkver": {
|
|
"url": "https://www.jenkins.io/changelog-stable/rss.xml",
|
|
"xpath": "/rss/channel/item/title",
|
|
"regex": "Jenkins ([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://get.jenkins.io/war-stable/$version/jenkins.war#/jenkins.jar",
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|