[JIRA] (JENKINS-16633) NullPointerException in build flow plugin if disabled build is part of build flow

2013-02-05 Thread johm...@java.net (JIRA)














































johmart
 created  JENKINS-16633


NullPointerException in build flow plugin if disabled build is part of build flow















Issue Type:


Bug



Assignee:


Nicolas De Loof



Components:


build-flow



Created:


05/Feb/13 8:10 AM



Description:


Whenever a build flow tries to start a disabled/deactivated project, it throws a NullPointerException and aborts.

Example DSL:
{{
ignore(FAILURE) {
  build("some-project")
}
}}

Exception:
{{
Started by ...
Building in workspace ...
ignore(FAILURE) {

Trigger job some-project

ERROR: Failed to run DSL Script
java.lang.NullPointerException: Cannot get property 'e' on null object
	at org.codehaus.groovy.runtime.NullObject.getProperty(NullObject.java:56)
	at org.codehaus.groovy.runtime.InvokerHelper.getProperty(InvokerHelper.java:156)
	at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.getProperty(ScriptBytecodeAdapter.java:452)
	at com.cloudbees.plugins.flow.JobInvocation.propertyMissing(JobInvocation.groovy:64)
	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:601)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
	at groovy.lang.MetaClassImpl.invokeMissingProperty(MetaClassImpl.java:752)
	at groovy.lang.MetaClassImpl$11.getProperty(MetaClassImpl.java:1761)
	at org.codehaus.groovy.runtime.callsite.GetEffectivePogoPropertySite.callGroovyObjectGetProperty(GetEffectivePogoPropertySite.java:67)
	at com.cloudbees.plugins.flow.JobInvocation.run(JobInvocation.groovy:48)
	at com.cloudbees.plugins.flow.FlowRun.run(FlowRun.java:72)
	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:601)
	at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoCachedMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:230)
	at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:53)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:120)
	at com.cloudbees.plugins.flow.FlowDelegate.build(FlowDSL.groovy:166)
	at com.cloudbees.plugins.flow.FlowDelegate$build.callCurrent(Unknown Source)
	at com.cloudbees.plugins.flow.FlowDelegate.build(FlowDSL.groovy:152)
	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:601)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
	at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:361)
	at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:884)
	at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:66)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:46)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:133)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:141)
	at Script1$_run_closure1_closure6.doCall(Script1.groovy:14)
	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:601)
	at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
	at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
	at 

[JIRA] (JENKINS-16633) NullPointerException in build flow plugin if disabled build is part of build flow

2013-02-05 Thread johm...@java.net (JIRA)














































johmart
 updated  JENKINS-16633


NullPointerException in build flow plugin if disabled build is part of build flow
















Change By:


johmart
(05/Feb/13 8:12 AM)




Description:


Wheneverabuildflowtriestostartadisabled/deactivatedproject,itthrowsaNullPointerExceptionandaborts.ExampleDSL:{
{
noformat}
ignore(FAILURE){build(some-project)}
{noformat
}
}
Exception:{{Startedby...Buildinginworkspace...ignore(FAILURE){Triggerjobsome-projectERROR:FailedtorunDSLScriptjava.lang.NullPointerException:Cannotgetpropertyeonnullobject	atorg.codehaus.groovy.runtime.NullObject.getProperty(NullObject.java:56)	atorg.codehaus.groovy.runtime.InvokerHelper.getProperty(InvokerHelper.java:156)	atorg.codehaus.groovy.runtime.ScriptBytecodeAdapter.getProperty(ScriptBytecodeAdapter.java:452)	atcom.cloudbees.plugins.flow.JobInvocation.propertyMissing(JobInvocation.groovy:64)	atsun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethod)	atsun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)	atsun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)	atjava.lang.reflect.Method.invoke(Method.java:601)	atorg.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)	atgroovy.lang.MetaClassImpl.invokeMissingProperty(MetaClassImpl.java:752)	atgroovy.lang.MetaClassImpl$11.getProperty(MetaClassImpl.java:1761)	atorg.codehaus.groovy.runtime.callsite.GetEffectivePogoPropertySite.callGroovyObjectGetProperty(GetEffectivePogoPropertySite.java:67)	atcom.cloudbees.plugins.flow.JobInvocation.run(JobInvocation.groovy:48)	atcom.cloudbees.plugins.flow.FlowRun.run(FlowRun.java:72)	atsun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethod)	atsun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)	atsun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)	atjava.lang.reflect.Method.invoke(Method.java:601)	atorg.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoCachedMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:230)	atorg.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:53)	atorg.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:120)	atcom.cloudbees.plugins.flow.FlowDelegate.build(FlowDSL.groovy:166)	atcom.cloudbees.plugins.flow.FlowDelegate$build.callCurrent(UnknownSource)	atcom.cloudbees.plugins.flow.FlowDelegate.build(FlowDSL.groovy:152)	atsun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethod)	atsun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)	atsun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)	atjava.lang.reflect.Method.invoke(Method.java:601)	atorg.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)	atgroovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)	atorg.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:361)	atgroovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:884)	atorg.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:66)	atorg.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:46)	atorg.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:133)	atorg.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:141)	atScript1$_run_closure1_closure6.doCall(Script1.groovy:14)	atsun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethod)	atsun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)	atsun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)	atjava.lang.reflect.Method.invoke(Method.java:601)	atorg.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)	atgroovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)	atorg.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:272)	atgroovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:884)	atorg.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:66)	atorg.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:46)	

[JIRA] (JENKINS-16633) NullPointerException in build flow plugin if disabled build is part of build flow

2013-02-05 Thread johm...@java.net (JIRA)














































johmart
 updated  JENKINS-16633


NullPointerException in build flow plugin if disabled build is part of build flow
















Change By:


johmart
(05/Feb/13 8:12 AM)




Description:


Wheneverabuildflowtriestostartadisabled/deactivatedproject,itthrowsaNullPointerExceptionandaborts.ExampleDSL:{noformat}ignore(FAILURE){build(some-project)}{noformat}Exception:{
{
noformat}
Startedby...Buildinginworkspace...ignore(FAILURE){Triggerjobsome-projectERROR:FailedtorunDSLScriptjava.lang.NullPointerException:Cannotgetpropertyeonnullobject	atorg.codehaus.groovy.runtime.NullObject.getProperty(NullObject.java:56)	atorg.codehaus.groovy.runtime.InvokerHelper.getProperty(InvokerHelper.java:156)	atorg.codehaus.groovy.runtime.ScriptBytecodeAdapter.getProperty(ScriptBytecodeAdapter.java:452)	atcom.cloudbees.plugins.flow.JobInvocation.propertyMissing(JobInvocation.groovy:64)	atsun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethod)	atsun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)	atsun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)	atjava.lang.reflect.Method.invoke(Method.java:601)	atorg.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)	atgroovy.lang.MetaClassImpl.invokeMissingProperty(MetaClassImpl.java:752)	atgroovy.lang.MetaClassImpl$11.getProperty(MetaClassImpl.java:1761)	atorg.codehaus.groovy.runtime.callsite.GetEffectivePogoPropertySite.callGroovyObjectGetProperty(GetEffectivePogoPropertySite.java:67)	atcom.cloudbees.plugins.flow.JobInvocation.run(JobInvocation.groovy:48)	atcom.cloudbees.plugins.flow.FlowRun.run(FlowRun.java:72)	atsun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethod)	atsun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)	atsun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)	atjava.lang.reflect.Method.invoke(Method.java:601)	atorg.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoCachedMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:230)	atorg.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:53)	atorg.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:120)	atcom.cloudbees.plugins.flow.FlowDelegate.build(FlowDSL.groovy:166)	atcom.cloudbees.plugins.flow.FlowDelegate$build.callCurrent(UnknownSource)	atcom.cloudbees.plugins.flow.FlowDelegate.build(FlowDSL.groovy:152)	atsun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethod)	atsun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)	atsun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)	atjava.lang.reflect.Method.invoke(Method.java:601)	atorg.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)	atgroovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)	atorg.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:361)	atgroovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:884)	atorg.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:66)	atorg.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:46)	atorg.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:133)	atorg.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:141)	atScript1$_run_closure1_closure6.doCall(Script1.groovy:14)	atsun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethod)	atsun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)	atsun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)	atjava.lang.reflect.Method.invoke(Method.java:601)	atorg.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)	atgroovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)	atorg.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:272)	atgroovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:884)	atorg.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:66)	atorg.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:46)	

[JIRA] (JENKINS-16492) Upgrade from 0.12 to 0.13 breaks server

2013-02-05 Thread johno.crawf...@gmail.com (JIRA)














































Johno Crawford
 commented on  JENKINS-16492


Upgrade from 0.12 to 0.13 breaks server















Until I have time to look into the problem I have reverted my last commit and created a new 0.13.1 release, please accept my apologies. 



























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/groups/opt_out.




[JIRA] (JENKINS-16633) NullPointerException in build flow plugin if disabled build is part of build flow

2013-02-05 Thread johm...@java.net (JIRA)














































johmart
 updated  JENKINS-16633


NullPointerException in build flow plugin if disabled build is part of build flow
















Change By:


johmart
(05/Feb/13 8:35 AM)




Environment:


UbuntuLTS12.04.1JBossAS7jenkins:v1.
478
500
build-flowplugin:0.7



























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/groups/opt_out.




[JIRA] (JENKINS-16635) NPE in XFPanel XFPanelEntry.getNumberOfFailedBuilds

2013-02-05 Thread cbos...@gmail.com (JIRA)














































Cees Bos
 created  JENKINS-16635


NPE in XFPanel XFPanelEntry.getNumberOfFailedBuilds















Issue Type:


Bug



Assignee:


Julien RENAUT



Components:


xfpanel



Created:


05/Feb/13 8:45 AM



Description:


In the log on the master we see this in the log:


WARNING: Caught exception evaluating: job.numberOfFailedBuilds in /jenkins/view/z-Loadtests%20Panel/headlessdisplay. Reason: java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor1185.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	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.impl.ExpressionScript.run(ExpressionScript.java:66)
	at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
	at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)
	at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)
	at org.kohsuke.stapler.jelly.ReallyStaticTagLibrary$1.run(ReallyStaticTagLibrary.java:99)
	at org.apache.commons.jelly.tags.core.CoreTagLibrary$1.run(CoreTagLibrary.java:98)
	at org.apache.commons.jelly.tags.core.CoreTagLibrary$1.run(CoreTagLibrary.java:98)
	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.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.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.JellyViewScript.run(JellyViewScript.java:81)
	at org.kohsuke.stapler.jelly.IncludeTag.doTag(IncludeTag.java:146)
	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.tags.core.CoreTagLibrary$1.run(CoreTagLibrary.java:98)
	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.ForEachTag.doTag(ForEachTag.java:150)
	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.OtherwiseTag.doTag(OtherwiseTag.java:41)
	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 

[JIRA] (JENKINS-16492) Upgrade from 0.12 to 0.13 breaks server

2013-02-05 Thread kevinast...@hotmail.com (JIRA)














































Kevin Stone
 commented on  JENKINS-16492


Upgrade from 0.12 to 0.13 breaks server















I got bit by this too.  I was able to recover my Jenkins by copying the backup jpi and restarting Jenkins.

cd /var/lib/jenkins/plugins
sudo cp github-oauth.bak github-oauth.jpi
sudo service jenkins restart



























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/groups/opt_out.




[JIRA] (JENKINS-16620) Cancelled builds cannot be rebuild, case 8529

2013-02-05 Thread c...@praqma.net (JIRA)














































Christian Wolfgang
 updated  JENKINS-16620


Cancelled builds cannot be rebuild, case 8529
















Change By:


Christian Wolfgang
(05/Feb/13 8:58 AM)




Summary:


Cancelledbuildscannotberebuild
,case8529





Assignee:


ChristianWolfgang
PraqmaSupport



























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/groups/opt_out.




[JIRA] (JENKINS-16620) Cancelled builds cannot be rebuild, case 8509

2013-02-05 Thread c...@praqma.net (JIRA)














































Christian Wolfgang
 updated  JENKINS-16620


Cancelled builds cannot be rebuild, case 8509
















Change By:


Christian Wolfgang
(05/Feb/13 8:59 AM)




Summary:


Cancelledbuildscannotberebuild,case
8529
8509



























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/groups/opt_out.




[JIRA] (JENKINS-16636) No new baseline found, but the job builds anyway, case 8503

2013-02-05 Thread c...@praqma.net (JIRA)














































Christian Wolfgang
 created  JENKINS-16636


No new baseline found, but the job builds anyway, case 8503















Issue Type:


Bug



Assignee:


Praqma Support



Components:


clearcase-ucm



Created:


05/Feb/13 9:02 AM



Description:


Polling childs results in builds, even though no new baselines exists




Project:


Jenkins



Priority:


Major



Reporter:


Christian Wolfgang

























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/groups/opt_out.




[JIRA] (JENKINS-16437) Extract MailAddressResolvers to dedicated plugins

2013-02-05 Thread ogon...@redhat.com (JIRA)














































Oliver Gondža
 commented on  JENKINS-16437


Extract MailAddressResolvers to dedicated plugins 















I do not dare to say they should be deleted, but I do not see much value using them either. All I want is SVN and CVS without resolver. Maintaining a couple of dead one-file plugins is a workload I can handle.



























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/groups/opt_out.




[JIRA] (JENKINS-16607) the login is not aligne properly

2013-02-05 Thread ch...@orr.me.uk (JIRA)














































Christopher Orr
 commented on  JENKINS-16607


the login is not aligne properly















there, 

This doesn't sound like an issue with the Android Lint plugin. 

Can you please provide some details about what the problem is, and where you see the problem? 



























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/groups/opt_out.




[JIRA] (JENKINS-16607) the login is not aligne properly

2013-02-05 Thread ch...@orr.me.uk (JIRA)












































 
Christopher Orr
 edited a comment on  JENKINS-16607


the login is not aligne properly
















This doesn't sound like an issue with the Android Lint plugin. 

Can you please provide some details about what the problem is, and where you see the problem? 



























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/groups/opt_out.




[JIRA] (JENKINS-16637) problems exposing P4CLIENT and P4PASSWD to env

2013-02-05 Thread markus.str...@nokia.com (JIRA)














































Markus Strand
 created  JENKINS-16637


problems exposing P4CLIENT and P4PASSWD to env















Issue Type:


Bug



Assignee:


Rob Petti



Components:


perforce



Created:


05/Feb/13 9:21 AM



Description:


If the environment variable is assigned a value before the Jenkins slave starts the value is not changed by the plugin.
The P4CLIENT problem is visible, when a system level P4CLIENT is defined and the slave is run as a service as a user (MYDOMAIN\BUILDUSER) not as SYSTEM. If the build now uses this slave, perforce plugin cannot override P4CLIENT variable.




Environment:


Windows




Project:


Jenkins



Priority:


Major



Reporter:


Markus Strand

























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/groups/opt_out.




[JIRA] (JENKINS-2556) Use svn switch where applicable

2013-02-05 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-2556


Use svn switch where applicable















Code changed in jenkins
User: peter
Path:
 src/main/java/hudson/scm/subversion/UpdateUpdater.java
http://jenkins-ci.org/commit/subversion-plugin/520b99380895e1768f7a8b2270b3e3fea41e64a5
Log:
  JENKINS-2556 Detect when a "svn switch" can be used rather than a "svn checkout" in the UpdateUpdater.





























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/groups/opt_out.




[JIRA] (JENKINS-2556) Use svn switch where applicable

2013-02-05 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-2556


Use svn switch where applicable















Code changed in jenkins
User: Christoph Kutzinski
Path:
 src/main/java/hudson/scm/subversion/UpdateUpdater.java
http://jenkins-ci.org/commit/subversion-plugin/6f3538ce695914395c3080741e117da0ff444ef3
Log:
  Merge pull request #35 from petdr/jenkins_2556

FIXED JENKINS-2556 Use "svn switch" rather than a "svn checkout" if applicable


Compare: https://github.com/jenkinsci/subversion-plugin/compare/d0cb4fa7bc48...6f3538ce6959

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






























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/groups/opt_out.




[JIRA] (JENKINS-2556) Use svn switch where applicable

2013-02-05 Thread scm_issue_l...@java.net (JIRA)















































SCM/JIRA link daemon
 resolved  JENKINS-2556 as Fixed


Use svn switch where applicable
















Change By:


SCM/JIRA link daemon
(05/Feb/13 9:23 AM)




Status:


Open
Resolved





Resolution:


Fixed



























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/groups/opt_out.




[JIRA] (JENKINS-16638) child builds going missing from matrix jobs

2013-02-05 Thread ch...@simplistix.co.uk (JIRA)














































Chris Withers
 created  JENKINS-16638


child builds going missing from matrix jobs















Issue Type:


Bug



Assignee:


Unassigned


Components:


matrix



Created:


05/Feb/13 9:24 AM



Description:



I have a matrix job with two axis, one is our platform name, the other is the postgres version (which only has one entry and which we use to make sure the builds happen on machines that have postgres installed).

We've been having sporadic failures in this job (that's not a bug in jenkins ) but when I went to look at two failed builds this morning, I got nothing underneath the "Console Output" heading on the:

/job/job-name/environment=x,label=pg848/201

The build artifacts were also missing.

Clicking around different builds, I found this to be the case on all builds.
The blue balls showed in:

/job/job-name/201/

...but clicking on any of them gave the result I described above.

I went off to google, found some similar issues but they all seemed old.
I went to nose around the file system of the master.

The really alarming this is that:

jenkins@host:~/jobs/job-name/configurations/axis-environment

...didn't have subfolders for all the environment axis options, and those it did have were missing contents for the subfolders for the label axis:

jenkins@host:~/jobs/job-name/configurations/axis-environment/x/axis-label ls

...gave nothing.

I had a bit more of a google, and by now the job had kicked off again this morning.

I returned to the web ui. Now, going to:

/job/job-name/environment=x,label=pg848/201

...gives grey balls for each of the environenments and if I go to:

/job/job-name/environment=x,label=pg848/201

...I now get a 404, whereas before I got the empty configuration page.

This is pretty scary.




Environment:


Jenkins 1.480.2

SUSE 11 sp1 or 2




Project:


Jenkins



Labels:


jenkins
matrix
loss-of-data




Priority:


Critical



Reporter:


Chris Withers

























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/groups/opt_out.




[JIRA] (JENKINS-16638) child builds going missing from matrix jobs

2013-02-05 Thread ch...@simplistix.co.uk (JIRA)














































Chris Withers
 commented on  JENKINS-16638


child builds going missing from matrix jobs















As follow up, after a restart, new builds of this job now appear to be correctly recording their artifacts and logs.
Looking on disks, folder now exist for the correct axes, but they only contain builds done since the restart.



























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/groups/opt_out.




[JIRA] (JENKINS-16620) Cancelled builds cannot be rebuild, case 8509

2013-02-05 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-16620


Cancelled builds cannot be rebuild, case 8509















Code changed in jenkins
User: Christian Wolfgang
Path:
 src/main/java/net/praqma/hudson/scm/CCUCMScm.java
http://jenkins-ci.org/commit/clearcase-ucm-plugin/d0a6112b71f9674b94be037c5105b5e783b920bd
Log:
  fixed JENKINS-16620 A better solution





























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/groups/opt_out.




[JIRA] (JENKINS-16620) Cancelled builds cannot be rebuild, case 8509

2013-02-05 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-16620


Cancelled builds cannot be rebuild, case 8509















Code changed in jenkins
User: Christian Wolfgang
Path:
 src/main/java/net/praqma/hudson/scm/CCUCMScm.java
 src/test/java/net/praqma/hudson/test/CCUCMRule.java
 src/test/java/net/praqma/hudson/test/integration/userstories/JENKINS16620.java
http://jenkins-ci.org/commit/clearcase-ucm-plugin/1be5686609d8fbd4b397311a6a441694d64935c8
Log:
  JENKINS-16620 Added test for ANY





























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/groups/opt_out.




[JIRA] (JENKINS-16620) Cancelled builds cannot be rebuild, case 8509

2013-02-05 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-16620


Cancelled builds cannot be rebuild, case 8509















Code changed in jenkins
User: Christian Wolfgang
Path:
 src/test/java/net/praqma/hudson/test/integration/userstories/JENKINS16620.java
http://jenkins-ci.org/commit/clearcase-ucm-plugin/9c9f55c1ff399eb1d24b2b55f4b5e10bdd148405
Log:
  JENKINS-16620 Any should not be able to get changes after resetting a baseline





























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/groups/opt_out.




[JIRA] (JENKINS-16636) No new baseline found, but the job builds anyway, case 8503

2013-02-05 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-16636


No new baseline found, but the job builds anyway, case 8503















Code changed in jenkins
User: Christian Wolfgang
Path:
 src/test/java/net/praqma/hudson/test/CCUCMRule.java
http://jenkins-ci.org/commit/clearcase-ucm-plugin/e0d76bbf69f469b331d44a59f93ccb53a962b1af
Log:
  JENKINS-16636 Fixing project creator





























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/groups/opt_out.




[JIRA] (JENKINS-16636) No new baseline found, but the job builds anyway, case 8503

2013-02-05 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-16636


No new baseline found, but the job builds anyway, case 8503















Code changed in jenkins
User: Christian Wolfgang
Path:
 src/main/java/net/praqma/hudson/scm/CCUCMScm.java
http://jenkins-ci.org/commit/clearcase-ucm-plugin/fbee59614e98b08f1e8a6a457248635cbe137767
Log:
  JENKINS-16636 Added a line of output





























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/groups/opt_out.




[JIRA] (JENKINS-16636) No new baseline found, but the job builds anyway, case 8503

2013-02-05 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-16636


No new baseline found, but the job builds anyway, case 8503















Code changed in jenkins
User: Christian Wolfgang
Path:
 src/test/java/net/praqma/hudson/test/integration/userstories/JENKINS16636.java
http://jenkins-ci.org/commit/clearcase-ucm-plugin/585b28e2086def3a8f0ab512bdc4a715c806c4c1
Log:
  JENKINS-16636 Added a build to be able to poll





























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/groups/opt_out.




[JIRA] (JENKINS-16636) No new baseline found, but the job builds anyway, case 8503

2013-02-05 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-16636


No new baseline found, but the job builds anyway, case 8503















Code changed in jenkins
User: Christian Wolfgang
Path:
 src/test/java/net/praqma/hudson/test/integration/userstories/JENKINS16636.java
http://jenkins-ci.org/commit/clearcase-ucm-plugin/e1555bfa95a59c24b44b18eab6a056704a453317
Log:
  JENKINS-16636 Updated test and added ANY test





























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/groups/opt_out.




[JIRA] (JENKINS-16636) No new baseline found, but the job builds anyway, case 8503

2013-02-05 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-16636


No new baseline found, but the job builds anyway, case 8503















Code changed in jenkins
User: Christian Wolfgang
Path:
 src/main/java/net/praqma/hudson/notifier/CCUCMNotifier.java
 src/main/java/net/praqma/hudson/scm/CCUCMScm.java
http://jenkins-ci.org/commit/clearcase-ucm-plugin/5772cb3f986eed35a8e91f3df65687096dc73571
Log:
  JENKINS-16636 If there are no valid baselines, throw





























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/groups/opt_out.




[JIRA] (JENKINS-16636) No new baseline found, but the job builds anyway, case 8503

2013-02-05 Thread scm_issue_l...@java.net (JIRA)















































SCM/JIRA link daemon
 resolved  JENKINS-16636 as Fixed


No new baseline found, but the job builds anyway, case 8503
















Change By:


SCM/JIRA link daemon
(05/Feb/13 11:10 AM)




Status:


Open
Resolved





Resolution:


Fixed



























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/groups/opt_out.




[JIRA] (JENKINS-16639) Extended choice parameter plugin does not pass parameter if called via a buildWithParameters URL request

2013-02-05 Thread rokib...@cisco.com (JIRA)














































Robert Kibble
 created  JENKINS-16639


Extended choice parameter plugin does not pass parameter if called via a buildWithParameters URL request















Issue Type:


Bug



Assignee:


Unassigned


Components:


extended-choice-parameter



Created:


05/Feb/13 11:13 AM



Description:


If you set up a job with an extended-choice-parameter which simply echoes the value of the parameter, and call it directly from the Jenkins UI, the parameter is correct.
If you call the same thing using a URL request, that parameter is blank, both in the parameters when you look at the job after the fact, and in the environment when the job runs.
It does work if you call it using a build.properties file from an upstream job.

An example usage of the URL call is this:
wget -O - "http://hudsonmaster1.uk.nds.com:8080/hudson/job/TEST_EXTENDED/buildWithParameters?token=hudson-ciFIRST=MyTestSECOND=XXX"

TEST_EXTENDED is my test job with FIRST as a normal String parameter, SECOND is an extended choice parameter where XXX is a valid option.

All the job does is this, as a build step:
echo $FIRST
echo $SECOND




Environment:


Jenkins 1.480.2, Extended-choice-parameter 0.23




Project:


Jenkins



Priority:


Major



Reporter:


Robert Kibble

























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/groups/opt_out.




[JIRA] (JENKINS-14828) Rebuild plugin crashes when used in conjuction with Extended Choice Parameter

2013-02-05 Thread da...@orionrobots.co.uk (JIRA)














































Danny Staple
 commented on  JENKINS-14828


Rebuild plugin crashes when used in conjuction with Extended Choice Parameter















The issue is currently still present - but:

	If you start the build from the UI - the view shows the parameter without a box (as a label, not a text widget), and rebuild will result in the above error.
	If you start the build via a build.properties file - the view shows the parameter with a box (a text widget), and rebuild will work.



This is using rebuild plugin 0.23, and Jenkins ver. 1.480.2.



























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/groups/opt_out.




[JIRA] (JENKINS-14828) Rebuild plugin crashes when used in conjuction with Extended Choice Parameter

2013-02-05 Thread da...@orionrobots.co.uk (JIRA)












































 
Danny Staple
 edited a comment on  JENKINS-14828


Rebuild plugin crashes when used in conjuction with Extended Choice Parameter
















The issue is currently still present - but:

	If you start the build from the UI - the view shows the parameter without a box (as a label, not a text widget), and rebuild will result in the above error.
	If you start the build via a build.properties file - the view shows the parameter with a box (a text widget), and rebuild will work.



This is using extended choice plugin 0.23, and Jenkins ver. 1.480.2.



























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/groups/opt_out.




[JIRA] (JENKINS-14828) Rebuild plugin crashes when used in conjuction with Extended Choice Parameter

2013-02-05 Thread da...@orionrobots.co.uk (JIRA)












































 
Danny Staple
 edited a comment on  JENKINS-14828


Rebuild plugin crashes when used in conjuction with Extended Choice Parameter
















The issue is currently still present - but:

	If you start the build from the UI - the view shows the parameter without a box (as a label, not a text widget), and rebuild will result in the above error.
	If you start the build via a build.properties file - the view shows the parameter with a box (a text widget), and rebuild will work.



This is using extended choice plugin 0.23, rebuilder 1.14, and Jenkins ver. 1.480.2.



























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/groups/opt_out.




[JIRA] (JENKINS-16640) Mark in Jenkins build with NOT RUN Test Cases and display in the UI (with colours, etc)

2013-02-05 Thread milongw...@gmail.com (JIRA)














































Yinghua Wang
 created  JENKINS-16640


Mark in Jenkins build with NOT RUN Test Cases and display in the UI (with colours, etc)















Issue Type:


Improvement



Affects Versions:


current



Assignee:


Bruno P. Kinoshita



Attachments:


TestlinkStatInfoPage.png



Components:


testlink



Created:


05/Feb/13 11:58 AM



Description:




	Get automated test cases from Testlink
	Find the TAP files after test cases complete
	For each found automated test case result (TAP) then update Testlink
	For each not found automated test case (NOT RUN in fact), mark in Jenkins build and display in the UI (with colours, etc)



What I want is to get the statistic information shown on the Jenkins Testlink ReportSummary Page, please find the attachment for the screenshot. There are 5 test cases to be executed, you can see 3 passed 1 skipped 1 failed, but sometimes one of the test case is not executed at all because the pre-condition of the test case is wrong. In this case, the result of this test case should be shown as "NOT EXECUTED" or "NOT RUN".




Project:


Jenkins



Labels:


gui
plugins




Priority:


Major



Reporter:


Yinghua Wang

























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/groups/opt_out.




[JIRA] (JENKINS-16641) Better exception handling, case 8532

2013-02-05 Thread c...@praqma.net (JIRA)














































Christian Wolfgang
 created  JENKINS-16641


Better exception handling, case 8532















Issue Type:


Improvement



Assignee:


Praqma Support



Components:


clearcase-ucm



Created:


05/Feb/13 12:00 PM



Description:


When a user aborts a build, some unknown exceptions can be thrown(typically null pointer exceptions). This must be handled in a better way.




Project:


Jenkins



Priority:


Major



Reporter:


Christian Wolfgang

























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/groups/opt_out.




[JIRA] (JENKINS-16371) Allow non composite baselines in posted deliver - our case 8514

2013-02-05 Thread jbrej...@praqma.net (JIRA)














































Jens  Brejner
 updated  JENKINS-16371


Allow non composite baselines in posted deliver - our case 8514
















pseudo linking





Change By:


Jens  Brejner
(05/Feb/13 12:20 PM)




Summary:


Allownoncompositebaselinesinposteddeliver
-ourcase8514



























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/groups/opt_out.




[JIRA] (JENKINS-12657) Matrix configuration node Label - job not running on specified node with that Label

2013-02-05 Thread ever...@free.fr (JIRA)














































evernat
 commented on  JENKINS-12657


Matrix configuration node Label - job not running on specified node with that Label 















Is it reproduced with a recent Jenkins version?



























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/groups/opt_out.




[JIRA] (JENKINS-16422) Enabling 'Poll for posted deliveres' breaks the poll self method for all jobs - our case 8423

2013-02-05 Thread jbrej...@praqma.net (JIRA)














































Jens  Brejner
 updated  JENKINS-16422


Enabling Poll for posted deliveres breaks the poll self method for all jobs - our case 8423
















Linking to FB





Change By:


Jens  Brejner
(05/Feb/13 12:25 PM)




Summary:


EnablingPollforposteddeliveresbreaksthepollselfmethodforalljobs
-ourcase8423



























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/groups/opt_out.




[JIRA] (JENKINS-16271) The list of changed files should be shown in a table format - our case 7857

2013-02-05 Thread jbrej...@praqma.net (JIRA)














































Jens  Brejner
 updated  JENKINS-16271


The list of changed files should be shown in a table format - our case 7857
















Change By:


Jens  Brejner
(05/Feb/13 12:31 PM)




Summary:


Thelistofchangedfilesshouldbeshowninatableformat
-ourcase7857



























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/groups/opt_out.




[JIRA] (JENKINS-15156) Builds disappear from build history after completion

2013-02-05 Thread johno.crawf...@gmail.com (JIRA)














































Johno Crawford
 commented on  JENKINS-15156


Builds disappear from build history after completion















@jglick can you confirm whether or not the fix will make it for 1.501?



























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/groups/opt_out.




[JIRA] (JENKINS-7695) archiving throws hudson.util.IOException2: java.io.IOException: request to write '3977' bytes exceeds size in header of '41955006'

2013-02-05 Thread filip+jenkin...@j03.de (JIRA)














































Filip Noetzel
 reopened  JENKINS-7695


archiving throws hudson.util.IOException2: java.io.IOException: request to write 3977 bytes exceeds size in header of 41955006
















I am still seeing this in Jenkins 1.500 on Scientific Linux:

[ ERROR ] Execution stopped by user.
ERROR: Failed to archive artifacts: out/,out/screenshots/
hudson.util.IOException2: java.io.IOException: request to write '8192' bytes exceeds size in header of '110592' bytes for entry 'out/output.xml'
at hudson.FilePath.copyRecursiveTo(FilePath.java:1903)
at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:116)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:810)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:785)
at hudson.model.Build$BuildExecution.post2(Build.java:183)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:732)
at hudson.model.Run.execute(Run.java:1582)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:236)
Caused by: java.util.concurrent.ExecutionException: java.io.IOException: request to write '8192' bytes exceeds size in header of '110592' bytes for entry 'out/output.xml'
at hudson.remoting.Channel$4.adapt(Channel.java:705)
at hudson.remoting.Channel$4.adapt(Channel.java:700)
at hudson.remoting.FutureAdapter.get(FutureAdapter.java:55)
at hudson.FilePath.copyRecursiveTo(FilePath.java:1901)
... 10 more
Caused by: java.io.IOException: request to write '8192' bytes exceeds size in header of '110592' bytes for entry 'out/output.xml'
at hudson.org.apache.tools.tar.TarOutputStream.write(TarOutputStream.java:284)
at hudson.util.io.TarArchiver.visit(TarArchiver.java:115)
at hudson.util.DirScanner$Glob.scan(DirScanner.java:133)
at hudson.FilePath.writeToTar(FilePath.java:1939)
at hudson.FilePath.access$1000(FilePath.java:168)
at hudson.FilePath$36.invoke(FilePath.java:1880)
at hudson.FilePath$36.invoke(FilePath.java:1876)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2348)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)
Finished: ABORTED

As for "output.xml": We recently switched on debug logging for our tests, so the "output.xml" in question is now way larger than before, maybe large files trigger this defect.

Thanks for looking into this!





Change By:


Filip Noetzel
(05/Feb/13 12:59 PM)




Resolution:


Duplicate





Status:


Resolved
Reopened



























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/groups/opt_out.




[JIRA] (JENKINS-16642) failure to parse form data

2013-02-05 Thread m...@everybody.org (JIRA)














































Mark Hershberger
 created  JENKINS-16642


failure to parse form data















Issue Type:


Bug



Assignee:


jieryn



Components:


configure-job-column, job-import, jobconfighistory



Created:


05/Feb/13 1:25 PM



Description:


More details upon request.  Just reporting cause the message (below) said to.

Failed to parse form data. Please report this problem as a bug
JSON={"":"img type=\"image/svg+xml\" height=\"300\" src="" width=\"500\"\/img\nimg type=\"image/svg+xml\" height=\"300\" src="" width=\"500\"\/img","builder":{"antOpts":"","buildFile":"","kind":"hudson.tasks.Ant","properties":"","stapler-class":"hudson.tasks.Ant","targets":""},"com-cloudbees-jenkins-GitHubPushTrigger":{},"core:apply":"","description":"img type=\"image/svg+xml\" height=\"300\" src="" width=\"500\"\/img\nimg type=\"image/svg+xml\" height=\"300\" src="" width=\"500\"\/img","displayNameOrNull":"","logrotate":{"logrotate_artifact_days":"","logrotate_artifact_nums":"","logrotate_days":"10","logrotate_nums":"10"},"name":"Squareknot testing","properties":{"com-coravy-hudson-plugins-github-GithubProjectProperty":{"projectUrl":"g...@github.com:Squareknot/Squareknot-API.git"},"hudson-model-ParametersDefinitionProperty":{},"stapler-class-bag":"true"},"publisher":[{"canComputeNew":{"failedNewAll":"","failedNewHigh":"","failedNewLow":"","failedNewNormal":"","unstableNewAll":"","unstableNewHigh":"","unstableNewLow":"","unstableNewNormal":"","useDeltaValues":false,"useStableBuildAsReference":false},"canRunOnFailed":true,"defaultEncoding":"","failedTotalAll":"","failedTotalHigh":"","failedTotalLow":"","failedTotalNormal":"","healthy":"","kind":"hudson.plugins.pmd.PmdPublisher","pattern":"build/logs/pmd.xml","shouldDetectModules":false,"stapler-class":"hudson.plugins.pmd.PmdPublisher","thresholdLimit":"low","unHealthy":"","unstableTotalAll":"","unstableTotalHigh":"","unstableTotalLow":"","unstableTotalNormal":""},{"kind":"hudson.plugins.plot.PlotPublisher","plots":{csvFileName:123.csv,group:phploc,numBuilds:100,series:{"file":""},style:line,title:A - Lines of code,useDescr:false,yaxis:Lines of Code},{csvFileName:1107599928.csv,group:phploc,numBuilds:100,series:{file:,fileType:{label:,value:properties}},style:line,title:B - Structures,useDescr:false,yaxis:Count},"stapler-class":"hudson.plugins.plot.PlotPublisher"},{"kind":"org.jenkinsci.plugins.cloverphp.CloverPublisher","methodCoverage":70,,,"publishHtmlReport":{"disableArchiving":false,"reportDir":"build/coverage"},"stapler-class":"org.jenkinsci.plugins.cloverphp.CloverPublisher","statementCoverage":80,,,"xmlLocation":"build/logs/clover.xml"},{"kind":"htmlpublisher.HtmlPublisher","reportTargets":{"keepAll":true,"reportDir":"build/api","reportFiles":"index.xhtml","reportName":"API Documentation"},{"keepAll":true,"reportDir":"build/code-browser","reportFiles":"index.html","reportName":"Code Browser"},"stapler-class":"htmlpublisher.HtmlPublisher"},{"kind":"org.jenkinsci.plugins.xunit.XUnitPublisher","stapler-class":"org.jenkinsci.plugins.xunit.XUnitPublisher","thresholdMode":"1","thresholds":{"failureNewThreshold":"0","failureThreshold":"0","kind":"org.jenkinsci.plugins.xunit.threshold.FailedThresholdDescriptor","stapler-class":"org.jenkinsci.plugins.xunit.threshold.FailedThreshold","unstableNewThreshold":"0","unstableThreshold":"0"},{"failureNewThreshold":"0","failureThreshold":"0","kind":"org.jenkinsci.plugins.xunit.threshold.SkippedThresholdDescriptor","stapler-class":"org.jenkinsci.plugins.xunit.threshold.SkippedThreshold","unstableNewThreshold":"0","unstableThreshold":"0"},"tools":{"deleteOutputFiles":true,"failIfNotNew":true,"kind":"class com.thalesgroup.dtkit.junit.PHPUnit","pattern":"build/logs/junit.xml","stapler-class":"com.thalesgroup.dtkit.metrics.hudson.model.PHPUnitJunitHudsonTestType","stopProcessingIfError":true}},{"configuredJDependFile":"build/logs/jdepend.xml","kind":"hudson.plugins.jdepend.JDependRecorder","stapler-class":"hudson.plugins.jdepend.JDependRecorder"}],"scm":{"value":"2"}}

