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
We set branch for builds on UI and commit hashes are shown from the same branch for us to trigger but if we trigger using API, we are able to pass commit hash from any branch and there is no option to pass branch name with that using the API
To Reproduce
Trigger a CI from UI
Trigger the same using commit hash from another branch
Expected behavior
It shouldn't run the build if hash is from another branch or option to pass branch name should also be there in API
Current behavior
It gets triggered using commit hash from any branch using API
AB#21
The text was updated successfully, but these errors were encountered:
Checklist:
Describe the bug
We set branch for builds on UI and commit hashes are shown from the same branch for us to trigger but if we trigger using API, we are able to pass commit hash from any branch and there is no option to pass branch name with that using the API
To Reproduce
Expected behavior
It shouldn't run the build if hash is from another branch or option to pass branch name should also be there in API
Current behavior
It gets triggered using commit hash from any branch using API
AB#21
The text was updated successfully, but these errors were encountered: