...
The target branch contains commits that were not reported to sealights SeaLights and the user merged from the target branch to the pull request branch.
Note |
---|
A common reason is with target branch that have builds reported based on predefined frequency (hourly, daily) rather than after every single merge (commit) to that branch. |
...
Solution #2
Validate in the CI server (Jenkins, Bamboo…) that the last every commit from the SCM (target branch) was is reported to Sealights via a an automated build.
If not, initiate a build from both the target branch and then the PR branch.
...