Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

#+title: Minimal Jenkins config
#+author: Kaushal Modi

A 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~