-
-
Notifications
You must be signed in to change notification settings - Fork 970
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Request] Add Jenkins #2851
Comments
Background service is not urgent. It will be great versions are managed and updated by scoop. |
Here is the manifest that I'm using for managing Jenkins installation as Homebrew: {
"version": "2.303.1",
"license": "MIT License",
"url": "http://mirrors.jenkins.io/war-stable/2.303.1/jenkins.war",
"homepage": "https://jenkins.io/index.html#stable",
"hash": "4aae135cde63e398a1f59d37978d97604cb595314f7041d2d3bac3f0bb32c065",
"pre_install": "\"@%JAVA_HOME%\\bin\\java %JAVA_ARGS% -jar \"\"$dir\\jenkins.war\"\" %*\" | out-file -en oem \"$dir\\jenkins.cmd\"",
"bin": "jenkins.cmd",
"suggest": {
"JDK": [
"java/oraclejdk8",
"java/openjdk11"
]
},
"checkver": {
"url": "https://updates.jenkins.io/stable/latestCore.txt",
"regex": "([\\d.]+)"
},
"autoupdate": {
"url": "http://mirrors.jenkins.io/war-stable/$version/jenkins.war",
"hash": {
"url": "http://mirrors.jenkins.io/war-stable/$version/jenkins.war.sha256"
}
}
} Hope this help |
For hash you can use $url.sha256 as well |
Why openjdk11? It would not work with openjdk17 for example or latest OpenJDK? |
https://www.jenkins.io/doc/administration/requirements/java/ |
I'm not sure what could be harsh with Windows but hombrew already has a formula for the Jenkins.
See,
Can anybody please add Jenkins to scoop?
The text was updated successfully, but these errors were encountered: