Skip to content

Jenkins

Jenkins

CI/CD agent for pipelines. Installs core + plugins for builds/testing.

Lab Environment Only

This tool is intended for ephemeral, short-lived lab environments and is not hardened for production use.

System Requirements

This script is designed for Ubuntu LTS and derivatives (Linux Mint, Pop!_OS). Other distributions (RHEL, Fedora, Debian, ARM) are not supported.

Installation Command

curl -sL https://raw.githubusercontent.com/ibtisam-iq/infra-bootstrap/main/scripts/components/jenkins-setup.sh | sudo bash

What It Installs

  • Jenkins core (latest LTS).

Verify

java -jar jenkins.war --version  # e.g., Jenkins 2.426.x
sudo systemctl status jenkins  # Active

Post-Installation Verification

After installation completes, it is recommended to:

  1. Validate the installed version
  2. Ensure the service is running (if applicable)
  3. Confirm CLI availability
  4. Run a basic operational command

Official Docs: jenkins.io/doc/book/installing


Last update: January 21, 2026 11:27:57 PM