Skip to content

apache-archiva/maven-jenkins-lib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • Groovy 100.0%