gitlab-plugin icon indicating copy to clipboard operation
gitlab-plugin copied to clipboard

Please help I am not able to build tags correct

Open jensamberg opened this issue 6 years ago • 0 comments

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}

image

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

jensamberg avatar Aug 22 '19 20:08 jensamberg