From Fedora Project Wiki

No edit summary
No edit summary
 
Line 3: Line 3:


|setup=
|setup=
# Ensure that the package <code>jenkins</code> is installed.
# Ensure that the package <code>jenkins</code> is installed and version is 1.581:
#* rpm -q jenkins
|actions=
|actions=
# start Jenkins: <code>systemctl start jenkins</code>
# start Jenkins: <code>systemctl start jenkins</code>
# open http://localhost:8080/jenkins in your web browser
# open http://localhost:8080 in your web browser
# try to click around for awhile, inspect menus, ...
# try to click around for awhile, inspect menus, ...
# stop Jenkins: <code>systemctl stop jenkins</code>
# stop Jenkins: <code>systemctl stop jenkins</code>
|results=
|results=
# you should be able to use Jenkins web interface without any problems
# 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
# there shouldn't be any error messages or stacktraces printed on a screen
}}
}}

Latest revision as of 04:51, 30 September 2014

Description

Starting and stopping Jenkins service.

Setup

  1. Ensure that the package jenkins is installed and version is 1.581:
    • rpm -q jenkins

How to test

  1. start Jenkins: systemctl start jenkins
  2. open http://localhost:8080 in your web browser
  3. try to click around for awhile, inspect menus, ...
  4. stop Jenkins: systemctl stop jenkins

Expected Results

  1. you should be able to use Jenkins web interface without any problems
  2. there shouldn't be any error messages or stacktraces printed on a screen