summaryrefslogtreecommitdiff
path: root/vars/isCustomBuild.groovy
AgeCommit message (Collapse)Author
2024-07-03T6527: remove legacy packagesChristian Breunig
(cherry picked from commit ff75b076812582f31a78aeb5d8af636ce74883dc)
2020-06-27Jenkins: lib: T2625: support PullRequest buildsChristian Poessinger
2020-06-20Jenkins: initial support for shared build librariesChristian Poessinger
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.