Getting build error/message: "The build was triggered in the branch <branch_name> which does not correspond to any branch monitored..."
Full error message:
The build was triggered in the branch <branch_name> which does not correspond to any branch monitored by the build VCS roots (the branch is either closed or excluded / not matched by any branch specification). Because of that default branch revisions were set to this build.
Except that the branch reference *IS* in the “Branch specification” entry in the VCS Root definition.
The default branch for the VCS Root is refs/heads/main
.
The actual text in the Branch specification is:
+:refs/heads/main
+:refs/heads/dev*
+:refs/heads/9*
The branch in question would match the third entry.
Please sign in to leave a comment.