From Fedora Project Wiki
Description
Starting and stopping Jenkins service.
Setup
- Ensure that the package
jenkins
is installed.
How to test
- start Jenkins:
systemctl start jenkins
- open http://localhost:8080/jenkins in your web browser
- try to click around for awhile, inspect menus, ...
- stop Jenkins:
systemctl stop jenkins
Expected Results
- you should be able to use Jenkins web interface without any problems
- there shouldn't be any error messages, neither on screen, not in logs