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

Jenkins: Added portable configuration and instructions for installing… #6251

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions bucket/jenkins-lts.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,26 @@
"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",
"notes": [
"To install a Windows Service run:",
"",
"set \"JENKINS_HOME=$dir\\home\"",
"java -jar $dir\\jenkins.jar --webroot=%JENKINS_HOME%\\war",
"",
"and follow the instructions at https://wiki.jenkins.io/display/JENKINS/Installing+Jenkins+as+a+Windows+service"
],
"suggest": {
"Java 11": "java/openjdk11",
"Java 17": "java/openjdk17"
"Java 21": "java/openjdk21"
},
"url": "https://get.jenkins.io/war-stable/2.462.3/jenkins.war#/jenkins.jar",
"hash": "3e53b52a816405e3b10ad07f1c48cd0cb5cb3f893207ef7f9de28415806b93c1",
"bin": "jenkins.jar",
"env_set": {
"JENKINS_HOME": "$dir\\home"
},
"persist": [
"home"
],
"checkver": {
"url": "https://www.jenkins.io/changelog-stable/rss.xml",
"xpath": "/rss/channel/item/title",
Expand Down
17 changes: 15 additions & 2 deletions bucket/jenkins.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,26 @@
"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",
"notes": [
"To install a Windows Service run:",
"",
"set \"JENKINS_HOME=$dir\\home\"",
"java -jar $dir\\jenkins.jar --webroot=%JENKINS_HOME%\\war",
"",
"and follow the instructions at https://wiki.jenkins.io/display/JENKINS/Installing+Jenkins+as+a+Windows+service"
],
"suggest": {
"Java 11": "java/openjdk11",
"Java 17": "java/openjdk17"
"Java 21": "java/openjdk21"
},
"url": "https://get.jenkins.io/war/2.480/jenkins.war#/jenkins.jar",
"hash": "b9cb2a0d6489805da7b0b198cdedf004f0251eb0848b6cf82128755e76b5d93d",
"bin": "jenkins.jar",
"env_set": {
"JENKINS_HOME": "$dir\\home"
},
"persist": [
"home"
],
"checkver": {
"url": "https://www.jenkins.io/changelog/rss.xml",
"xpath": "/rss/channel/item/title",
Expand Down