additionalContexts property

List<SourceContext>? additionalContexts
getter/setter pair

If provided, some of the source code used for the build may be found in these locations, in the case where the source repository had multiple remotes or submodules.

This list will not include the context specified in the context field.

Implementation

core.List<SourceContext>? additionalContexts;