Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(jenkins): Allow to specify a VCS path for configuration
For cases where ORT configuration for different projects is managed in different paths of a single repository, allow to specify the path. This allows to easily maintain a layout like root | +- license-classifications.yml | +- project-a | | | +- evaluator.rules.kts | | | +- license-classifications.yml -> ../license-classifications.yml | +- project-b | +- evaluator.rules.kts | +- license-classifications.yml -> ../license-classifications.yml with complete configuration in project-specific directories and common configuration symbolically linked into those directories. Signed-off-by: Sebastian Schuberth <[email protected]>
- Loading branch information