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 have searched issues to ensure it has not already been reported
Cake runner
Cake Frosting
Cake version
5.0.0
Operating system
Windows
Operating system architecture
x64
CI Server
GitLab CI
What are you seeing?
GitLabCIPullRequestInfo provides information about the current pull request/merge request when running in GitLab CI.
However, it does not make available the source and target branch of the Merge Request.
What is expected?
GitLabCIPullRequestInfo should provide the source and target branch, analogous to e.g. AzurePipelinesPullRequestInfo
Steps to Reproduce
N/A
Output log
N/A
Workaround
The source and target branch can be determined by reading the environment variable CI_MERGE_REQUEST_SOURCE_BRANCH_NAME respectively CI_MERGE_REQUEST_TARGET_BRANCH_NAME
The text was updated successfully, but these errors were encountered:
Prerequisites
Cake runner
Cake Frosting
Cake version
5.0.0
Operating system
Windows
Operating system architecture
x64
CI Server
GitLab CI
What are you seeing?
GitLabCIPullRequestInfo
provides information about the current pull request/merge request when running in GitLab CI.However, it does not make available the source and target branch of the Merge Request.
What is expected?
GitLabCIPullRequestInfo
should provide the source and target branch, analogous to e.g.AzurePipelinesPullRequestInfo
Steps to Reproduce
N/A
Output log
N/A
Workaround
The source and target branch can be determined by reading the environment variable
CI_MERGE_REQUEST_SOURCE_BRANCH_NAME
respectivelyCI_MERGE_REQUEST_TARGET_BRANCH_NAME
The text was updated successfully, but these errors were encountered: