[JIRA] [git-parameter-plugin] (JENKINS-24544) GIT revision's list empty while GIT tag's list populated correctly

2015-01-19 Thread russku...@3d-p.com (JIRA)












































  
russ k
 edited a comment on  JENKINS-24544


GIT revision's list empty while GIT tag's list populated correctly
















>Can you try whether upgrading to 0.4.0 solves your problem or not?

I upgraded and it still gives the same error.

>Otherwise would it be possible give the URL where your experience this problem.

This is a private intranet site so giving access is not possible, sorry!

>Or you could checkout the git-parameter plugin, add lines like

I see the plugin crashing at `generateContents(GitParameterDefinition.java:333)` so those debugging lines would never be called. I get an error:

Caused by: hudson.plugins.git.GitException: Command "git rev-list my-project" returned status code 128:
stdout: 
stderr: fatal: ambiguous argument 'my-project': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git  [...] – [...]'

When I go to my projects git folder and run the same command I get the exact same error. However running --all works:

my-project$ git rev-list --all
6e70eaabb2fe1d087158013ec0802ec4b4841d88
b59ea24a5bac309ad20c8853385f022857cc2da0
dc704b7aab8c707a78d972bbcf2b5eee43d58b0a
17d90081f96155946ed32dc9329aded72b900167
b98aa3a1a3e2831e48a5889d47e6cd9b49684d06
b7ef4dff66c390dc4f0047af8d240b782210f80a

my-project$ git rev-list my-project
fatal: ambiguous argument 'my-project': unknown revision or path not in the working tree.

Now the git functionality is included by the gitclient plugin. I hesitate to touch that plugin as many other plugins use it as well.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-parameter-plugin] (JENKINS-24544) GIT revision's list empty while GIT tag's list populated correctly

2015-01-19 Thread russku...@3d-p.com (JIRA)














































russ k
 commented on  JENKINS-24544


GIT revision's list empty while GIT tag's list populated correctly















>Can you try whether upgrading to 0.4.0 solves your problem or not?

I upgraded and it still gives the same error.

>Otherwise would it be possible give the URL where your experience this problem.

This is a private intranet site so giving access is not possible, sorry!

>Or you could checkout the git-parameter plugin, add lines like

I see the plugin crashing at `generateContents(GitParameterDefinition.java:333)` so those debugging lines would never be called. I get an error:

Caused by: hudson.plugins.git.GitException: Command "git rev-list my-project" returned status code 128:
stdout: 
stderr: fatal: ambiguous argument 'my-project': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git  [...] – [...]'

When I go to my projects git folder and run the same command I get the exact same error. However running --all works:

my-project$ git rev-list --all
6e70eaabb2fe1d087158013ec0802ec4b4841d88
b59ea24a5bac309ad20c8853385f022857cc2da0
dc704b7aab8c707a78d972bbcf2b5eee43d58b0a
17d90081f96155946ed32dc9329aded72b900167
b98aa3a1a3e2831e48a5889d47e6cd9b49684d06
b7ef4dff66c390dc4f0047af8d240b782210f80a

my-project$ git rev-list my-project
fatal: ambiguous argument 'my-project': unknown revision or path not in the working tree.

Now the git functionality is included by the gitclient plugin. I hesitate to touch that plugin as many others use it as well.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-parameter] (JENKINS-24544) GIT revision's list empty while GIT tag's list populated correctly

2014-09-02 Thread russku...@3d-p.com (JIRA)














































Russ Kubik
 created  JENKINS-24544


GIT revision's list empty while GIT tag's list populated correctly















Issue Type:


Bug



Assignee:


Unassigned


Attachments:


gittags.png



Components:


git-parameter



Created:


02/Sep/14 4:38 PM



Description:


Hi there,

I see some issues in the navigator regarding this problem but they also have a modified setup which may have affected the plugin. My setup is standard and involves nothing special. No slaves, no multi-folder projects.

The git-param plugin correctly grabs my projects tags, however, it fails to grab my projects revisions. I get the error message in the jenkins log:

WARNING: Caught exception evaluating: it.revisionMap in /job/devmagic/build. Reason: java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at org.apache.commons.jexl.util.PropertyExecutor.execute(PropertyExecutor.java:125)
	at org.apache.commons.jexl.util.introspection.UberspectImpl$VelGetterImpl.invoke(UberspectImpl.java:314)
	at org.apache.commons.jexl.parser.ASTArrayAccess.evaluateExpr(ASTArrayAccess.java:185)
	at org.apache.commons.jexl.parser.ASTIdentifier.execute(ASTIdentifier.java:75)
	at org.apache.commons.jexl.parser.ASTReference.execute(ASTReference.java:83)
	at org.apache.commons.jexl.parser.ASTReference.value(ASTReference.java:57)
	at org.apache.commons.jexl.parser.ASTReferenceExpression.value(ASTReferenceExpression.java:51)
	at org.apache.commons.jexl.ExpressionImpl.evaluate(ExpressionImpl.java:80)
	at hudson.ExpressionFactory2$JexlExpression.evaluate(ExpressionFactory2.java:74)
	at org.apache.commons.jelly._expression_.ExpressionSupport.evaluateRecurse(ExpressionSupport.java:61)
	at org.apache.commons.jelly._expression_.ExpressionSupport.evaluateAsIterator(ExpressionSupport.java:94)
	at org.apache.commons.jelly.tags.core.ForEachTag.doTag(ForEachTag.java:89)
	at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269)
	at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)
	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
	at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:161)
	at org.apache.commons.jelly.tags.core.WhenTag.doTag(WhenTag.java:46)
	at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269)
	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
	at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:161)
	at org.apache.commons.jelly.tags.core.ChooseTag.doTag(ChooseTag.java:38)
	at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269)
	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
	at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)
	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
	at org.kohsuke.stapler.jelly.CallTagLibScript$1.run(CallTagLibScript.java:99)
	at org.apache.commons.jelly.tags.define.InvokeBodyTag.doTag(InvokeBodyTag.java:91)
	at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269)
	at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)
	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
	at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)
	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
	at org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105)
	at org.kohsuke.stapler.jelly.CallTagLibScript.run(CallTagLibScript.java:120)
	at org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105)
	at org.kohsuke.stapler.jelly.JellyViewScript.run(JellyViewScript.java:95)
	at org.kohsuke.stapler.jelly.IncludeTag.doTag(IncludeTag.java:147)
	at org.apache.commons.jelly.impl.T

[JIRA] [git-parameter] (JENKINS-24544) GIT revision's list empty while GIT tag's list populated correctly

2014-09-02 Thread russku...@3d-p.com (JIRA)














































Russ Kubik
 updated  JENKINS-24544


GIT revision's list empty while GIT tag's list populated correctly
















Change By:


Russ Kubik
(02/Sep/14 4:40 PM)




Description:


Hi there,I see some issues in the navigator regarding this problem but they also have a modified setup which may have affected the plugin. My setup is standard and involves nothing special. No slaves, no multi-folder projects.The git-param plugin correctly grabs my projects tags, however, it fails to grab my projects revisions. I get the error message in the jenkins log:WARNING: Caught exception evaluating: it.revisionMap in /job/devmagic/build. Reason: java.lang.reflect.InvocationTargetExceptionjava.lang.reflect.InvocationTargetException	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)	at java.lang.reflect.Method.invoke(Method.java:606)	at org.apache.commons.jexl.util.PropertyExecutor.execute(PropertyExecutor.java:125)	at org.apache.commons.jexl.util.introspection.UberspectImpl$VelGetterImpl.invoke(UberspectImpl.java:314)	at org.apache.commons.jexl.parser.ASTArrayAccess.evaluateExpr(ASTArrayAccess.java:185)	at org.apache.commons.jexl.parser.ASTIdentifier.execute(ASTIdentifier.java:75)	at org.apache.commons.jexl.parser.ASTReference.execute(ASTReference.java:83)	at org.apache.commons.jexl.parser.ASTReference.value(ASTReference.java:57)	at org.apache.commons.jexl.parser.ASTReferenceExpression.value(ASTReferenceExpression.java:51)	at org.apache.commons.jexl.ExpressionImpl.evaluate(ExpressionImpl.java:80)	at hudson.ExpressionFactory2$JexlExpression.evaluate(ExpressionFactory2.java:74)	at org.apache.commons.jelly._expression_.ExpressionSupport.evaluateRecurse(ExpressionSupport.java:61)	at org.apache.commons.jelly._expression_.ExpressionSupport.evaluateAsIterator(ExpressionSupport.java:94)	at org.apache.commons.jelly.tags.core.ForEachTag.doTag(ForEachTag.java:89)	at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269)	at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)	at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:161)	at org.apache.commons.jelly.tags.core.WhenTag.doTag(WhenTag.java:46)	at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269)	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)	at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:161)	at org.apache.commons.jelly.tags.core.ChooseTag.doTag(ChooseTag.java:38)	at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269)	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)	at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)	at org.kohsuke.stapler.jelly.CallTagLibScript$1.run(CallTagLibScript.java:99)	at org.apache.commons.jelly.tags.define.InvokeBodyTag.doTag(InvokeBodyTag.java:91)	at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269)	at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)	at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)	at org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105)	at org.kohsuke.stapler.jelly.CallTagLibScript.run(CallTagLibScript.java:120)	at org.apache.commons.jelly.tags.core.CoreTagLibrary$2.run(CoreTagLibrary.java:105)	at org.kohsuke.stapler.jelly.JellyViewScript.run(JellyViewScript.java:95)	at org.kohsuke.stapler.jelly.IncludeTag.doTag(IncludeTag.java:147)	at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:269)	at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)	at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:161)	at org.apache.commons.jelly.tags.core.ForEachTag.doTag(ForEachTag.java:150)	at org.apache.commons.jelly.impl.TagScrip

[JIRA] [other] (JENKINS-1902) Provide Ability to Customize RSS Feed

2014-08-11 Thread russku...@3d-p.com (JIRA)














































russ k
 commented on  JENKINS-1902


Provide Ability to Customize RSS Feed















Any progress or related threads?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.