Unanswered
Hi All,
I Have Python File Build_Pipeline, That Contain Pipelinecontroller With One Step Only.
When I Try To Run The File I Get 'Build_Pipline.Py': [Errno 2] No Such File Or Directory' On The Webui.
What I Do Wrong?
Thanks!
SparklingElephant70 then use task_overrides
argument, like thistask_overrides={'script.branch': 'main', 'script.version_num': '', 'script.diff': '', 'project': Task.get_project_id(project_name=cfg[name]['base_project']), 'name': 'task-name', 'container.image': 'registry.gitlab.com/image:tag'}
there must be some schema to change script name as well
162 Views
0
Answers
3 years ago
one year ago