From Fedora Project Wiki

Revision as of 07:34, 2 September 2014 by Msrb (talk | contribs) (Created page with "{{QA/Test_Case |description= Plugins |setup= # Ensure that Jenkins is running. |actions= # go to http://localhost:8080/pluginManager/available and mark following plugins for ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Plugins

Setup

  1. Ensure that Jenkins is running.

How to test

  1. go to http://localhost:8080/pluginManager/available and mark following plugins for installation:
    1. Maven Project Plugin
    2. ChuckNorris Plugin
  2. click on "Download now and install after restart"
  3. click on "Restart Jenkins when installation is complete and no jobs are running"
  4. wait until Jenkins is running again
  5. go to http://localhost:8080/job/project1/configure and from "Add post-build action" drop-down menu choose "Activate Chuck Norris"
  6. click "Save"
    1. you should see a Chuck Norris joke under the "Disable Project" button

Expected Results

  1. there should be no failures or stacktraces printed on stdout/stderr/screen
  2. "jenkins-cli -s http://localhost:8080/ list-plugins" should print, among others, also "Maven Project Plugin" and "ChuckNorris Plugin"