From Fedora Project Wiki
Description
Plugins
Setup
- Ensure that Jenkins is running.
- Install Maven ("yum install maven")
How to test
- go to http://localhost:8080/configure and in "Maven" section click "Add Maven"
- specify name of this installation: "system"
- uncheck "Install automatically"
- set MAVEN_HOME to "/usr/share/maven/"
- click "Save"
- go to http://localhost:8080/view/All/newJob and create new item
- name: "mavenproject1"
- project type: "Build a maven project"
- click OK
- in "Source Code Management" choose "git"
- "Repository URL" is "https://github.com/jenkinsci/lib-task-reactor.git"
- click "Save" and "Build Now"
Expected Results
- there should be no failures or stacktraces printed on the screen
- the build should finish successfully (blue ball in history)