This is an automated email from the ASF dual-hosted git repository. stephenc pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-jenkins-lib.git
The following commit(s) were added to refs/heads/master by this push: new e4e74b1 Ooops forgot to add Readme e4e74b1 is described below commit e4e74b1dc5b288b3c741bafaaceb23f0dc697f8d Author: Stephen Connolly <stephen.alan.conno...@gmail.com> AuthorDate: Sun Nov 26 22:32:55 2017 +0000 Ooops forgot to add Readme --- README.adoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.adoc b/README.adoc index e69de29..1588a52 100644 --- a/README.adoc +++ b/README.adoc @@ -0,0 +1,13 @@ +== 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 https://gitbox.apache.org/repos/asf?p=maven-jenkins-env.git[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: + +. The first shared library should be a clone of https://gitbox.apache.org/repos/asf?p=maven-jenkins-env.git[maven-jenkins-env.git] with the environment specifics modified to match your own Jenkins environment +. 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 https://www.youtube.com/watch?v=s4w8BX3xi4M[Episode 4] and https://www.youtube.com/watch?v=vfAzhVDxOOk[Episode 5] of Stephen Connolly's "Watch Me Code" series. -- To stop receiving notification emails like this one, please contact ['"commits@maven.apache.org" <commits@maven.apache.org>'].