From Fedora Project Wiki

Revision as of 13:26, 1 September 2014 by Msrb (talk | contribs) (Created page with "{{QA/Test_Case |description= Jenkins start/stop |setup= # Ensure that package jenkins is installed. |actions= # start the server: systemctl start jenkins # open http://localh...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Jenkins start/stop

Setup

  1. Ensure that package jenkins is installed.

How to test

  1. start the server: systemctl start jenkins
  2. open http://localhost:8080/jenkins in your web browser
  3. stop the server: systemctl stop jenkins

Expected Results

  1. you should see server's web interface in your web browser
  2. there shouldn't be any errors