Tag your pipeline runs
Last updated
Last updated
You can specify tags for your pipeline runs in the following places
in the configuration file:
in code on the @pipeline
decorator or using the with_options
method:
If you now run this pipeline, tags from all these places will be merged and applied to the pipeline run.