Skip to content

Jenkins Shared libraries following DRY (Don't repeat yourself) principals and CI on the library itself

License

Notifications You must be signed in to change notification settings

amit-kumar-4/jenkins-dry-shared-libs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jenkins Shared Libraries - Modular pipeline as shared library

Various shared libraries for generic B&R of various archtypes. Only Maven at the moment.

You will need to add this repo as shared library in Jenkins and create multiple stages using mvn task defined in the shared library (instead of sh "mvn ...") in the Jenkins pipeline.

Good when different projects do unique steps across them and need uniquely created pipelines.

Not so good when multiple projects with same lifecycle, e.g. microservices that comprise a bigger service.

About

Jenkins Shared libraries following DRY (Don't repeat yourself) principals and CI on the library itself

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages