From Fedora Project Wiki

No edit summary
No edit summary
Line 1: Line 1:
{{QA/Test_Case
{{QA/Test_Case
|description= Plugins
|description=Try to install and use plugins.


|setup=
|setup=
Line 6: Line 6:
|actions=
|actions=
# 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
#* Git Plugin
## ChuckNorris Plugin
#* ChuckNorris Plugin
# click on "Download now and install after restart"
# click on "Download now and install after restart"
# click on "Restart Jenkins when installation is complete and no jobs are running"
# check "Restart Jenkins when installation is complete and no jobs are running"
# wait until Jenkins is running again
# wait until Jenkins is up and running again
# go to http://localhost:8080/job/project1/configure and from "Add post-build action" drop-down menu choose "Activate Chuck Norris"
# go to http://localhost:8080/job/project1/configure and from "Add post-build action" drop-down menu choose "Activate Chuck Norris"
# click "Save"
# click "Save"
## you should see a Chuck Norris joke under the "Disable Project" button
#* you should see a Chuck Norris joke under the "Disable Project" button
|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", "Git Plugin" and "ChuckNorris Plugin"
# "<code>jenkins-cli -s http://localhost:8080/ list-plugins</code>" should print, among others, also "Maven Project Plugin", "Git Plugin" and "ChuckNorris Plugin"
}}
}}

Revision as of 06:34, 3 September 2014

Description

Try to install and use 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:
    • Maven Project Plugin
    • Git Plugin
    • ChuckNorris Plugin
  2. click on "Download now and install after restart"
  3. check "Restart Jenkins when installation is complete and no jobs are running"
  4. wait until Jenkins is up and 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"
    • 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"