Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaushalmodi/jenkins-minimal
Minimal Jenkins config repo
https://github.com/kaushalmodi/jenkins-minimal
config git jenkins
Last synced: about 1 month ago
JSON representation
Minimal Jenkins config repo
- Host: GitHub
- URL: https://github.com/kaushalmodi/jenkins-minimal
- Owner: kaushalmodi
- License: mit
- Created: 2022-07-15T18:26:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-15T19:51:46.000Z (over 2 years ago)
- Last Synced: 2024-07-29T19:05:03.545Z (4 months ago)
- Topics: config, git, jenkins
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+title: Minimal Jenkins config
#+author: Kaushal ModiA Jenkins config version-controlled in Git. All you need to start a
Jenkins server with the default set of plugins is to clone this repo
and run the ~run_jenkins.sh~ script.* Requirement
1. Unix type OS. This repo is tested on CentOS 7.6.1810 (<2022-07-15 Fri>)
2. Java 11.0.2
* Instructions
** To quickly run a Jenkins server
1. Run ~./run_jenkins.sh~.
2. Open ~${HOST}:8081~ URL in your browser.
3. Enter *dummy* as both username and password.
** To update the ~plugins.txt~
1. Update the plugins using the Jenkins web UI: /Manage Jenkins/ → /Manage Plugins/.
2. Run ~./update_plugins_txt.sh~