-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't show any tags or revisions #2
Comments
Yeah, You have the latest version of jenkins probably with the latest update of git plugin on which is git-parameter based. |
Honestly, just being able to pick from a list of tags would be great. I usually put a parameter into a job to specify which tag to deploy. |
+1 for fix. I would love for this plug-in to work again. Doesn't work on any of the 1.4x versions I guess. Any updates? I only am interested in Tag support right now. |
ok... so.... sorry for delay, I am pretty busy lately. |
It works for me in v0.2, although I had to first build with no tag parameter (so it would check out the code - to get the tags in the first place). The only disappointing thing is that it doesn't sort the tags (ideally in such a way that "tag_2" comes before "tag_12", but even sorting them alphabetically would make it more useable). |
I am experiencing this issue with Jenkins v 1.477 and git parameter v 0.2 |
Hello, I've tried to build the job first without Git parameter in order to clone the repo. But the git-parameter tag list is always empty. |
It's now July 11 2013; I've just installed this plugin and am seeing an empty tag list. Has there been any work/progress on this issue? |
Still no news on this? I'm having the same problem. (November 28 2013) |
Are there any plans to fix this, or is this a dead project? |
For me I ran a build from my master branch. Then went back into the job and added the git-parameter options and then I could see my tags in the dropdown. "There is a problem when you want to build your project for a first time and you don't have any suitable workspace which works with git, then the list to chose from is empty, but it will work after the first build" Unfortunately the way we build is based on tags so we have hundreds and the drop down doesnt sort them which is a HUGE pain. I saw a pull request here but it doesnt look like its been merged in and released for some reason. |
Hi! I'm not able to test this in production env. now. |
See version 0.3.2 under https://wiki.jenkins-ci.org/display/JENKINS/Git+Parameter+Plugin. |
We still don't see any tags listed (I even tried revisions, nothing)... Our Specs:
There is no output in the build window to indicate that it is even trying :-/ However, git ls-remote / git tag works:
Any tips? I don't know where to start debugging Oh, wait, maybe this NPE sheds light on it?
|
I am betting that the problem is somewhere in here: https://github.com/jenkinsci/git-parameter-plugin/blob/git-parameter-0.3.2/src/main/java/net/uaznia/lukanus/hudson/plugins/gitparameter/GitParameterDefinition.java#L184-L213 context is set to null, then there is some sort of elaborate sequence that should set context to the project during the loop, but apparently that is not happening. |
For my issue, I filed https://issues.jenkins-ci.org/browse/JENKINS-23473 |
It seems that this issue is still happening here, any news on it? |
I have also got this problem. |
Same problem here, no way to make it work, I tried changing branches, nothing... |
Here's my setup:
CentOS 6
Tomcat6 installed via yum
git 1.7.1 installed via yum
Jenkins v1.444 running under tomcat6
git-parameter 0.1
I have a project checked out from github over ssh using the git plugin. The project has 1 tag and many revisions, but when I create a git parameter that lists either tags or revisions, the parameter comes up blank.
Any ideas?
The text was updated successfully, but these errors were encountered: