From Fedora Project Wiki
Description
Jenkins start/stop
Setup
- Ensure that package jenkins is installed.
How to test
- start the server: systemctl start jenkins
- open http://localhost:8080/jenkins in your web browser
- stop the server: systemctl stop jenkins
Expected Results
- you should see server's web interface in your web browser
- there shouldn't be any errors