mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
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.
7 lines
273 B
Markdown
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.
|