Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 1.14 KB

README.adoc

File metadata and controls

13 lines (8 loc) · 1.14 KB

Apache Maven Jenkins Shared Libraries

This repository contains the Jenkins shared libraries that define the standard build process for Apache Maven subporjects.

The shared libraries rely on a definition of the per-Jenkins instance specific configuration details. The definition of those instance specific configuration details as customized for the Apache build server is hosted in maven-jenkins-env

If you want to build the Apache Maven repositories on your own Jenkins infrastructure you will need to define two shared libraries:

  1. The first shared library should be a clone of maven-jenkins-env.git with the environment specifics modified to match your own Jenkins environment

  2. The second shared library should be this shared library which defines the standard Apache Maven build process

If you would like more information on the design of this Jenkinsfile structure see Episode 4 and Episode 5 of Stephen Connolly’s "Watch Me Code" series.