Setting different target_project for each step in pipeline controller · Issue #1382 · clearml/clearml · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to set the project name for each individual step/task in the pipeline controller? there is an option target_project in PipelineController, but it controls the target project for all steps in the pipeline
As a workaround, i guess one can clone the task beforehand, set it to the desired project, and base from the cloned task instead in the pipeline controller. But it would be nice to be able to do that directly from the pipeline definition.