From Fedora Project Wiki

Revision as of 07:57, 2 September 2014 by Msrb (talk | contribs) (Created page with "{{QA/Test_Case |description= Plugins |setup= # Ensure that Jenkins is running. # Install Maven ("yum install maven") |actions= # go to http://localhost:8080/configure and in ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Plugins

Setup

  1. Ensure that Jenkins is running.
  2. Install Maven ("yum install maven")

How to test

  1. go to http://localhost:8080/configure and in "Maven" section click "Add Maven"
  2. specify name of this installation: "system"
  3. uncheck "Install automatically"
  4. set MAVEN_HOME to "/usr/share/maven/"
  5. click "Save"
  6. go to http://localhost:8080/view/All/newJob and create new item
    1. name: "mavenproject1"
    2. project type: "Build a maven project"
  7. click OK
  8. in "Source Code Management" choose "git"
  9. "Repository URL" is "https://github.com/jenkinsci/lib-task-reactor.git"
  10. click "Save" and "Build Now"

Expected Results

  1. there should be no failures or stacktraces printed on the screen
  2. the build should finish successfully (blue ball in history)