getDiffWithSkeleton

fun getDiffWithSkeleton(osDistro: OSDockerfile = DefaultDistro.OS, excludeFromProvided: Boolean): Pipeline

A Diff With Skeleton pipeline which ignores one file.

Parameters

excludeFromProvided

Whether to exclude provided files for the diff operation. When set to true, files that are in all of submission, skeleton, and provided folders are not treated as an error, as those files will be overwritten by the provided files in a later stage.