Hi all,
when I am trying to run job getting below error. Getting this while checking out the source code.
It happened all of sudden. I was working fine with the same configuration.
Please advise what can be done.
> git fetch --tags ssh://${git_url}.git CICD
> git rev-parse refs/remotes/origin/9^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/9^{commit} # timeout=10
> git rev-parse origin/9^{commit} # timeout=10
ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.
An attempt to send an e-mail to empty list of recipients, ignored.
[BFA] Scanning build for known causes...
[BFA] Found failure cause(s):
[BFA] GIT Revision Error from category SCM
[BFA] Done. 0s
Thank you!