jenkinsci / jenkinsci/gitlab-plugin

Please help I am not able to build tags correct

Open
#964 0 comments 0 reactions 0 assignees View on GitHub
newbie-friendly
Dominant language
Java
Stars
1.4k
Forks
615
Avg merge
4h 32m
Merged PRs (30d)
10

Description

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](https://user-images.githubusercontent.com/22682327/63547993-a1302d00-c52d-11e9-9c11-09f0724bbe34.png)

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.