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
- Ensure that Jenkins is running.
How to test
- go to http://localhost:8080/pluginManager/available and mark following plugins for installation:
- Maven Project Plugin
- Git Plugin
- ChuckNorris Plugin
- click on "Download now and install after restart"
- click on "Restart Jenkins when installation is complete and no jobs are running"
- wait until Jenkins is running again
- go to http://localhost:8080/job/project1/configure and from "Add post-build action" drop-down menu choose "Activate Chuck Norris"
- click "Save"
- you should see a Chuck Norris joke under the "Disable Project" button
Expected Results
- 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"