I need to create a Build Server in CentOS 6.4 Minimal I sucessfully installed:
- Java compiler (OpenJDK 1.7.0)
- Git or Mercurial
- Maven
- Jenkins
Now I need to to the following:
At given intervals (eg daily at midnight) is the latest revision in the version control system (tip, HEAD, ...) compiled with Maven. In addition, Java Docs and packages (jar, war) need to be created.
Then Jenkins with all tests conducted and reported.
- Make sure there is a report of previous builds
- Ensure that the Java Docs and packages can be downloaded (jars, wars, ...) of the latest build
I can't use a GUI on CentOS Minimal so I need to configure the job in xml files? Could please someone show me the way... I'm not a linux server guru.