You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get SourceLink working with an on prem BitBucket server.
When ContinuousIntegrationBuild is false, and PublishRepositoryUrl is true, the URL is correctly published, including a "scm" subfolder as follows:
I'm trying to get SourceLink working with an on prem BitBucket server.
When ContinuousIntegrationBuild is false, and PublishRepositoryUrl is true, the URL is correctly published, including a "scm" subfolder as follows:
https://server/**scm**/project/repository.git
However, when ContinuousIntegrationBuild is true, the URL is incorrect (it removes the scm part of the path, resulting in a 404 Not Found:
https://server/project/openspace-rfmanager-test.git
The text was updated successfully, but these errors were encountered: