Installation
Prerequisites:
- A machine with at least 256 MB RAM (2 GB recommended)
- At least 10 GB of free disk space
- Java 11 or Java 17 installed
- Docker installed
To download and run Jenkins:
- Download the Jenkins Generic Java .war package.
- Open a terminal in the download directory.
- Run the following command:
java -jar jenkins.war --httpPort=8080
Open your browser and go to: http://localhost:8080 Then follow the on-screen installation instructions.