semaphore
semaphore copied to clipboard
Azure DevOps repository parsing
Ran into this trying to use an Azure DevOps repo. It looks like something is checking the format of the url and sees the :v3 as a port instead of part of the url.
Version: 2.9.4 (snap)
I noticed https://github.com/ansible-semaphore/semaphore/issues/1199 while looking for an answer. I see this user did not include the ssh:// in front. I tried that as a test and get the same issue he describes. Unfortunately, I am using the snap and there are no old versions available when I use
snap info semaphore
I also found the following in the release notes of 2.8.90. I tried both go_git and cmd_git with no luck.
{ "git_client": "go_git", }
I also tested the 2.9.45/beta snap with no luck
I moved to the latest Docker, and everything works. Appears to just be an issue with the Snap.
Hi @cbrookins
for Snap only { "git_client": "go_git", } available. Because the snap doesn't include git app.
Perhaps this problem related to gogit library.
@fiftin or is it because Snap is so damn old? The last Snap release is 2.9.4 released in september last year. Edit: Only beta/edge channels got a more current version, but OP said he is using 2.9.4.