gitlab-integration
gitlab-integration copied to clipboard
Bug: Azure Devops scheduled release pipeline retrieves wrong Git commit & branch


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.
Same issue on my side. Targeting branch develop, triggering on develop branch but clonening changes from master. Ver annoying
@onlyutkarsh any update on fixing this?