onlyutkarsh / gitlab-integration

This extension integrates GitLab with Azure Pipelines. With this extension, you will be able to download the sources from a GitLab repository (using clone command) and use downloaded sources in Azure Pipelines
https://marketplace.visualstudio.com/items?itemName=onlyutkarsh.gitlab-integration
GNU General Public License v3.0
20 stars 5 forks source link

Bug: Azure Devops scheduled release pipeline retrieves wrong Git commit & branch #30

Open jamiehowarth0 opened 3 years ago

jamiehowarth0 commented 3 years ago

image

image

f6856a0d is a commit on the "main" branch and 3fc13444 is the latest commit on the "develop" branch. For some reason, Gitlab is defaulting, only on a scheduled build (manually-created ones are fine), to the "main" branch instead of the selected one. This only happens when a Gitlab artifact is used in a release pipeline on a schedule.

michasacuer commented 3 years ago

Same issue on my side. Targeting branch develop, triggering on develop branch but clonening changes from master. Ver annoying

michasacuer commented 3 years ago

@onlyutkarsh any update on fixing this?