Hi
I have created a new Jenkins pipeline project and configured gitlab scm. I'm getting the error below when I run the job. Last 4 lines of console output
> git rev-parse refs/remotes/origin/${BRANCH}^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/${BRANCH}^{commit} # timeout=10
> git rev-parse origin/${BRANCH}^{commit} # timeout=10
ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.
ERROR: Maximum checkout retry attempts reached, aborting
Finished: FAILURE
Could you please assist ?