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-env.git
The following commit(s) were added to refs/heads/master by this push: new 7ecbace Add readme 7ecbace is described below commit 7ecbace538f71cba9a2b96c6ddf44b83a39ab890 Author: Stephen Connolly <stephen.alan.conno...@gmail.com> AuthorDate: Sun Nov 26 22:13:32 2017 +0000 Add readme --- README.adoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.adoc b/README.adoc new file mode 100644 index 0000000..87c8656 --- /dev/null +++ b/README.adoc @@ -0,0 +1,12 @@ +== 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 mangaed from the shared libraries defined in https://gitbox.apache.org/repos/asf?p=maven-jenkins-lib.git[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 https://gitbox.apache.org/repos/asf?p=maven-jenkins-lib.git[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 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>'].