Please help I am not able to build tags correct
Hello,
I have the issue that my build job which builds everthing perfect except tags. Evertime when I push tags the job failed
REfspec= +refs/tags/:refs/remotes/origin/tags/ +refs/heads/:refs/remotes/origin/ +refs/merge-requests//head:refs/remotes/origin/merge-requests/
Brnach Specifier origin/${gitlabSourceBranch}

Jenkins show
requests//head:refs/remotes/origin/merge-requests/ skipping resolution of commit refs/tags/v1.0.2, since it originates from another repository
git rev-parse refs/remotes/origin/1d934d42f72f438bedd95d49abcbb157fcdf7f97^{commit} # timeout=10 git rev-parse refs/remotes/origin/origin/1d934d42f72f438bedd95d49abcbb157fcdf7f97^{commit} # timeout=10 git rev-parse origin/1d934d42f72f438bedd95d49abcbb157fcdf7f97^{commit} # timeout=10 ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job. Finished: FAILURE
Best regards
Jens