net.sf.json.JSONException: null object
	at 

[JIRA] (JENKINS-16643) Build Failure

2013-02-05 Thread rajanikant...@gmail.com (JIRA)














































Nagelli Rajanikanth
 created  JENKINS-16643


Build Failure















Issue Type:


Bug



Assignee:


Nagelli Rajanikanth



Components:


ant, javadoc, maven



Created:


05/Feb/13 1:43 PM



Description:


dkfjdkfj




Due Date:


05/Feb/13 12:00 AM




Environment:


Windows 2003, Jdk1.5,Ant 1.6,




Project:


Jenkins



Labels:


build




Priority:


Major



Reporter:


Nagelli Rajanikanth

























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/groups/opt_out.




[JIRA] (JENKINS-16643) Build Failure

2013-02-05 Thread rajanikant...@gmail.com (JIRA)















































Nagelli Rajanikanth
 resolved  JENKINS-16643 as Fixed


Build Failure
















hdjsh





Change By:


Nagelli Rajanikanth
(05/Feb/13 1:46 PM)




Status:


Open
Resolved





Resolution:


Fixed



























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/groups/opt_out.




[JIRA] (JENKINS-14551) an update which contains added files merged from a branch results in those files having doubled content

2013-02-05 Thread ingmartinlo...@java.net (JIRA)














































ingmartinlopez
 commented on  JENKINS-14551


an update which contains added files merged from a branch results in those files having doubled content















Same for me. (It's really annoying!). Jenkins 1.492 and Subversion 1.43



























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/groups/opt_out.




[JIRA] (JENKINS-1955) Wrong URL to info about environment variables in help for Ant build of grouped Job config

2013-02-05 Thread ever...@free.fr (JIRA)















































evernat
 resolved  JENKINS-1955 as Fixed


Wrong URL to info about environment variables in help for Ant build of grouped Job config
















It has been fixed some time before Jenkins 1.500 and it works now.
In fact, the link to "/view/group-name/env-vars.html" has not been changed.
But it now gives the same result as "env-vars.html".





Change By:


evernat
(05/Feb/13 2:00 PM)




Status:


Open
Resolved





Resolution:


Fixed



























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/groups/opt_out.




[JIRA] (JENKINS-12652) Errors on wiki.jenkins-ci.org plugins list page

2013-02-05 Thread ever...@free.fr (JIRA)















































evernat
 resolved  JENKINS-12652 as Duplicate


Errors on wiki.jenkins-ci.org plugins list page
















Change By:


evernat
(05/Feb/13 2:04 PM)




Status:


Open
Resolved





Resolution:


Duplicate



























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/groups/opt_out.




[JIRA] (JENKINS-12579) On Plugins Wiki page: Error formatting macro: contentbylabel: java.util.ConcurrentModificationException

2013-02-05 Thread ever...@free.fr (JIRA)















































evernat
 resolved  JENKINS-12579 as Fixed


On Plugins Wiki page: Error formatting macro: contentbylabel: java.util.ConcurrentModificationException
















It seems to me that this has been fixed some time ago, probably by adding a cache somewhere on the server.
Please reopen if needed.





Change By:


evernat
(05/Feb/13 2:06 PM)




Status:


Open
Resolved





Resolution:


Fixed



























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/groups/opt_out.




[JIRA] (JENKINS-14437) envinject fails to really set/override build parameters

2013-02-05 Thread sarath...@yahoo.co.in (JIRA)














































Sarathy Gunasekaran
 commented on  JENKINS-14437


envinject fails to really set/override build parameters















Hi Gregory, would the fix reflect in ver1.500. I have got this version but still I could reproduce this issue.



























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/groups/opt_out.




[JIRA] (JENKINS-16107) Warnings plugin with custom parsers massively slows down jenkins start up

2013-02-05 Thread angvoz....@gmail.com (JIRA)














































Andrew Gvozdev
 commented on  JENKINS-16107


Warnings plugin with custom parsers massively slows down jenkins start up















An enormous improvement on rendering web pages for projects defining custom parsers after installing Warnings 4.21. Many thanks!



























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/groups/opt_out.




[JIRA] (JENKINS-16568) Matrix job with 3 axis failed to load

2013-02-05 Thread j...@sinodun.com (JIRA)












































 
John Dickinson
 edited a comment on  JENKINS-16568


Matrix job with 3 axis failed to load 
















We are also seeing this, but only with recently created jobs. The jobs in question are matrix jobs with a single axis. On CentOS.



























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/groups/opt_out.




[JIRA] (JENKINS-16641) Better exception handling, case 8532

2013-02-05 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-16641


Better exception handling, case 8532















Code changed in jenkins
User: Christian Wolfgang
Path:
 src/main/java/net/praqma/hudson/scm/CCUCMScm.java
http://jenkins-ci.org/commit/clearcase-ucm-plugin/701574153f5d977550e4e2b06f9ce949b1de2fb2
Log:
  JENKINS-16641 Removed doPostBuild property





























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/groups/opt_out.




[JIRA] (JENKINS-16641) Better exception handling, case 8532

2013-02-05 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-16641


Better exception handling, case 8532















Code changed in jenkins
User: Christian Wolfgang
Path:
 src/main/java/net/praqma/hudson/notifier/CCUCMNotifier.java
 src/main/java/net/praqma/hudson/remoting/RemoteUtil.java
 src/main/java/net/praqma/hudson/scm/CCUCMScm.java
http://jenkins-ci.org/commit/clearcase-ucm-plugin/6bddf24c87297e1870464dad431b2c4b144e4098
Log:
  JENKINS-16641 Improving throwns





























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/groups/opt_out.




[JIRA] (JENKINS-16641) Better exception handling, case 8532

2013-02-05 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-16641


Better exception handling, case 8532















Code changed in jenkins
User: Christian Wolfgang
Path:
 src/main/java/net/praqma/hudson/scm/CCUCMScm.java
 src/test/java/net/praqma/hudson/test/integration/userstories/Story01.java
 src/test/java/net/praqma/hudson/test/integration/userstories/Story02.java
 src/test/java/net/praqma/hudson/test/integration/userstories/Story03.java
 src/test/java/net/praqma/hudson/test/integration/userstories/Story08.java
http://jenkins-ci.org/commit/clearcase-ucm-plugin/b8cd8b10e708b5e6e96dfc5515ddfab4837e26ca
Log:
  fixed JENKINS-16641 Revising tests





























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/groups/opt_out.




[JIRA] (JENKINS-16641) Better exception handling, case 8532

2013-02-05 Thread scm_issue_l...@java.net (JIRA)















































SCM/JIRA link daemon
 resolved  JENKINS-16641 as Fixed


Better exception handling, case 8532
















Change By:


SCM/JIRA link daemon
(05/Feb/13 2:42 PM)




Status:


Open
Resolved





Resolution:


Fixed



























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/groups/opt_out.




[JIRA] (JENKINS-15676) Self-Polling Recommendation and Description - our case 8515

2013-02-05 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-15676


Self-Polling Recommendation and Description - our case 8515















Code changed in jenkins
User: Christian Wolfgang
Path:
 src/main/java/net/praqma/hudson/notifier/RemotePostBuild.java
http://jenkins-ci.org/commit/clearcase-ucm-plugin/7d2f4086820fcb07d288981274eacaf33d9b1ef5
Log:
  fixed JENKINS-15676 Finalizing


Compare: https://github.com/jenkinsci/clearcase-ucm-plugin/compare/a612352e21f8...7d2f4086820f

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






























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/groups/opt_out.




[JIRA] (JENKINS-15676) Self-Polling Recommendation and Description - our case 8515

2013-02-05 Thread scm_issue_l...@java.net (JIRA)















































SCM/JIRA link daemon
 resolved  JENKINS-15676 as Fixed


Self-Polling Recommendation and Description - our case 8515
















Change By:


SCM/JIRA link daemon
(05/Feb/13 2:42 PM)




Status:


Open
Resolved





Resolution:


Fixed



























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/groups/opt_out.




[JIRA] (JENKINS-16273) Slaves forbidden to request JNLP anonymously but -jnlpCredentials not offered

2013-02-05 Thread kacynski.w...@aoins.com (JIRA)














































Walter Kacynski
 commented on  JENKINS-16273


Slaves forbidden to request JNLP anonymously but -jnlpCredentials not offered















The new documentation is very helpful thank-you.  I had no idea that you could use the user API key.



























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/groups/opt_out.




[JIRA] (JENKINS-16568) Matrix job with 3 axis failed to load

2013-02-05 Thread j...@sinodun.com (JIRA)














































John Dickinson
 updated  JENKINS-16568


Matrix job with 3 axis failed to load 
















Change By:


John Dickinson
(05/Feb/13 2:44 PM)




Environment:


Windows2008R264bit
andCentOS64bit



























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/groups/opt_out.




[JIRA] (JENKINS-16487) Promotion Level being set to INITIAL - our case 8471

2013-02-05 Thread c...@praqma.net (JIRA)














































Christian Wolfgang
 commented on  JENKINS-16487


Promotion Level being set to INITIAL - our case 8471















Hey!

I'm trying to figure out what has happened. Can you please log a build for me, where this issue occurs!?
You can log a build with this plugin: https://wiki.jenkins-ci.org/display/JENKINS/Logging+Plugin



























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/groups/opt_out.




[JIRA] (JENKINS-16644) When using Perforce Plugin, P4_CHANGELIST variable gets incorrect value

2013-02-05 Thread dmitriy.ode...@gmail.com (JIRA)














































Dmitriy Olefirenco
 created  JENKINS-16644


When using Perforce Plugin, P4_CHANGELIST variable gets incorrect value















Issue Type:


Bug



Affects Versions:


current



Assignee:


Rob Petti



Components:


perforce



Created:


05/Feb/13 3:04 PM



Description:


When using Perforce Plugin, P4_CHANGELIST variable gets incorrect value

This variable gets the value of the last Perforce changelist.
But it should get the value of the current check-in Perforce Node.

Now P4_CHANGELIST gets value from: "p4 changes -s submitted -m 1 //..."
Expected: ... from "p4 changes -s submitted -m 1 //CurrentNode..."




Project:


Jenkins



Priority:


Major



Reporter:


Dmitriy Olefirenco

























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/groups/opt_out.




[JIRA] (JENKINS-16613) Windows slave fails to start via JNLP (wrong URL scheme + fails to redirect)

2013-02-05 Thread daniel.plaza.e...@gmail.com (JIRA)














































Daniel Plaza
 commented on  JENKINS-16613


Windows slave fails to start via JNLP (wrong URL scheme + fails to redirect)















I have the same problem with version 1.500 and a Linux slave. The slave is trying to connect http instead of https.



























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/groups/opt_out.




[JIRA] (JENKINS-16645) Information/Informational - Severity - Android Lint Plugin

2013-02-05 Thread jan.loe...@gmail.com (JIRA)














































Jan Loebel
 created  JENKINS-16645


Information/Informational - Severity - Android Lint Plugin















Issue Type:


Bug



Affects Versions:


current



Assignee:


Christopher Orr



Components:


android-lint



Created:


05/Feb/13 3:34 PM



Description:


In the specification of lint is the Serverity of information given as
the String "Information"
(http://grepcode.com/file/repo1.maven.org/maven2/com.android.tools.lint/lint_api/r16/com/android/tools/lint/detector/api/Severity.java).
Further more here is an result-example:
issue id="OldTargetApi" severity="Information" message="Not
targetin.."

In the file: android-lint-plugin / src / main / java / org / jenkinsci
/ plugins / android_lint / parser / LintParser.java

in your method:

private Priority getPriority(String severity) {
if (SEVERITY_FATAL.equals(severity) ||
SEVERITY_ERROR.equals(severity)) {
return Priority.HIGH;
}
if (SEVERITY_INFORMATIONAL.equals(severity)) {
return Priority.LOW;
}
return Priority.NORMAL;
}

you check against the constant SEVERITY_INFORMATIONAL which is
"Informational", this is wrong. As you can see in the specification
the string itself should be "Information".

The correct constant should be:
/** Severity constant value from {@link
com.android.tools.lint.detector.api.Severity}. */
private static final String SEVERITY_INFORMATIONAL = "Information";




Project:


Jenkins



Priority:


Major



Reporter:


Jan Loebel

























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/groups/opt_out.




[JIRA] (JENKINS-16568) Matrix job with 3 axis failed to load

2013-02-05 Thread michael.wy...@hansoft.se (JIRA)














































Michael Wynne
 commented on  JENKINS-16568


Matrix job with 3 axis failed to load 















We recently setup a Jenkins server for the first time and just after getting everything configured this bug hit us. It is affecting all our matrix build jobs (each with 2 or 3 axis). On Windows Server 2008 R2.

This basically renders Jenkins useless for us atm unfortunately. Any fixes or workarounds would be appreciated.



























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/groups/opt_out.




[JIRA] (JENKINS-16613) Windows slave fails to start via JNLP (wrong URL scheme + fails to redirect)

2013-02-05 Thread daniel.plaza.e...@gmail.com (JIRA)














































Daniel Plaza
 started work on  JENKINS-16613


Windows slave fails to start via JNLP (wrong URL scheme + fails to redirect)
















Change By:


Daniel Plaza
(05/Feb/13 3:51 PM)




Status:


Open
InProgress



























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/groups/opt_out.




[JIRA] (JENKINS-16613) Windows slave fails to start via JNLP (wrong URL scheme + fails to redirect)

2013-02-05 Thread daniel.plaza.e...@gmail.com (JIRA)














































Daniel Plaza
 stopped work on  JENKINS-16613


Windows slave fails to start via JNLP (wrong URL scheme + fails to redirect)
















Change By:


Daniel Plaza
(05/Feb/13 3:51 PM)




Status:


InProgress
Open



























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/groups/opt_out.




[JIRA] (JENKINS-16646) Git push tag only in case if build SUCCESS only, UNSTABLE result is not push a tag.

2013-02-05 Thread vova.krav...@gmail.com (JIRA)














































Vladimir Kravets
 created  JENKINS-16646


Git push tag only in case if build SUCCESS only, UNSTABLE result is not push a tag.















Issue Type:


Bug



Assignee:


Nicolas De Loof



Components:


git



Created:


05/Feb/13 4:07 PM



Description:


Git push tag only in case if build SUCCESS only, UNSTABLE result is not push a tag.

Since UNSTABLE status in general can be "stable" with warnings. Since compilation errors or something critical don't happens during build we need to have ability to push tag even build is unstable.

Possible fix I will push as pull request.




Project:


Jenkins



Priority:


Major



Reporter:


Vladimir Kravets

























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/groups/opt_out.




[JIRA] (JENKINS-16567) Error 500 while cloning a any job type

2013-02-05 Thread aherit...@apache.org (JIRA)














































Arnaud Héritier
 updated  JENKINS-16567


Error 500 while cloning a any job type
















Change By:


Arnaud Héritier
(05/Feb/13 4:31 PM)




Summary:


Error500whilecloninga
maven
any
job
type



























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/groups/opt_out.




[JIRA] (JENKINS-16499) NPE when new job by copy from existing one

2013-02-05 Thread aherit...@apache.org (JIRA)














































Arnaud Héritier
 commented on  JENKINS-16499


NPE when new job by copy from existing one















@vlad here : https://ci.jenkins-ci.org/job/jenkins_main_trunk/2238/



























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/groups/opt_out.




[JIRA] (JENKINS-16036) Failed to record SCM polling for hudson.model.FreeStyle = NullPointerException

2013-02-05 Thread wgrace...@java.net (JIRA)














































wgracelee
 commented on  JENKINS-16036


Failed to record SCM polling for hudson.model.FreeStyle = NullPointerException















Me, too. I'm seeing the error with most recent version, 1.500.



























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/groups/opt_out.




[JIRA] (JENKINS-15156) Builds disappear from build history after completion

2013-02-05 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 commented on  JENKINS-15156


Builds disappear from build history after completion















@johno the fix has not been accepted yet; pending review. If I do not get a chance to look at it myself this week I will bring it to Kohsuke’s attention ASAP.



























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/groups/opt_out.




[JIRA] (JENKINS-16273) Slaves forbidden to request JNLP anonymously but -jnlpCredentials not offered

2013-02-05 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 commented on  JENKINS-16273


Slaves forbidden to request JNLP anonymously but -jnlpCredentials not offered















@walterk82—yes this was always a possibility. There is a further change (SECURITY-54) which would supersede this technique, and may make it into 1.480.3, but it is still pending review.



























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/groups/opt_out.




[JIRA] (JENKINS-15442) email-ext plugin does not save configuration on job

2013-02-05 Thread dejan2...@gmail.com (JIRA)














































Dejan Stojadinovic
 commented on  JENKINS-15442


email-ext plugin does not save configuration on job















Just to confirm this bug.
Jenkins: 1.480.2 LTS (deployed in Tomcat 7).



























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/groups/opt_out.




[JIRA] (JENKINS-15442) email-ext plugin does not save configuration on job

2013-02-05 Thread dejan2...@gmail.com (JIRA)












































 
Dejan Stojadinovic
 edited a comment on  JENKINS-15442


email-ext plugin does not save configuration on job
















Just to confirm this bug.
Jenkins: 1.480.2 LTS (deployed in Tomcat 7); Email-ext plugin 2.25



























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/groups/opt_out.




[JIRA] (JENKINS-15442) email-ext plugin does not save configuration on job

2013-02-05 Thread dejan2...@gmail.com (JIRA)














































Dejan Stojadinovic
 updated  JENKINS-15442


email-ext plugin does not save configuration on job
















Change By:


Dejan Stojadinovic
(05/Feb/13 7:12 PM)




Environment:


Email-extpluginversion2.24.1
/2.25
JenkinsversionLTS1.446.2
/LTS1.480.2



























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/groups/opt_out.




[JIRA] (JENKINS-16648) doesn't work

2013-02-05 Thread ad...@moparisthebest.com (JIRA)














































Travis Burtrum
 created  JENKINS-16648


doesnt work















Issue Type:


Bug



Affects Versions:


current



Assignee:


Nicolas De Loof



Components:


changes-since-last-success



Created:


05/Feb/13 7:18 PM



Description:


I've installed this plugin and there are no links anywhere, and URLs like:

http://host/jenkins/job/jobName/changes-since-last-success/lastSuccess
http://host/jenkins/job/jobName/changes-since-last-success/buildNumber/1234

return a 404 Not Found, are these the right URLs?  And are any links supposed to show up and where?




Environment:


Fedora, amd64, Tomcat 6




Project:


Jenkins



Priority:


Major



Reporter:


Travis Burtrum

























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/groups/opt_out.




[JIRA] (JENKINS-15442) email-ext plugin does not save configuration on job

2013-02-05 Thread slide.o....@gmail.com (JIRA)














































Alex Earl
 commented on  JENKINS-15442


email-ext plugin does not save configuration on job















@Dejan - With strawboss or normal job? I am unable to replicate this even with running in Tomcat.



























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/groups/opt_out.




[JIRA] (JENKINS-15442) email-ext plugin does not save configuration on job

2013-02-05 Thread dejan2...@gmail.com (JIRA)














































Dejan Stojadinovic
 updated  JENKINS-15442


email-ext plugin does not save configuration on job
















Change By:


Dejan Stojadinovic
(05/Feb/13 7:35 PM)




Attachment:


issue_snapshot.png



























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/groups/opt_out.




[JIRA] (JENKINS-15442) email-ext plugin does not save configuration on job

2013-02-05 Thread slide.o....@gmail.com (JIRA)














































Alex Earl
 commented on  JENKINS-15442


email-ext plugin does not save configuration on job















You are looking at the info for the failure trigger, look above that, the em...@email.com is saved correctly. See the update of your screenshot attached.



























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/groups/opt_out.




[JIRA] (JENKINS-15442) email-ext plugin does not save configuration on job

2013-02-05 Thread slide.o....@gmail.com (JIRA)














































Alex Earl
 updated  JENKINS-15442


email-ext plugin does not save configuration on job
















Noted the fields in the xml vs. the form fields.





Change By:


Alex Earl
(05/Feb/13 7:41 PM)




Attachment:


jenkins_email_ext.png



























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/groups/opt_out.




[JIRA] (JENKINS-15442) email-ext plugin does not save configuration on job

2013-02-05 Thread dejan2...@gmail.com (JIRA)














































Dejan Stojadinovic
 commented on  JENKINS-15442


email-ext plugin does not save configuration on job















Steps to reproduce: enter recipient email and other details, hit "Save" and/or "Apply" 
Plugin configuriation is saved in Jenkins Web UI, but somehow not in config.xml that describes job (see attached snapshot).
(I even tried to save configuration multiple times, but no joy)

@Alex
I reckon that my job is normal  (I'm not using https://wiki.jenkins-ci.org/display/JENKINS/Strawboss+Plugin, if that's what you ask me for).

Kudos for a quick reply, let me know if I may be of assistance 



























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/groups/opt_out.




[JIRA] (JENKINS-14247) Master Executor Needed for SCM polling even with slaves

2013-02-05 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-14247


Master Executor Needed for SCM polling even with slaves















Code changed in jenkins
User: Jesse Glick
Path:
 src/main/java/hudson/plugins/mercurial/MercurialSCM.java
http://jenkins-ci.org/commit/mercurial-plugin/999b61c43f86e560e3361ddfae599fa0683de041
Log:
  Consider using alternate workaround from JENKINS-14247.





























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/groups/opt_out.




[JIRA] (JENKINS-16632) Jclouds BlobStore writes key to console log when blob store returns 401 error.

2013-02-05 Thread clark.boy...@gmail.com (JIRA)














































Clark Boylan
 updated  JENKINS-16632


Jclouds BlobStore writes key to console log when blob store returns 401 error.
















Change By:


Clark Boylan
(05/Feb/13 8:03 PM)




Attachment:


jclouds_exception.txt



























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/groups/opt_out.




[JIRA] (JENKINS-16632) Jclouds BlobStore writes key to console log when blob store returns 401 error.

2013-02-05 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-16632


Jclouds BlobStore writes key to console log when blob store returns 401 error.















Code changed in jenkins
User: Andrew Bayer
Path:
 src/main/java/jenkins/plugins/jclouds/blobstore/BlobStorePublisher.java
http://jenkins-ci.org/commit/jclouds-plugin/01991c65a1f3831fe3a4b7f05b963dd137d10bfa
Log:
  FIXED JENKINS-16632 Catch AuthorizationException and don't echo the message, so we don't echo the creds.



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






























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/groups/opt_out.




[JIRA] (JENKINS-16632) Jclouds BlobStore writes key to console log when blob store returns 401 error.

2013-02-05 Thread scm_issue_l...@java.net (JIRA)















































SCM/JIRA link daemon
 resolved  JENKINS-16632 as Fixed


Jclouds BlobStore writes key to console log when blob store returns 401 error.
















Change By:


SCM/JIRA link daemon
(05/Feb/13 8:33 PM)




Status:


Open
Resolved





Resolution:


Fixed



























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/groups/opt_out.




[JIRA] (JENKINS-15442) email-ext plugin does not save configuration on job

2013-02-05 Thread dejan2...@gmail.com (JIRA)














































Dejan Stojadinovic
 commented on  JENKINS-15442


email-ext plugin does not save configuration on job















Update: plugin works like a charm ! (On Jenkins: 1.480.2 LTS deployed in Tomcat 7 and Email-ext plugin 2.25)

Hint for othesr: in case you experience some issues just after installation restart Tomcat once more 



























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/groups/opt_out.




[JIRA] (JENKINS-16649) Server load from l:ajax

2013-02-05 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 created  JENKINS-16649


Server load from l:ajax















Issue Type:


Bug



Assignee:


Unassigned


Components:


core



Created:


05/Feb/13 8:53 PM



Description:


Every five seconds, for every browser tab of every user open on a typical Jenkins view page, two AJAX requests are made to the server, for /ajaxBuildQueue and /ajaxExecutors. The network bandwidth this consumes is not large since the responses are compressed and so tend to be pretty small (~1Kb for builds.apache.org). But inspection of thread dumps from masters in large installations, using hundreds of executors, shows that handling these requests is frequently the main activity of the server.

As such it ought to be optimized. However such requests force Stapler Jelly to be used to render full HTML, akin to part of a full page load, which involves some relatively expensive code paths. Perhaps the response can be sent in a rawer JSON form, with the HTML being reconstructed on the client?

With or without such an optimization, refreshPart should not set an indefinite five-second refresh time. Perhaps make the refresh interval grow exponentially (with a small base), so that the asymptotic load is zero. Of course you probably want a frequent refresh if you just opened the page, but people are just as likely to go out to lunch and leave the browser window open in a background, so we are wasting effort updating something no one is looking at. (Is there any way to tell from a browser tab if it is fronted or if there is any other activity in it, e.g. using a mouse listener?)




Project:


Jenkins



Labels:


performance




Priority:


Major



Reporter:


Jesse Glick

























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/groups/opt_out.




[JIRA] (JENKINS-16650) Concurrent workspaces shouldn't use '@' in the names as it can cause FileNotFoundExceptions

2013-02-05 Thread nul...@nullin.com (JIRA)














































Nalin Makar
 created  JENKINS-16650


Concurrent workspaces shouldnt use @ in the names as it can cause FileNotFoundExceptions















Issue Type:


Bug



Assignee:


Unassigned


Components:


core



Created:


05/Feb/13 9:37 PM



Description:


We have configured a job to run tests against our various environments. This job is enabled to run builds in parallel if needed. 

When we do run builds from this job in parallel, some of the tests fail with exceptions like the one below:

{{com.test.WebClientException: Failed trying to upload file '1360084126523_missingCols1.csv' for datasource 'M-019b--0005--14a6'
	at com.test.WebClient.uploadFileGetJson(WebClient.java:269)
	at com.test.dataimport.ImportTestUtil.loadAndImport(ImportTestUtil.java:198)
	at com.test.dataimport.ImportIncrementalTest.importIncrementalTestNeg_INCMH10(ImportIncrementalTest.java:208)
Caused by: java.io.FileNotFoundException: /jenkins/workspace/QE_All_Tests%402/target/test-classes/datasets/dataimport/incremental/INCMH10/missingCols1.csv (No such file or directory)
	at java.io.FileInputStream.open(Native Method)
	at java.io.FileInputStream.init(FileInputStream.java:106)
	at org.apache.http.entity.mime.content.FileBody.writeTo(FileBody.java:100)
	at org.apache.http.entity.mime.HttpMultipart.doWriteTo(HttpMultipart.java:206)
	at org.apache.http.entity.mime.HttpMultipart.writeTo(HttpMultipart.java:224)
	at org.apache.http.entity.mime.MultipartEntity.writeTo(MultipartEntity.java:183)
	at org.apache.http.entity.HttpEntityWrapper.writeTo(HttpEntityWrapper.java:96)
	at org.apache.http.impl.client.EntityEnclosingRequestWrapper$EntityWrapper.writeTo(EntityEnclosingRequestWrapper.java:108)
	at org.apache.http.impl.entity.EntitySerializer.serialize(EntitySerializer.java:120)
	at org.apache.http.impl.AbstractHttpClientConnection.sendRequestEntity(AbstractHttpClientConnection.java:264)
	at org.apache.http.impl.conn.AbstractClientConnAdapter.sendRequestEntity(AbstractClientConnAdapter.java:224)
	at org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:255)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:647)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:464)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:820)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:754)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:732)
	at com.test.WebClient.uploadFileGetJson(WebClient.java:265)
	... 36 more}}

The main issue here is: 

java.io.FileNotFoundException: /jenkins/workspace/QE_All_Tests%402/target/test-classes/datasets/dataimport/incremental/INCMH10/missingCols1.csv (No such file or directory)

This happens because the test expects the file to be present at /jenkins/workspace/QE_All_Tests%402/ where as it's actually present at /jenkins/workspace/QE_All_Tests@2/

Jenkins should consider using some character other than '@' (e.g. '_') when creating workspaces for concurrent builds.




Environment:


Running v1.495 with 3 slaves




Project:


Jenkins



Priority:


Major



Reporter:


Nalin Makar

























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 

[JIRA] (JENKINS-16644) When using Perforce Plugin, P4_CHANGELIST variable gets incorrect value

2013-02-05 Thread rob.pe...@gmail.com (JIRA)














































Rob Petti
 commented on  JENKINS-16644


When using Perforce Plugin, P4_CHANGELIST variable gets incorrect value















P4_CHANGELIST is the last submitted changeset made to the build workspace, not the entire depot.



























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/groups/opt_out.




[JIRA] (JENKINS-16644) When using Perforce Plugin, P4_CHANGELIST variable gets incorrect value

2013-02-05 Thread rob.pe...@gmail.com (JIRA)














































Rob Petti
 commented on  JENKINS-16644


