Skip to content
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

Closed
onacit opened this issue Aug 30, 2021 · 5 comments · Fixed by #3215
Closed

[Request] Add Jenkins #2851

onacit opened this issue Aug 30, 2021 · 5 comments · Fixed by #3215
Labels
help-wanted Extra attention is needed package-request requesting new package

Comments

@onacit
Copy link

onacit commented Aug 30, 2021

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?

@onacit
Copy link
Author

onacit commented Aug 30, 2021

Background service is not urgent. It will be great versions are managed and updated by scoop.

@PeeZu
Copy link

PeeZu commented Sep 2, 2021

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

@rashil2000 rashil2000 transferred this issue from ScoopInstaller/Scoop Oct 29, 2021
@rashil2000 rashil2000 added help-wanted Extra attention is needed package-request requesting new package labels Oct 29, 2021
@pratikpc
Copy link
Contributor

pratikpc commented Nov 5, 2021

For hash you can use $url.sha256 as well

@pratikpc
Copy link
Contributor

pratikpc commented Nov 5, 2021

Why openjdk11?

It would not work with openjdk17 for example or latest OpenJDK?

@PeeZu
Copy link

PeeZu commented Nov 5, 2021

Why openjdk11?

It would not work with openjdk17 for example or latest OpenJDK?

https://www.jenkins.io/doc/administration/requirements/java/

@rashil2000 rashil2000 changed the title Add Jenkins [Request] Add Jenkins Dec 7, 2021
@HUMORCE HUMORCE mentioned this issue Jan 19, 2022
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help-wanted Extra attention is needed package-request requesting new package
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants