From Fedora Project Wiki

(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 ...")
 
No edit summary
Line 7: Line 7:
# go to http://localhost:8080/pluginManager/available and mark following plugins for installation:
# go to http://localhost:8080/pluginManager/available and mark following plugins for installation:
## Maven Project Plugin
## Maven Project Plugin
## Git Plugin
## ChuckNorris Plugin
## ChuckNorris Plugin
# click on "Download now and install after restart"
# click on "Download now and install after restart"
Line 16: Line 17:
|results=
|results=
# there should be no failures or stacktraces printed on stdout/stderr/screen
# there should be no failures or stacktraces printed on stdout/stderr/screen
# "jenkins-cli -s http://localhost:8080/ list-plugins" should print, among others, also "Maven Project Plugin" and "ChuckNorris Plugin"
# "jenkins-cli -s http://localhost:8080/ list-plugins" should print, among others, also "Maven Project Plugin", "Git Plugin" and "ChuckNorris Plugin"
}}
}}

Revision as of 07:37, 2 September 2014

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. Git Plugin
    3. 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", "Git Plugin" and "ChuckNorris Plugin"