Currently mutate step does not run the indexer but it can be queued to run by adding as a go routine in internal/pipline/steps/mutate.go. The thing to disscuss is that are we allowing yaml mutations to piplines and target files. Because the yaml mutator only allows string manipulation in yaml fields. It can not create or delete a field so that will provide very little functionality.
Still tho this capability can be useful in disabling pipelines on using other pipelines or changing trigger types or changing targets.
Currently mutate step does not run the indexer but it can be queued to run by adding as a go routine in
internal/pipline/steps/mutate.go. The thing to disscuss is that are we allowing yaml mutations to piplines and target files. Because the yaml mutator only allows string manipulation in yaml fields. It can not create or delete a field so that will provide very little functionality.Still tho this capability can be useful in disabling pipelines on using other pipelines or changing trigger types or changing targets.