Previously, output-path was hard-coded to /tmp/pipeline-parameters.json, but it's exposed as a parameter in set-parameters. This PR exposes the output-path as a parameter of the filter job.
This more easily enables having multiple "generate config" jobs for complex monorepos without each job overwriting the parameter output file.
Previously, output-path was hard-coded to
/tmp/pipeline-parameters.json
, but it's exposed as a parameter inset-parameters
. This PR exposes the output-path as a parameter of thefilter
job.This more easily enables having multiple "generate config" jobs for complex monorepos without each job overwriting the parameter output file.