vyos-build/vars/README.md
Christian Poessinger 7ab2724c33 Jenkins: initial support for shared build libraries
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, but also increases maintainability by
several magnitudes.
2020-06-20 23:11:56 +02:00

7 lines
273 B
Markdown

# 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.