Add jenkins/jenkins-lts (#3215)

* jenkins-lts: Add version 2.319.2

* jenkins: Add version 2.330

* desc.

* suggests
This commit is contained in:
HUMORCE 2022-01-20 12:03:31 +08:00 committed by GitHub
parent efffac3ba0
commit 86ff346cdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 48 additions and 0 deletions

24
bucket/jenkins-lts.json Normal file
View File

@ -0,0 +1,24 @@
{
"version": "2.319.2",
"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 8": "java/oraclejre8",
"Java 11": "java/openjdk11"
},
"url": "https://get.jenkins.io/war-stable/2.319.2/jenkins.war#/jenkins.jar",
"hash": "020c8db10469e20e22e68c81e7e83bf35ccb6a435b712c4b643851949e75a553",
"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"
}
}
}

24
bucket/jenkins.json Normal file
View File

@ -0,0 +1,24 @@
{
"version": "2.330",
"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.330/jenkins.war#/jenkins.jar",
"hash": "7cf5fd643a23aa55c9c58452d9ee0eac9efc7ba89f172ab0e669d31f910731a1",
"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"
}
}
}