Issue when migrating from azure devops nested templates #293
Replies: 1 comment
-
Hi, I believe I'm running into a similar issue, except the workflow references a template located in a specific subfolder of another repository within the ADO org. The migration/import process fails to resolve the template, even though the path and repository are correct and accessible. Branch references are verified. I don't believe it's a permission issue as the PATs used have full access to the ADO org. I see in the GitHub Actions docs that templates in a different ADO repo is supported by the GitHub Actions Importer. During the audit command, I see errors like:
Note how the path segment I've tried adding a credentials file that just contains a few lines of code (The ADO org url, access_token, and provider parameters), but I still run into error messages, even when specifying the "azure_devops" Do you have any suggestions or other things I could try? Is this actually a limitation of the GitHub Actions Importer, or could I be missing some additional configuration step for this scenario? Any guidance or best practices would be appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have 3 pipelines, one is the main pipeline that uses one as a template and this second one calls a third as a template ; Main -> Template 1 -> Template 2
The templates are in the same repo (in a different folder), however, I'm having issues using the automation to migrate these pipelines receiving an error that the template with the provided path doesn't exist, is there any special way I should provide the path? I've tried with relative and absolute paths but it still doesn't work. Any idea?
Beta Was this translation helpful? Give feedback.
All reactions