Go to file
Stephen Connolly 724d0cc9e1 Add 'vars/jenkinsNotify.groovy' 2017-11-28 18:56:08 +00:00
vars Add 'vars/jenkinsNotify.groovy' 2017-11-28 18:56:08 +00:00
LICENSE Sync contract 2017-11-27 08:48:35 +00:00
README.md Sync contract 2017-11-27 08:48:35 +00:00

README.md

Apache Maven Jenkins Environment

This repository contains a Jenkins shared library that defines the abstraction of the Jenkins build environment from the Jenkins build definition.

The Jenkins build definition is mangaged from the shared libraries defined in maven-jenkins-lib.git

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

. The first shared library should be a clone of this shared library with the environment specifics modified to match your own Jenkins environment . The second shared library should be the maven-jenkins-lib.git that 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 my "Watch Me Code" series.