mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
we can now externally control if the package should be build when a file changes. It defaults to "*" which means "always build". (cherry picked from commit 9e57b42149d25092d22fd215d4bd08f3cb089c88)
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.