semaphore icon indicating copy to clipboard operation
semaphore copied to clipboard

Azure DevOps repository parsing

Open cbrookins opened this issue 1 year ago • 5 comments

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.

image

Version: 2.9.4 (snap)

cbrookins avatar Jan 30 '24 19:01 cbrookins

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", }

cbrookins avatar Jan 30 '24 21:01 cbrookins

I also tested the 2.9.45/beta snap with no luck

cbrookins avatar Jan 30 '24 21:01 cbrookins

I moved to the latest Docker, and everything works. Appears to just be an issue with the Snap.

cbrookins avatar Jan 31 '24 15:01 cbrookins

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 avatar Feb 01 '24 09:02 fiftin

@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.

tboerger avatar Feb 02 '24 07:02 tboerger