summaryrefslogtreecommitdiff
path: root/vars/README.md
blob: ca2f821fdbba8357d7aae8069c15ff681c492568 (plain)
1
2
3
4
5
6
# Jenkins Build Library

Instead of writing the same code over and over again, place the common
parts into a Jenkins Library which is then consumed by every individual
build Job. This not only makes it less complex, it also increases
maintainability by several magnitudes.