-
Notifications
You must be signed in to change notification settings - Fork 92
Description
Hello Team.
Firstly I would like to appreciate for this Work Action., that would enable integration from Github actions and ADO Pipelines.
I do have a concern, in fact it throwed me a limitation.
my scenario is: I have N number of Microservices{ Facets}, where they are holding respective repos in the Github ( MS1, MS2 ,MS3 ,MS4 and repos are MS1, MS2, MS3, MS4)
and i have single azure pipeline where all these microservices are passed as parameters.
but in this action, i have observed, a limitaion that , the ADO pipeline connection is happening only, if the github repo and Azure Pipeline Repo are SAME. what if I have a single file in ADO Pipeline that work for all the REPOS.
its throwing the following error:
##[debug]pipeline is not linked to same Github repo
##[debug]Input: {
##[debug] "definition": {
##[debug] "id": 2334
##[debug] },
##[debug] "project": {
##[debug] "id": "66e74794-9916-410b-b624-07d49748bbff"
##[debug] },
##[debug] "sourceBranch": null,
##[debug] "sourceVersion": null,
##[debug] "reason": 1967,
##[debug] "parameters": "{"servicename": "hybrid", "appversion": "needs.build.outputs.build_version", "branchname": "Vamsi_Feature/Scaleset"}"
I am just giving the project URL and Pipeline name. it should be working on irrespective of the REPOS.
please suggest me if i am missing something.
Thanks.