When using Perforce Plugin, P4_CHANGELIST variable gets incorrect value















Here's an example from one of my builds:

[workspace] $ p4 changes -s submitted -m 1 //redacted_workspace_name/...




























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/groups/opt_out.




[JIRA] (JENKINS-16651) Filter in PluginManager » Available is broken

2013-02-05 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 created  JENKINS-16651


Filter in PluginManager » Available is broken















Issue Type:


Bug



Assignee:


Unassigned


Components:


core



Created:


05/Feb/13 10:02 PM



Description:


Go to /pluginManager/available and use the browser search to search for mercurial; you will see the plugin. Now type this same string in the Filter field; nothing is shown. After clearing the filter, the plugin is not there any more, either; you need to reload the page!




Project:


Jenkins



Labels:


regression




Priority:


Major



Reporter:


Jesse Glick

























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/groups/opt_out.




[JIRA] (JENKINS-16637) problems exposing P4CLIENT and P4PASSWD to env

2013-02-05 Thread rob.pe...@gmail.com (JIRA)














































Rob Petti
 commented on  JENKINS-16637


problems exposing P4CLIENT and P4PASSWD to env















Can you give me more detail about your environment? I'm mostly looking for specific slave OS information, and JVM versions for master and slave.

Have you verified this behavior by adding a separate build action that does nothing but echo the P4CLIENT env variable? What sort of build actions are you using?



























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/groups/opt_out.




[JIRA] (JENKINS-16652) Upload Plugin does not try to install dynamically

2013-02-05 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 created  JENKINS-16652


Upload Plugin does not try to install dynamically















Issue Type:


Bug



Assignee:


Unassigned


Components:


core



Created:


05/Feb/13 10:04 PM



Description:


Installing a new plugin from the update center can be done without restarting Jenkins. But it seems that installing a new plugin from Plugin Manager » Advanced » Upload unconditionally forces a restart.




Project:


Jenkins



Priority:


Minor



Reporter:


Jesse Glick

























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/groups/opt_out.




[JIRA] (JENKINS-16651) Filter in PluginManager » Available is broken

2013-02-05 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 commented on  JENKINS-16651


Filter in PluginManager » Available is broken















https://github.com/jenkinsci/jenkins/commit/b3013da53c904df6eaecf1890a0930e6410a06d2 responsible.



























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/groups/opt_out.




[JIRA] (JENKINS-16653) provide option to disable pre-build steps in matrix jobs

2013-02-05 Thread ch...@simplistix.co.uk (JIRA)














































Chris Withers
 created  JENKINS-16653


provide option to disable pre-build steps in matrix jobs















Issue Type:


Improvement



Assignee:


Unassigned


Components:


core, matrix



Created:


05/Feb/13 10:12 PM



Description:


The parent build of a matrix job executes the "Source Code Management" (eg: Subversion checkout) and "Build environment" (eg: Workspace Cleanup Plugin) sections of the job configuration.

I can't see where that would ever be useful (how would anything get access to the source code checkouts done by the parent build?) and is often detrimental (see https://issues.jenkins-ci.org/browse/JENKINS-16521) so maybe this issue is just to stop any build steps happening on the parent job?

However, assuming these steps do have some use for some users, can we please have a config option on the job that, when checked, prevents pre-build steps from being executed by parent builds of matrix jobs?




Environment:


Jenkins 1.480.2




Project:


Jenkins



Labels:


matrix
multi-configuration




Priority:


Major



Reporter:


Chris Withers

























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/groups/opt_out.




[JIRA] (JENKINS-16654) Add an option to disable the mercurial changelog calculation

2013-02-05 Thread avi.sa...@gmail.com (JIRA)














































celltestr
 created  JENKINS-16654


Add an option to disable the mercurial changelog calculation















Issue Type:


Improvement



Affects Versions:


current



Assignee:


Jesse Glick



Components:


mercurial



Created:


05/Feb/13 10:21 PM



Description:


When polling a lot of changes it takes very long time for mercurial to generate the changelog. In some cases we care about what was changed but in most of the cases when running test builds for example or when changing branches for testing purposes we do not care about what changes were made.

This will result in much quicker build times.

It will be really nice to have a "Determine changes" checkbox in the plugin settings that will allow to enable/disable the changelog calculation.




Project:


Jenkins



Priority:


Major



Reporter:


celltestr

























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/groups/opt_out.




[JIRA] (JENKINS-16654) Add a checkbox to disable the mercurial changelog calculation

2013-02-05 Thread avi.sa...@gmail.com (JIRA)














































celltestr
 updated  JENKINS-16654


Add a checkbox to disable the mercurial changelog calculation
















Change By:


celltestr
(05/Feb/13 10:22 PM)




Summary:


Add
anoption
acheckbox
todisablethemercurialchangelogcalculation



























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/groups/opt_out.




[JIRA] (JENKINS-16651) Filter in PluginManager » Available is broken

2013-02-05 Thread scm_issue_l...@java.net (JIRA)















































SCM/JIRA link daemon
 resolved  JENKINS-16651 as Fixed


Filter in PluginManager » Available is broken
















Change By:


SCM/JIRA link daemon
(05/Feb/13 10:28 PM)




Status:


Open
Resolved





Resolution:


Fixed



























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/groups/opt_out.




[JIRA] (JENKINS-16651) Filter in PluginManager » Available is broken

2013-02-05 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-16651


Filter in PluginManager » Available is broken















Code changed in jenkins
User: Jesse Glick
Path:
 changelog.html
 core/src/main/resources/hudson/PluginManager/_table.js
http://jenkins-ci.org/commit/jenkins/9a95d23344243f0424734a605291002276364d89
Log:
  FIXED JENKINS-16651 Broken Filter field in Plugin Manager.



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






























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/groups/opt_out.




[JIRA] (JENKINS-16654) Add a checkbox to disable the mercurial changelog calculation

2013-02-05 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 commented on  JENKINS-16654


Add a checkbox to disable the mercurial changelog calculation















If you do not need the changelog calculation, why are you using the plugin at all? Just add a shell build step


if [ -d .hg ]; then hg pull -u; else hg clone … .; fi


I guess the plugin can be useful for more exotic features like repository caching and (in the future) Credentials integration, but for most jobs its only real purpose is making the changelog.

Also I wonder what kinds of repositories make changelog generation slow to begin with. You need to pull the new changesets anyway, so the overhead is just running a certain log operation. It is possible there are avoidable inefficiencies in the options passed to this command.



























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/groups/opt_out.




[JIRA] (JENKINS-15598) Include support for linking Sauce Job to Test result by parsing 'job-name'

2013-02-05 Thread piar...@gmail.com (JIRA)















































Ross Rowe
 resolved  JENKINS-15598 as Fixed


Include support for linking Sauce Job to Test result by parsing job-name
















Change By:


Ross Rowe
(05/Feb/13 10:41 PM)




Status:


InProgress
Resolved





Resolution:


Fixed



























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/groups/opt_out.




  1   2   >