integrating go-git-providers with a library like jenkins/go-scm to increase the number of supported git providers #3292
-
Heya I would like to ask whether integrating go-git-providers with a library like jenkins/go-scm would be a solution that you would like to explore in order to increase the number of supported git providers. An initial discovery of how this would look like could be seen in this pr Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey Eneko, Thanks for the suggestion. We think that pursuing a solution that utilises jenkins-x/go-scm is not optimal because:
We (currently) lack support of Gitea and Azure Devops but we prefer to put our efforts on adding support for those providers through SDKs (where possible) than introducing Hope the above makes sense. |
Beta Was this translation helpful? Give feedback.
-
Thanks, @yiannistri for taking the time to look at my suggestion and the reply. I could totally understand your point as maintainers. |
Beta Was this translation helpful? Give feedback.
Hey Eneko,
Thanks for the suggestion. We think that pursuing a solution that utilises jenkins-x/go-scm is not optimal because:
go-scm
that itself targets the different git providers. After all, go-git-providers is itself an abstraction.go-scm
provides a smaller subset of features.We (currently) lack support of Gitea and Azure Devops but we prefer to put our efforts on adding su…