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 am seeing the following warning: Failed to get best common ancestor commit between source branch: <FEATURE-BRANCH> and target branch: master, defaulting to target branch commit. Error: reference not found
I can see this was introduced last week in #763, which states:
To use this option you can:
Specify it as an env var: JF_USE_MOST_COMMON_ANCESTOR_AS_TARGET
Specify it in Frogbot config: useMostCommonAncestorAsTarget (at Git section)
I am not seeing JF_USE_MOST_COMMON_ANCESTOR_AS_TARGET nor using useMostCommonAncestorAsTarget.
Current behavior
In my Frogbot workflow I am seeing:
2024-11-06T23:25:54.9660118Z 23:25:54 [Info] <REPO> repository downloaded successfully. Starting with repository extraction...
2024-11-06T23:25:54.9664650Z 23:25:54 [Info] Extracted repository successfully
2024-11-06T23:25:55.0776344Z 23:25:55 [Debug] Repository download completed
2024-11-06T23:25:55.0777605Z 23:25:55 [Debug] Using most common ancestor commit as target branch commit
2024-11-06T23:25:55.2589102Z 23:25:55 [Debug] Setting timeout for go-git to 120 seconds ...
2024-11-06T23:25:55.2593431Z 23:25:55 [Warn] Failed to get best common ancestor commit between source branch: another_update and target branch: master, defaulting to target branch commit. Error: reference not found
2024-11-06T23:25:55.2595479Z 23:25:55 [Info] Scanning target branch...
2024-11-06T23:25:55.2596430Z 23:25:55 [Debug] Sending HTTP GET request to: https://<COMPANY>.jfrog.io/xray/api/v1/system/version
I do not have a frogbot-config.yml for this repo and the Frogbot step looks like:
Describe the bug
I am seeing the following warning:
Failed to get best common ancestor commit between source branch: <FEATURE-BRANCH> and target branch: master, defaulting to target branch commit. Error: reference not found
I can see this was introduced last week in #763, which states:
I am not seeing
JF_USE_MOST_COMMON_ANCESTOR_AS_TARGET
nor usinguseMostCommonAncestorAsTarget
.Current behavior
In my Frogbot workflow I am seeing:
I do not have a frogbot-config.yml for this repo and the Frogbot step looks like:
Reproduction steps
No response
Expected behavior
The original checkout logic to behave.
JFrog Frogbot version
Frogbot version: 2.23.2
Package manager info
Python 3.11 (requirements.txt)
Git provider
GitHub
JFrog Frogbot configuration yaml file
N/A
Operating system type and version
Ubuntu 22
JFrog Xray version
No response
The text was updated successfully, but these errors were encountered: