summaryrefslogtreecommitdiff
path: root/vars/getChangeSetPath.groovy
AgeCommit message (Collapse)Author
2021-06-06Jenkins: 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.
2021-06-05Revert "Jenkins: lib: echo change set path for further optimisation"Christian Poessinger
This reverts commit 24804b2e00866486d4b16e727a25fc43185e8762.
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.