summaryrefslogtreecommitdiff
path: root/vars/getChangeSetPath.groovy
AgeCommit message (Collapse)Author
2021-06-04Jenkins: lib: echo change set path for further optimisationChristian Poessinger
Currently on repo push all jobs are build - not only the required ones. This commit aims to identify the root cause and limit the amount of CPU time used to build packages.
2020-06-23Jenkins: lib: T2625: add getChangeSetPath() functionChristian Poessinger
Retrieve the path where git should check for modified files to trigger the pipeline build or not.