[JIRA] [subversion] (JENKINS-21785) Check for changes in folders linked via svn:externals fails due to missing credentials

2014-04-25 Thread souku...@gmail.com (JIRA)














































michael soukup
 commented on  JENKINS-21785


Check for changes in folders linked via svn:externals fails due to missing credentials















@Daniel Beck - might be that this issue is a "weird behavior by design", but up to the latest release it was working with no additional credentials.
The last update (Subversion-Plugin from 1.54 to 2.2.) broke that so now I have to define the additional credentials for every job. 
This was the reason I opened my bug entry (duplicate) and contributed to this one.
I still think this is a bug as it was a major change in how the credentials are treated, but as the "workaround" with additional credentials works for me I'll leave it at that.



























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







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


[JIRA] [core] (JENKINS-21394) Avoid queuing request for workspace while node is offline

2014-04-25 Thread sl...@dresearch-fe.de (JIRA)














































Steffen Sledz
 commented on  JENKINS-21394


Avoid queuing request for workspace while node is offline















@Mads

I'have to correct my previous statements.


	Downgrade Jenkins itself to 1.559 or earlier leads to a different behaviour. The "We need to schedule ... (all_suitable_nodes_are_offline)" is gone. But instead the affected jobs are triggered cyclic in a loop (each time scm checks for updates).
	Downgrade multiple SCM plugin to 0.2 has no influence.
	Downgrade GIT plugin to 2.0 completely fixes the problem(s).



So may be we have two different (but related ?) problems here.

Sorry for the confusion.



























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







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


[JIRA] [acceptance-test-harness] (JENKINS-22757) Fix audit trail tests

2014-04-25 Thread ogon...@gmail.com (JIRA)














































Oliver Gondža
 created  JENKINS-22757


Fix audit trail tests















Issue Type:


Bug



Assignee:


Oliver Gondža



Components:


acceptance-test-harness



Created:


25/Apr/14 7:31 AM



Description:


Broken sice Audit-Trail 2.0. https://github.com/jenkinsci/audit-trail-plugin/commit/2a1b81cf4208501b7454b4be4681171672897aac#commitcomment-6106311




Project:


Jenkins



Labels:


sut-change




Priority:


Major



Reporter:


Oliver Gondža

























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







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


[JIRA] [acceptance-test-harness] (JENKINS-22757) Fix audit trail acceptance tests

2014-04-25 Thread ogon...@gmail.com (JIRA)














































Oliver Gondža
 updated  JENKINS-22757


Fix audit trail acceptance tests
















Change By:


Oliver Gondža
(25/Apr/14 7:41 AM)




Summary:


Fixaudittrail
acceptance
tests





Description:


BrokensiceAudit-Trail2.0.https://github.com/jenkinsci/audit-trail-plugin/commit/2a1b81cf4208501b7454b4be4681171672897aac#commitcomment-6106311
Affectedtests:plugins.AuditTrailPluginTest.trail_should_contain_logged_eventsplugins.AuditTrailPluginTest.trail_should_be_empty_after_login



























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







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


[JIRA] [core] (JENKINS-22734) OutOfMemory on file transfer

2014-04-25 Thread m...@arosii.dk (JIRA)














































moa_arosii
 commented on  JENKINS-22734


OutOfMemory on file transfer















We see the same problem when large files are copied to the slave in v. 1.560:

It is also similar to this recently reported problem: http://jenkins-ci.361315.n4.nabble.com/Problems-with-memory-usage-on-1-560-td4699645.html

It looks like the problem lies on the slave in this part:


Caused by: java.lang.OutOfMemoryError: Java heap space
	at java.util.Arrays.copyOf(Arrays.java:2271)
	at java.io.ByteArrayOutputStream.grow(ByteArrayOutputStream.java:113)
	at java.io.ByteArrayOutputStream.ensureCapacity(ByteArrayOutputStream.java:93)
	at java.io.ByteArrayOutputStream.write(ByteArrayOutputStream.java:140)
	at hudson.remoting.FlightRecorderInputStream.read(FlightRecorderInputStream.java:87)}}


If you look on the 'blame' for ChannelBuilder it looks like the usage of FlightRecorderInputStream was introduced in MakeTransport in line 251 20 days ago in commit "Merge branch 'master' into nio" (bdd486dbe6584c607bed0e4324abbd6eeddbb39e).

It might be a good guess that this "recording' of content causes the problem when large amount of files are transferred. In our case it is close to 100 mb.




























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







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


[JIRA] [core] (JENKINS-22758) Jenkins =1.560 breaks Jenkins slave handling / NIO JNLP related (using swarm plugin)

2014-04-25 Thread jenkins-ci....@michael-prokop.at (JIRA)














































Michael Prokop
 created  JENKINS-22758


Jenkins =1.560 breaks Jenkins slave handling / NIO JNLP related (using swarm plugin)















Issue Type:


Bug



Affects Versions:


current



Assignee:


Kohsuke Kawaguchi



Components:


core, swarm



Created:


25/Apr/14 8:09 AM



Description:


My Jenkins slaves are connected via the swarm plugin (tested with swarm-client-1.10 and  swarm-client-1.15), as soon as I upgrade Jenkins master to 1.560 Jenkins jobs very soon die with (quoting Jenkins job output):


09:17:44 FATAL: hudson.remoting.RequestAbortedException: java.nio.channels.ClosedByInterruptException
09:17:44 hudson.remoting.RequestAbortedException: hudson.remoting.RequestAbortedException: java.nio.channels.ClosedByInterruptException
09:17:44 	at hudson.remoting.RequestAbortedException.wrapForRethrow(RequestAbortedException.java:41)
09:17:44 	at hudson.remoting.RequestAbortedException.wrapForRethrow(RequestAbortedException.java:34)
09:17:44 	at hudson.remoting.Request.call(Request.java:174)
09:17:44 	at hudson.remoting.Channel.call(Channel.java:738)
09:17:44 	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:168)
09:17:44 	at com.sun.proxy.$Proxy57.join(Unknown Source)
09:17:44 	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:951)
09:17:44 	at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:137)
09:17:44 	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:97)
09:17:44 	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66)
09:17:44 	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
09:17:44 	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:740)
09:17:44 	at hudson.model.Build$BuildExecution.build(Build.java:198)
09:17:44 	at hudson.model.Build$BuildExecution.doRun(Build.java:159)
09:17:44 	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:519)
09:17:44 	at hudson.model.Run.execute(Run.java:1703)
09:17:44 	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
09:17:44 	at hudson.model.ResourceController.execute(ResourceController.java:88)
09:17:44 	at hudson.model.Executor.run(Executor.java:231)
09:17:44 Caused by: hudson.remoting.RequestAbortedException: java.nio.channels.ClosedByInterruptException
09:17:44 	at hudson.remoting.Request.abort(Request.java:299)
09:17:44 	at hudson.remoting.Channel.terminate(Channel.java:801)
09:17:44 	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:69)
09:17:44 Caused by: java.nio.channels.ClosedByInterruptException
09:17:44 	at java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:201)
09:17:44 	at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:281)
09:17:44 	at hudson.remoting.SocketChannelStream$1.read(SocketChannelStream.java:33)
09:17:44 	at sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:65)
09:17:44 	at sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:109)
09:17:44 	at sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
09:17:44 	at java.io.InputStream.read(InputStream.java:101)
09:17:44 	at sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:81)
09:17:44 	at hudson.remoting.FlightRecorderInputStream.read(FlightRecorderInputStream.java:77)
09:17:44 	at java.io.ObjectInputStream$PeekInputStream.peek(ObjectInputStream.java:2291)
09:17:44 	at java.io.ObjectInputStream$BlockDataInputStream.peek(ObjectInputStream.java:2584)
09:17:44 	at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2594)
09:17:44 	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1317)
09:17:44 	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:369)
09:17:44 	at hudson.remoting.Command.readFrom(Command.java:92)
09:17:44 	at hudson.remoting.ClassicCommandTransport.read(ClassicCommandTransport.java:70)
09:17:44 	at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)

... 

[JIRA] [active-directory] (JENKINS-22759) NullPointerException when trying to modify/add user

2014-04-25 Thread hinl...@hotmail.com (JIRA)














































hinling yeung
 created  JENKINS-22759


NullPointerException when trying to modify/add user 















Issue Type:


Bug



Assignee:


Unassigned


Components:


active-directory



Created:


25/Apr/14 8:13 AM



Description:


When adding an user or modifying an existing user's rights on the Matrix-based security grid and clicking "Save" or "Apply", the following NullPointerException appears:


A problem occurred while processing the request. Please check our bug tracker to see if a similar problem has already been reported. If it is already reported, please vote and put a comment on it to let us gauge the impact of the problem. If you think this is a new issue, please file a new issue. When you file an issue, make sure to add the entire stack trace, along with the version of Jenkins and relevant plugins. The users list might be also useful in understanding what has happened.
Stack trace

javax.servlet.ServletException: java.lang.NullPointerException
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:778)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:858)
	at org.kohsuke.stapler.MetaClass$12.dispatch(MetaClass.java:390)
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:728)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:858)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:631)
	at org.kohsuke.stapler.Stapler.service(Stapler.java:225)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:686)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1494)
	at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:96)
	at hudson.plugins.scm_sync_configuration.extensions.ScmSyncConfigurationFilter$1.call(ScmSyncConfigurationFilter.java:46)
	at hudson.plugins.scm_sync_configuration.ScmSyncConfigurationDataProvider.provideRequestDuring(ScmSyncConfigurationDataProvider.java:103)
	at hudson.plugins.scm_sync_configuration.extensions.ScmSyncConfigurationFilter.doFilter(ScmSyncConfigurationFilter.java:42)
	at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:99)
	at hudson.plugins.greenballs.GreenBallFilter.doFilter(GreenBallFilter.java:58)
	at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:99)
	at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:88)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)
	at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:48)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84)
	at hudson.security.UnwrapSecurityExceptionFilter.doFilter(UnwrapSecurityExceptionFilter.java:51)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at jenkins.security.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:117)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter(RememberMeProcessingFilter.java:142)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:271)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at org.acegisecurity.ui.basicauth.BasicProcessingFilter.doFilter(BasicProcessingFilter.java:174)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at jenkins.security.ApiTokenFilter.doFilter(ApiTokenFilter.java:64)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:249)
	at 

[JIRA] [core] (JENKINS-22760) Request for new slave-specific permission in Jenkins core

2014-04-25 Thread szabolcs.tivadar.sel...@ericsson.com (JIRA)














































Szabolcs Sélley
 created  JENKINS-22760


Request for new slave-specific permission in Jenkins core















Issue Type:


Improvement



Affects Versions:


current



Assignee:


Unassigned


Components:


core



Created:


25/Apr/14 8:34 AM



Description:


Enable to create cancel right for a user on a job(s), but just on a group of slaves in Jenkins. New slave-specific permissions shall be implemented in Jenkins core to enable this kind of feature with Role Strategy Plugin.

https://wiki.jenkins-ci.org/display/JENKINS/Role+Strategy+Plugin?focusedCommentId=72418421#comment-72418421





Environment:


-




Project:


Jenkins



Labels:


jenkins
plugin
slave
permission




Priority:


Major



Reporter:


Szabolcs Sélley

























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







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


[JIRA] [cppcheck] (JENKINS-22761) Missing links to source in cppcheck plugin

2014-04-25 Thread ma...@live.com.au (JIRA)














































Mavi K
 created  JENKINS-22761


Missing links to source in cppcheck plugin















Issue Type:


Bug



Affects Versions:


current



Assignee:


Gregory Boissinot



Components:


cppcheck



Created:


25/Apr/14 8:54 AM



Description:


In the Details table of the CppCheck results page for a job, I have a number of issues listed. However, there are no links to the source code from the highlighted issues. Is that a bug or a limitation of the CppCheck plugin?

Version details:
   CppCheck plugin 1.15
   Jenkins 1.554, 




Environment:


Ubuntu 10.04




Project:


Jenkins



Priority:


Minor



Reporter:


Mavi K

























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







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


[JIRA] [tasks-plugin] (JENKINS-22744) cp1251 encoding issue when viewing Details tab

2014-04-25 Thread dzianis.frydli...@gmail.com (JIRA)














































Dennis F.
 commented on  JENKINS-22744


cp1251 encoding issue when viewing Details tab















Ulli,
I've changed my pom.xml to the following code:

project.build.sourceEncodingwindows-1251/project.build.sourceEncoding

but still getting the same unreadable text on the details page. It seems that nothing changed.



























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







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


[JIRA] [tasks-plugin] (JENKINS-22744) cp1251 encoding issue when viewing Details tab

2014-04-25 Thread dzianis.frydli...@gmail.com (JIRA)














































Dennis F.
 commented on  JENKINS-22744


cp1251 encoding issue when viewing Details tab















It's rather interesting that when java source is opened from the details tab, everything is displayed correctly.



























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







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


[JIRA] [master-slave] (JENKINS-11992) Win7 x64: x86 Java runtime creates bad PATH on x64 OS causing ' \Java\jre6\bin was unexpected at this time.' error

2014-04-25 Thread robert.gra...@sealsystems.de (JIRA)














































Robert Grampp
 updated  JENKINS-11992


Win7 x64: x86 Java runtime creates bad PATH on x64 OS causing  \Java\jre6\bin was unexpected at this time. error
















Change By:


Robert Grampp
(25/Apr/14 9:34 AM)




Priority:


Minor
Major



























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







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


[JIRA] [master-slave] (JENKINS-11992) Win7 x64: x86 Java runtime creates bad PATH on x64 OS causing ' \Java\jre6\bin was unexpected at this time.' error

2014-04-25 Thread robert.gra...@sealsystems.de (JIRA)














































Robert Grampp
 commented on  JENKINS-11992


Win7 x64: x86 Java runtime creates bad PATH on x64 OS causing  \Java\jre6\bin was unexpected at this time. error















Changed level to Major since slave build with MS Visual Studio is impossible with this Jenkins behaviour.



























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







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


[JIRA] [master-slave] (JENKINS-22762) can not add a slave node, java.lang.RuntimeException: Failed to instantiate class hudson.slaves.DumbSlave

2014-04-25 Thread stella.mengting.c...@gmail.com (JIRA)














































Mengting Chen
 created  JENKINS-22762


can not add a slave node, java.lang.RuntimeException: Failed to instantiate class hudson.slaves.DumbSlave















Issue Type:


Bug



Affects Versions:


current



Assignee:


Mengting Chen



Components:


master-slave



Created:


25/Apr/14 10:13 AM



Description:


when add a slave node
i finish the configuration and click save
javax.servlet.ServletException: java.lang.RuntimeException: Failed to instantiate class hudson.slaves.DumbSlave from {"name":"192.168.9.57","nodeDescription":"","numExecutors":"1","remoteFS":"/data/home/jenkins","labelString":"perf","mode":"EXCLUSIVE","":hudson.plugins.sshslaves.SSHLauncher,hudson.slaves.RetentionStrategy$Always,"launcher":{"stapler-class":"hudson.plugins.sshslaves.SSHLauncher","host":"192.168.211.4","port":"58422","javaPath":"","jvmOptions":"","prefixStartSlaveCmd":"","suffixStartSlaveCmd":""},"retentionStrategy":{"stapler-class":"hudson.slaves.RetentionStrategy$Always"},"nodeProperties":{"stapler-class-bag":"true"}}
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:778)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:858)
	at org.kohsuke.stapler.MetaClass$12.dispatch(MetaClass.java:390)
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:728)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:858)
	at org.kohsuke.stapler.MetaClass$4.doDispatch(MetaClass.java:210)
	at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:728)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:858)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:631)
	at org.kohsuke.stapler.Stapler.service(Stapler.java:225)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:96)
	at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:88)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:48)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84)
	at hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:76)
	at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:164)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:46)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:81)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:465)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
	at 

[JIRA] [core] (JENKINS-22750) Polling no longer triggers builds (regression 1.560)

2014-04-25 Thread enric.carr...@spenta.es (JIRA)














































Enric Carrión
 commented on  JENKINS-22750


Polling no longer triggers builds (regression 1.560)















I can confirm this is also happening in a fresh 1.560 installation.



























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







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


[JIRA] [core] (JENKINS-21882) v1.551 + GitHub OAuth == broken api token access

2014-04-25 Thread so...@linux2go.dk (JIRA)














































Soren Hansen
 commented on  JENKINS-21882


v1.551 + GitHub OAuth == broken api token access















It seems this broke again after I fixed it. AFter upgrading my Jenkins instance, it again does not work for me.

A number of bugs seem related: JENKINS-22346 JENKINS-20064 JENKINS-9258



























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







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


[JIRA] [crowd2] (JENKINS-21852) Allow configuration of HTTPS proxy for connection to Crowd

2014-04-25 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-21852


Allow configuration of HTTPS proxy for connection to Crowd















Please, try new plugin, i added parameters, but i have no proxy for testing.



























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







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


[JIRA] [crowd2] (JENKINS-13788) Git user and Crowd 2 authenticated user should be equal (one User-Id)

2014-04-25 Thread gentoo.inte...@gmail.com (JIRA)















































Kanstantsin Shautsou
 resolved  JENKINS-13788 as Fixed


Git user and Crowd 2 authenticated user should be equal (one User-Id)
















Was fixed in 1.6.





Change By:


Kanstantsin Shautsou
(25/Apr/14 11:37 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/d/optout.


[JIRA] [crowd2] (JENKINS-18791) session.validationinterval is not saved

2014-04-25 Thread gentoo.inte...@gmail.com (JIRA)















































Kanstantsin Shautsou
 resolved  JENKINS-18791 as Fixed


session.validationinterval is not saved
















Should be fixed in 1.7





Change By:


Kanstantsin Shautsou
(25/Apr/14 11:40 AM)




Status:


Reopened
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/d/optout.


[JIRA] [crowd2] (JENKINS-13279) Interface with Crowd embedded that runs in Jira

2014-04-25 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-13279


Interface with Crowd embedded that runs in Jira















Please, try new 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/d/optout.


[JIRA] [crowd2] (JENKINS-17957) Crowd plugin - remember me doesn't work

2014-04-25 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-17957


Crowd plugin - remember me doesnt work















Initial author mapped autologin to rememberme functionality from servletfilter. ServletFilter should be reworked and auth bean should be checked, rememberme class should be removed at all so jenkins will use core rememberme functionality. Like it was fixed in latest ldap 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/d/optout.


[JIRA] [core] (JENKINS-21882) v1.551 + GitHub OAuth == broken api token access

2014-04-25 Thread jenshniel...@gmail.com (JIRA)














































Jens Nielsen
 commented on  JENKINS-21882


v1.551 + GitHub OAuth == broken api token access















That seems likely and explains why it works on the latest LTS but not on the regular 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/d/optout.


[JIRA] [active-directory] (JENKINS-19052) upgrading from 1.523 to 1.524 or 1.525 breaks jenkins - ActiveDirectorySecurityRealm missing descriptor

2014-04-25 Thread peter.wa...@ikano.se (JIRA)














































Peter Walls
 commented on  JENKINS-19052


upgrading from 1.523 to 1.524 or 1.525 breaks jenkins - ActiveDirectorySecurityRealm missing descriptor















Hello,
I saw the exact same error after upgrading to Jenkins 1.560 on Windows. After some investigations I found a couple of strange .disabled files in the plugins-directory of the credentials and active-directory plugins.
I stopped the Jenkins service, removed all dirs and files for the following plugins: active-directory, credentials and ssh-credentials. After that I replaced the three plugins with fresh copies of the jpi files. And after restarting the Jenkins service it all suddenly worked again!



























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







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


[JIRA] [core] (JENKINS-22734) OutOfMemory on file transfer

2014-04-25 Thread tur...@chebucto.ns.ca (JIRA)














































Shane Turner
 commented on  JENKINS-22734


OutOfMemory on file transfer















Someone should update the "Affects Version" field to indicate that this is an issue with 1.560.



























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







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


[JIRA] [core] (JENKINS-21882) v1.551 + GitHub OAuth == broken api token access

2014-04-25 Thread so...@linux2go.dk (JIRA)














































Soren Hansen
 commented on  JENKINS-21882


v1.551 + GitHub OAuth == broken api token access















Oh, found the problem!

Jenkins's User class now calls the loadUserByUsername on the UserDetailsService from the SecurityComponents object on the SecurityRealm, but that doesn't actually call the loadUserByUsername method, but rather provides its own "fake" one in the Github OAuth 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/d/optout.


[JIRA] [core] (JENKINS-22758) Jenkins =1.560 breaks Jenkins slave handling / NIO JNLP related (using swarm plugin)

2014-04-25 Thread cbos...@gmail.com (JIRA)














































Cees Bos
 commented on  JENKINS-22758


Jenkins =1.560 breaks Jenkins slave handling / NIO JNLP related (using swarm plugin)















It looks like not only an issue with swarm plugin.
We have a number of jnlp slaves, but we don't get them connected anymore.
>From the perspective of the slave it shows 'connected', but Jenkins master shows it as still unconnected.
We have a Jenkins master on Linux and mix of all kind of slaves.



























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







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


[JIRA] [core] (JENKINS-21882) v1.551 + GitHub OAuth == broken api token access

2014-04-25 Thread so...@linux2go.dk (JIRA)














































Soren Hansen
 commented on  JENKINS-21882


v1.551 + GitHub OAuth == broken api token access















https://github.com/jenkinsci/github-oauth-plugin/pull/23



























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







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


[JIRA] [core] (JENKINS-22758) Jenkins =1.560 breaks Jenkins slave handling / NIO JNLP related (using swarm plugin)

2014-04-25 Thread cbos...@gmail.com (JIRA)












































 
Cees Bos
 edited a comment on  JENKINS-22758


Jenkins =1.560 breaks Jenkins slave handling / NIO JNLP related (using swarm plugin)
















It looks like not only an issue with swarm plugin.
We have a number of jnlp slaves, but we don't get them connected anymore.
>From the perspective of the slave it shows 'connected', but Jenkins master shows it as still unconnected.
We have a Jenkins master on Linux and mix of all kind of slaves.

In Jenkins you can click on 'Log' for a node, then there is:
JNLP agent connected from /10.1.29.228

But the UI still shows it as offline.



























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







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


[JIRA] [core] (JENKINS-21882) v1.551 + GitHub OAuth == broken api token access

2014-04-25 Thread so...@linux2go.dk (JIRA)














































Soren Hansen
 commented on  JENKINS-21882


v1.551 + GitHub OAuth == broken api token access















Plugin for testing can be found here: https://github.com/sorenh/github-oauth-plugin/releases/tag/0.16-pre-soren



























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







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


[JIRA] [git] (JENKINS-22752) Initial poll (just after project creation) spawns builds for all the existing branches in repository

2014-04-25 Thread mark.earl.wa...@gmail.com (JIRA)















































Mark Waite
 resolved  JENKINS-22752 as Not A Defect


Initial poll (just after project creation) spawns builds for all the existing branches in repository
















This is the intended behavior of the plugin.  I'm reasonably confident that among the 30 000+ installations of the git plugin there are users who depend on that behavior.  I don't think we can change that behavior without making many more users frustrated than we would satisfy with the change.





Change By:


Mark Waite
(25/Apr/14 12:38 PM)




Status:


Open
Resolved





Resolution:


NotADefect



























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







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


[JIRA] [tasks-plugin] (JENKINS-22744) cp1251 encoding issue when viewing Details tab

2014-04-25 Thread ullrich.haf...@gmail.com (JIRA)














































Ulli Hafner
 commented on  JENKINS-22744


cp1251 encoding issue when viewing Details tab















Ah, this is a useful hint. I.e. the encoding is correctly read from your pom. Just the display in the details tab is broken, the source view works. 

Would it be possible to provide a text file in your locale (just a "TODO: Hello world" with Russian letters) so I can use it for a 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/d/optout.


[JIRA] [prqa] (JENKINS-22763) PRQA - Graphs not getting generated

2014-04-25 Thread jra...@visteon.com (JIRA)














































Rainy John
 created  JENKINS-22763


PRQA - Graphs not getting generated















Issue Type:


Bug



Assignee:


Praqma Support



Attachments:


PRQA_Issue.txt



Components:


prqa



Created:


25/Apr/14 12:52 PM



Description:


I use ver 1.556 of Jenkins and Ver 1.2.2 of PRQA plug-in and I have a Master-Salve Configuration. 
I have installed QAC 8.0 R version, QAW and QAR files in Slave PC.
If I configure 'Programming Research Report' in the Post Build section of Jenkins Job, I am getting the error "the build fails saying "Build step 'Programming Research Report' marked build as failure"

Note that the QAC HTML files are getting generated as part of Build.




Environment:


Ver 1.556 of Jenkins and Ver 1.2.2 of PRQA plug-in.




Project:


Jenkins



Priority:


Major



Reporter:


Rainy John

























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







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


[JIRA] [core] (JENKINS-22758) Jenkins =1.560 breaks Jenkins slave handling / NIO JNLP related (using swarm plugin)

2014-04-25 Thread cbos...@gmail.com (JIRA)












































 
Cees Bos
 edited a comment on  JENKINS-22758


Jenkins =1.560 breaks Jenkins slave handling / NIO JNLP related (using swarm plugin)
















It looks like not only an issue with swarm plugin.

Today we did an update to 1.560 (from 1.554).
We noticed 2 things:

	We have a regular restart of the JNLP slaves with a Groovy script executed on the slave itself as soon as the executor is free. Each slave has only 1 executed.
There are long running jobs active on the JNLP saves. So normally it waits till the job is completed, then the next item gets executed.
But now the restart task got executed right away, and broke the running job. 




	The machine got restarted and then tried to connect again to Jenkins, that fails.
We have a number of jnlp slaves, but we don't get them connected anymore.
>From the perspective of the slave it shows 'connected', but Jenkins master shows it as still unconnected.
We have a Jenkins master on Linux and mix of all kind of slaves.



In Jenkins you can click on 'Log' for a node, then there is:
JNLP agent connected from /10.1.29.228

But the UI still shows it as offline.



























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







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


[JIRA] [tasks-plugin] (JENKINS-22744) cp1251 encoding issue when viewing Details tab

2014-04-25 Thread dzianis.frydli...@gmail.com (JIRA)














































Dennis F.
 updated  JENKINS-22744


cp1251 encoding issue when viewing Details tab
















Sure.
Attached a file in cp1251 and 2 screenshots.





Change By:


Dennis F.
(25/Apr/14 1:02 PM)




Attachment:


TestTaskScannerDetails.png





Attachment:


TestTaskScanner.java





Attachment:


TestTaskScannerView.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/d/optout.


[JIRA] [core] (JENKINS-21882) v1.551 + GitHub OAuth == broken api token access

2014-04-25 Thread to...@starhill.org (JIRA)














































Tomas Bezdek
 commented on  JENKINS-21882


v1.551 + GitHub OAuth == broken api token access















works for me now!



























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







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


[JIRA] [cli] (JENKINS-21086) jenkins-cli requires Overall/Read permission for anonymous to perform a safe-shutdown

2014-04-25 Thread f...@wizcorp.jp (JIRA)














































Frank Lee
 commented on  JENKINS-21086


jenkins-cli requires Overall/Read permission for anonymous to perform a safe-shutdown















This is also occurring with Jenkins v1.558.

I have the same error as well with delete-job command. The Jenkins server authenticates with LDAP. When no permissions are allowed for Anonymous, the same error occurs. When Overall Read permissions is applied to Anonymous, a "java.lang.NullPointerException" error occurs.


Command:
java -jar /usr/lib/jenkins/jenkins-cli.jar -s http://localhost:8080 delete-job blah-job --username admin --password mypassword

Permissions:
no permissions are allowed for Anonymous

Error:
hudson.security.AccessDeniedException2: anonymous is missing the Overall/Read permission
	at hudson.security.ACL.checkPermission(ACL.java:54)
	at hudson.model.Node.checkPermission(Node.java:418)
	at hudson.cli.declarative.CLIRegisterer$1.main(CLIRegisterer.java:180)
	at hudson.cli.CliManagerImpl.main(CliManagerImpl.java:92)
	at sun.reflect.GeneratedMethodAccessor409.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:299)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:280)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:239)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:328)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at hudson.cli.CliManagerImpl$1.call(CliManagerImpl.java:63)
	at hudson.remoting.InterceptingExecutorService$2.call(InterceptingExecutorService.java:95)
	at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:744)


Same command again with "Overall Read" permissions applied to Anonymous


java.lang.NullPointerException
	at hudson.model.AbstractItem.resolveForCLI(AbstractItem.java:677)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at hudson.cli.declarative.MethodBinder.call(MethodBinder.java:102)
	at hudson.cli.declarative.CLIRegisterer$1.main(CLIRegisterer.java:185)
	at hudson.cli.CliManagerImpl.main(CliManagerImpl.java:92)
	at sun.reflect.GeneratedMethodAccessor409.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:299)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:280)
	at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:239)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:328)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at hudson.cli.CliManagerImpl$1.call(CliManagerImpl.java:63)
	at hudson.remoting.InterceptingExecutorService$2.call(InterceptingExecutorService.java:95)
	at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:744)



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA 

[JIRA] [core] (JENKINS-22734) OutOfMemory on file transfer in 1.560

2014-04-25 Thread tomas.ko...@eccam.com (JIRA)














































Tomas Kopal
 updated  JENKINS-22734


OutOfMemory on file transfer in 1.560
















Change By:


Tomas Kopal
(25/Apr/14 1:38 PM)




Summary:


OutOfMemoryonfiletransfer
in1.560





Affects Version/s:


current



























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







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


[JIRA] [perforce] (JENKINS-11600) Implement Entry functions for email-ext support

2014-04-25 Thread niknap...@hotmail.com (JIRA)














































Nik San
 commented on  JENKINS-11600


Implement Entry functions for email-ext support















My first time using github and everything in relation to developing jenkins plugins, but I have a pull request for this.

https://github.com/jenkinsci/perforce-plugin/pull/49



























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







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


[JIRA] [cli] (JENKINS-21086) jenkins-cli requires Overall/Read permission for anonymous to perform a safe-shutdown

2014-04-25 Thread f...@wizcorp.jp (JIRA)














































Frank Lee
 commented on  JENKINS-21086


jenkins-cli requires Overall/Read permission for anonymous to perform a safe-shutdown















Found a workaround. Instead of using the jenkins-cli.jar, use curl:

curl -u admin:mypassword -fs --data "" "http://localhost:8080/job/blah-job/doDelete"

This works with no permissions given to Anonymous. Hopes this helps someone out there.



























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







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


[JIRA] [core] (JENKINS-22734) OutOfMemory on file transfer in 1.560

2014-04-25 Thread peter.vanbie...@vaph.be (JIRA)














































Peter Van Biesen
 commented on  JENKINS-22734


OutOfMemory on file transfer in 1.560















1.559 does not have the problem, 1.560 does. To reproduce, create a job with a shell build step and following code :

dd if=/dev/urandom of=target.out bs=1M count=50
for a in 1 2 3 4
do
cat target.out  bigtarget.out
done

and in post-build actions add a "Archive the artifacts", file : bigtarget.out

For every build on the same slave, the archived file will increase by 200 Mb.
Effects :

	the slave will disconnect
	the master will not be able to reconnect to the slave UNLESS you choose "configure" on the node, click "save" and then relaunch the slave connection
	the master will not stop in a normal fasion, only kill -9 will do the trick
	the slave.jar will keep running on the client and needs to be killed too ( otherwise multiple will keep running )





























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







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


[JIRA] [core] (JENKINS-22734) OutOfMemory on file transfer in 1.560

2014-04-25 Thread peter.vanbie...@vaph.be (JIRA)












































 
Peter Van Biesen
 edited a comment on  JENKINS-22734


OutOfMemory on file transfer in 1.560
















1.559 does not have the problem, 1.560 does. To reproduce, create a job with a shell build step and following code :

dd if=/dev/urandom of=target.out bs=1M count=50
for a in 1 2 3 4
do
cat target.out  bigtarget.out
done

and in post-build actions add a "Archive the artifacts", file : bigtarget.out

For every build on the same slave, the archived file will increase by 200 Mb.
Effects :

	the slave will disconnect
	the master will not be able to reconnect to the slave UNLESS you choose "configure" on the node, click "save" and then relaunch the slave connection
	the master will not stop in a normal fashion, only kill -9 will do the trick
	the slave.jar will keep running on the client and needs to be killed too ( otherwise multiple will keep running )





























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







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


[JIRA] [build-pipeline] (JENKINS-22196) Validation error when choosing a valid project as manual downstream project

2014-04-25 Thread wilco.gre...@ibridge.nl (JIRA)














































Wilco Greven
 commented on  JENKINS-22196


Validation error when choosing a valid project as manual downstream project















Hello Thomas,

A folder is indeed a Cloudbees Folder Plugin folder.

Wilco



























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







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


[JIRA] [core] (JENKINS-22750) Polling no longer triggers builds (regression 1.560)

2014-04-25 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 updated  JENKINS-22750


Polling no longer triggers builds (regression 1.560)
















Change By:


Jesse Glick
(25/Apr/14 2:36 PM)




Priority:


Major
Critical



























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







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


[JIRA] [support-core] (JENKINS-22764) Record update center information

2014-04-25 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 created  JENKINS-22764


Record update center information















Issue Type:


New Feature



Assignee:


Unassigned


Components:


support-core



Created:


25/Apr/14 2:49 PM



Description:


Often people say they are not seeing an expected plugin update. Would be useful for a support bundle to record:


	list of configured update sites
	core version string being sent to them
	registered site certificates
	last update time
	pending plugin updates (could be moved from about.md, or just shown in a different form: list of plugins, with current and newest versions)
	status of Downloader instances (tool definitions, usually)
	whether a proxy is configured






Project:


Jenkins



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/d/optout.


[JIRA] [accurev] (JENKINS-22765) configuring a job show an accurev syntax output

2014-04-25 Thread kacynski.w...@aoins.com (JIRA)














































Walter Kacynski
 created  JENKINS-22765


configuring a job show an accurev syntax output















Issue Type:


Bug



Assignee:


Scott Tatum



Components:


accurev



Created:


25/Apr/14 3:14 PM



Description:


When clicking on the configure option for a job, a few seconds after the page has loaded, the following output appears in the jenkins master log:


Apr 25, 2014 11:09:17 AM hudson.plugins.accurev.cmd.ShowStreams getStreamsForGlobalConfig
WARNING: AccuRev Server: Production Accurev.


SHOW


   list objects of a particular kind

-
USAGE
-

show [ -fx ] accuwork
show [ -fx ] depots
show [ -fformat(s) ] [ -u principal ] groups
show [ -fx ] locks
show [ -fx ] [ -g group-name ] members
show [ -fformat(s) ] [ -ks [ -p depot ] | -ku | -s stream |
-u principal ] [ -n pattern ] [ -r ] properties
show [ -fformat(s) ] refs
show [ -fx ] sessions
show [ -fformat(s) ] slices
show [ -fformat(s) ] [ -p depot ] [ -d ] [ -t time-spec ]
[ -s stream [ -m[match-type] ] [ -r | -R | -1 ] ] streams
show [ -fformat(s) ] [ -p depot ] [ -d ] [ -t time-spec ]
[ -l list-file [ -m[match-type] ] [ -r | -R | -1 ] ] streams
show [ -fx ] [ -p depot ] -s depot stream_rules
show [ -fformat(s) ] [ -p depot ] triggers
show [ -fformat(s) ] users
show [ -fformat(s) ] [ -a ] wspaces



MORE INFORMATION

Type 'accurev help' for a complete list of topics.

AccuRev Inc.   http://www.accurev.com   supp...@accurev.com



This appears to be linked back to file:
https://github.com/jenkinsci/accurev-plugin/blob/master/src/main/java/hudson/plugins/accurev/cmd/ShowStreams.java




Project:


Jenkins



Priority:


Major



Reporter:


Walter Kacynski

























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







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


[JIRA] [accurev] (JENKINS-22765) configuring a job show an accurev syntax output

2014-04-25 Thread kacynski.w...@aoins.com (JIRA)















































Walter Kacynski
 assigned  JENKINS-22765 to Joshua Sherwood



configuring a job show an accurev syntax output
















Change By:


Walter Kacynski
(25/Apr/14 3:14 PM)




Assignee:


ScottTatum
JoshuaSherwood



























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







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


[JIRA] [master-slave] (JENKINS-22494) Multiconfiguration project does not respect label restrictions

2014-04-25 Thread courtla...@gamesalad.com (JIRA)














































Courtland Jones
 commented on  JENKINS-22494


Multiconfiguration project does not respect label restrictions















This seems to be borne out with tests of my own; essentially you must use both "Restrict where this project can be built" as Mark Waite says, for the initial task, as well as using the Slaves axis, to control the execution. Forgive me if I have missed it, but, this seems to be documented nowhere.



























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







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


[JIRA] [nunit] (JENKINS-22579) Failing to process NUnit results xml

2014-04-25 Thread dick.gi...@perkinelmer.com (JIRA)














































Dick Ginga
 commented on  JENKINS-22579


Failing to process NUnit results xml















found my problem. another user lack of knowledge. wrong formatted file



























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







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


[JIRA] [core] (JENKINS-17999) deadlock in 1.509.1 deleting multiple jobs with REST API

2014-04-25 Thread e...@ql.org (JIRA)















































Jay Berkenbilt
 closed  JENKINS-17999 as Duplicate


deadlock in 1.509.1 deleting multiple jobs with REST API
















This bug is no longer reproducible starting with 1.509.4. It looks like the commit 5407d9fbce6b10d6902f0cc5971ee95c71619f3a, cherry picked from 7facc7733c7040536d4074a2c5805b75ee1d8f35, which was to fix JENKINS-18589 also solved this problem. I have confirmed that I can easily reproduce the problem with 1.509.1 and can no longer reproduce it with 1.509.4. It also looks like the parameterized trigger plugin, which was then at 2.17 and is currently at 2.24, has a different code path as well. As the reporter, I'm closing this issue since I believe it no longer exists.





Change By:


Jay Berkenbilt
(25/Apr/14 3:59 PM)




Status:


Open
Closed





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/d/optout.


[JIRA] [cppcheck] (JENKINS-22761) Missing links to source in cppcheck plugin

2014-04-25 Thread mixaltu...@users.sf.net (JIRA)















































Michal Turek
 assigned  JENKINS-22761 to Michal Turek



Missing links to source in cppcheck plugin
















Change By:


Michal Turek
(25/Apr/14 4:04 PM)




Assignee:


GregoryBoissinot
MichalTurek



























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







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


[JIRA] [cppcheck] (JENKINS-22761) Missing links to source in cppcheck plugin

2014-04-25 Thread mixaltu...@users.sf.net (JIRA)














































Michal Turek
 commented on  JENKINS-22761


Missing links to source in cppcheck plugin















Hi, can you attach a screenshot? The issues that were in the previous build but are solved in the current build (the green ones) doesn't contain the link, it is a "feature". It would require a change of data model and was just too difficult to implement.



























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







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


[JIRA] [plugin] (JENKINS-22766) Jenkins RTC Plugin does not work with RTC Server Version 4

2014-04-25 Thread junejo.shee...@gmail.com (JIRA)














































Sheeraz Junejo
 created  JENKINS-22766


Jenkins RTC Plugin does not work with RTC Server Version 4















Issue Type:


Bug



Affects Versions:


current



Assignee:


Deluan Quintão



Components:


plugin, rtc



Created:


25/Apr/14 4:42 PM



Description:


While accessing RTC Server for accepting Accept changes I get following exception;

$ /home/hudson/Hudson/tools/rtc-scm/jazz/scmtools/eclipse/scm.sh version
Build Id: RTC-I20120911-1740

com.ibm.team.filesystem.cli.core, version 3.1.100.v20120822_0505
  Subcommands: help version daemon daemon/start daemon/stop daemon/deregister daemon/register

com.ibm.team.filesystem.cli.client, version 3.1.100.v20120817_2130
  Subcommands: load login logout create create/workspace create/baseline create/changeset create/snapshot create/component create/loadrules create/stream changeset changeset/comment changeset/complete changeset/current changeset/relocate changeset/associate changeset/disassociate changeset/suspend changeset/resume changeset/discard changeset/extract changeset/locate change-target change-target/workspace change-target/component change-target/unset-workspace list list/workspaces list/projectareas list/teamareas list/streams list/components list/remotefiles list/credentials list/daemons list/snapshots list/locks list/properties list/changes list/users list/baselines list/changesets list/states checkin accept deliver status conflicts resolve move lastmod share discard undo compare history diff repair workspace workspace/change-target workspace/component workspace/unset workspace/add-components workspace/remove-components workspace/replace-components workspace/delete workspace/unload property property/list property/get property/set property/remove lock lock/list lock/acquire lock/release annotate snapshot snapshot/promote refresh users users/set delete delete/state-content changeaccess extract extract/file

com.ibm.team.filesystem.cli.tools, version 3.1.100.v20120817_2130
  Subcommands: tools.verify tools.validate tools.echo.stdin tools.metronome tools.pkgtest tools.configvalue tools.log
FATAL: null
java.lang.NullPointerException
	at com.deluan.jenkins.plugins.rtc.commands.AcceptCommand.init(AcceptCommand.java:30)
	at com.deluan.jenkins.plugins.rtc.JazzClient.accept(JazzClient.java:126)
	at com.deluan.jenkins.plugins.rtc.JazzClient.accept(JazzClient.java:107)
	at com.deluan.jenkins.plugins.rtc.JazzSCM.checkout(JazzSCM.java:104)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1353)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:689)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:594)
	at hudson.model.Run.execute(Run.java:1567)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:237)




Environment:


Linux AS5, Jenkins 1.506, Jenkins RTC Plugin 0.3




Project:


Jenkins



Priority:


Blocker



Reporter:


Sheeraz Junejo

























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 

[JIRA] [plugin] (JENKINS-22766) Jenkins RTC Plugin does not work with RTC Server Version 4

2014-04-25 Thread junejo.shee...@gmail.com (JIRA)














































Sheeraz Junejo
 updated  JENKINS-22766


Jenkins RTC Plugin does not work with RTC Server Version 4
















Change By:


Sheeraz Junejo
(25/Apr/14 4:52 PM)




Component/s:


teamconcert



























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







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


[JIRA] [core] (JENKINS-22767) AbstractLazyLoadRunMap.getById subject to race condition with .load

2014-04-25 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 created  JENKINS-22767


AbstractLazyLoadRunMap.getById subject to race condition with .load















Issue Type:


Bug



Assignee:


Jesse Glick



Components:


core



Created:


25/Apr/14 4:53 PM



Description:


If Run.onLoad takes a little while to run, or generally if RunMap.retrieve is not instantaneous, a race condition can arise. Say thread 1 calls getByNumber for a Run which in fact exists on disk (with a numeric symlink). search will call load(int, null), which will delegate to load(File, null) which acquires the lock; and then blocks for a while in retrieve. Then thread 2 calls getById with the ID of the same build. index.byId is still empty, so it jumps to load(String, null) and then blocks waiting to enter load(File, null). Now thread 1 finishes retrieve, stores the newly loaded Run in the index, and returns. When the lock is released, thread 2 enters it, loads another copy of the same Run, and stores it in the index, clobbering the first entry, and returns that.

Seems to be fixable by making getById double-check the index while holding the lock, forcing it to wait for the first thread to store an entry. (Or could just check under lock whether snapshot != index, and if so, retry.)

Also load(File, null) should assert that there is no current entry for a build before it stores one.




Project:


Jenkins



Labels:


lazy-loading
threads




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/d/optout.


[JIRA] [core] (JENKINS-22768) Groovy Filter for Run Parameter

2014-04-25 Thread gtmacdon...@gmail.com (JIRA)














































Greg MacDonald
 created  JENKINS-22768


Groovy Filter for Run Parameter















Issue Type:


Improvement



Assignee:


Unassigned


Components:


core



Created:


25/Apr/14 5:16 PM



Description:


For matrix jobs, it would be great to be able to filter the builds by config type. For example all clean release builds.




Project:


Jenkins



Priority:


Minor



Reporter:


Greg MacDonald

























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







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


[JIRA] [master-slave] (JENKINS-22494) Multiconfiguration project does not respect label restrictions

2014-04-25 Thread mark.earl.wa...@gmail.com (JIRA)












































 
Mark Waite
 edited a comment on  JENKINS-22494


Multiconfiguration project does not respect label restrictions
















My apologies that it isn't documented anywhere.  I'm sure I read it somewhere, but I could not find a reference in any of the places I checked.  I think that confirms your statement that it is documented nowhere.

Would you be willing to describe it on the "Building a matrix project wiki page"?



























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







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


[JIRA] [master-slave] (JENKINS-22494) Multiconfiguration project does not respect label restrictions

2014-04-25 Thread mark.earl.wa...@gmail.com (JIRA)












































 
Mark Waite
 edited a comment on  JENKINS-22494


Multiconfiguration project does not respect label restrictions
















My apologies that it isn't documented anywhere.  I'm sure I read it somewhere, but I could not find a reference in any of the places I checked.  I think that confirms you statement that it is documented nowhere.

Would you be willing to describe it on the "Building a matrix project wiki page"?



























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







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


[JIRA] [master-slave] (JENKINS-22494) Multiconfiguration project does not respect label restrictions

2014-04-25 Thread mark.earl.wa...@gmail.com (JIRA)














































Mark Waite
 commented on  JENKINS-22494


Multiconfiguration project does not respect label restrictions















My apologies that it isn't documented anywhere.  I'm sure I read it somewhere, but I could not find a reference to that on any of the places I checked.  I think that confirms you statement that it is documented nowhere.

Would you be willing to describe it on the "Building a matrix project wiki page"?



























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







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


[JIRA] [subversion] (JENKINS-22199) Jenkins throwing errors in SCM Polling and Updates with Subversion

2014-04-25 Thread cbos...@gmail.com (JIRA)














































Cees Bos
 commented on  JENKINS-22199


Jenkins throwing errors in SCM Polling and Updates with Subversion















We currently use the snapshot plugin, and the issues reported in this ticket does not occur anymore.



























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







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


[JIRA] [core] (JENKINS-22758) Jenkins =1.560 breaks Jenkins slave handling / NIO JNLP related (using swarm plugin)

2014-04-25 Thread cbos...@gmail.com (JIRA)














































Cees Bos
 updated  JENKINS-22758


Jenkins =1.560 breaks Jenkins slave handling / NIO JNLP related (using swarm plugin)
















Reverting to 1.559 solved the issue for us.

Version 1.560 also gave memory issues for us. Java heap kept growing. 

After the upgrade it grew up to the max value we have set. Jenkins became slower and slower.

After downgrade to 1.559 memory usage is now below 1Gb heap.





Change By:


Cees Bos
(25/Apr/14 6:04 PM)




Attachment:


usedMemory.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/d/optout.


[JIRA] [delivery-pipeline] (JENKINS-22611) Triggered by SCM multiple times

2014-04-25 Thread pat...@diabol.se (JIRA)















































Patrik Boström
 resolved  JENKINS-22611 as Fixed


Triggered by SCM multiple times
















Change By:


Patrik Boström
(25/Apr/14 6: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/d/optout.


[JIRA] [delivery-pipeline] (JENKINS-22635) Committer names not shown in pipeline heading

2014-04-25 Thread pat...@diabol.se (JIRA)















































Patrik Boström
 resolved  JENKINS-22635 as Fixed


Committer names not shown in pipeline heading
















Change By:


Patrik Boström
(25/Apr/14 6:07 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/d/optout.


[JIRA] [sauce-ondemand] (JENKINS-22055) add support for sauce connect v4

2014-04-25 Thread hinl...@hotmail.com (JIRA)














































hinling yeung
 commented on  JENKINS-22055


add support for sauce connect v4















nice! upgrading tonight.



























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







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


[JIRA] [mask-passwords] (JENKINS-22770) Mask password plugin fails to mask password with $ character in the middle of the password

2014-04-25 Thread raghav.vaidyanat...@gmail.com (JIRA)














































Raghav Vaidhyanathan
 created  JENKINS-22770


Mask password plugin fails to mask password with $ character in the middle of the password 















Issue Type:


Bug



Affects Versions:


current



Assignee:


Daniel Petisme



Components:


mask-passwords



Created:


25/Apr/14 6:26 PM



Description:


Jenkins instance is running on a linux and i use Invoke Ant build step. 
The build job is parameterized and one of the parameter is password 
Ant targets are written in an xml called run.xml so I pass the arg -file run.xml -Dserver.password=apr20$1 to the ant build. 

The password contains $ in the middle - like apr20$1. 
The $ in the password is referenced as $1 command argument and password parameter is now changed to apr20-file ( -file is my first parameter) 

The password is getting logged when i turn on the -d trace in Ant. 
Setting ro property server.password=apr20-file is what i see in the console 

The mask property should somehow try to address masking this information being logged. I have written my own script to introduce escape sequence in the passwords. 







Due Date:


30/Apr/14 12:00 AM




Project:


Jenkins



Priority:


Critical



Reporter:


Raghav Vaidhyanathan

























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







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


[JIRA] [cvs] (JENKINS-22771) CVS Plugin update adjusts version but not timestamp in CVS/Entries

2014-04-25 Thread mark.ru...@alcatel-lucent.com (JIRA)














































Mark Ruedy
 created  JENKINS-22771


CVS Plugin update adjusts version but not timestamp in CVS/Entries















Issue Type:


Bug



Affects Versions:


current



Assignee:


Unassigned


Components:


cvs



Created:


25/Apr/14 6:35 PM



Description:


Intermittent issue where a cvs triggered build fails to update the static custom workspace properly.  A commit went into CVS at Fri Apr 25 14:49:03 2014 UTC, the build was triggered at Apr 25, 2014 7:50:10 AM PDT (less than a minute later).  The CVS update modified the CVS/Entries file with the new revision but left the old timestamp.  The contents of the file remained the old version, but running manual cvs status claims the file is up-to-date and on the new revision.  File is proven to be not updated and has the contents of the old revision.  CVS can be corrected by adjusting CVS/Entries revision back to it's true value.  Then when I manually update the file, the changes are incorporated and the CVS/Entries file is left correct.  

This has occurred just twice in the last month or so, but make Jenkins unsuitable since it corrupts the workspace and reports invalid build breakages.

(redacted)

X/x  cvs status xx.h
===
File: xx.h  Status: Up-to-date

   Working revision:1.132.2.1
   Repository revision: 1.132.2.1   XXX/xx.h,v
   Sticky Tag:  BRANCH (branch: 1.132.2)
   Sticky Date: (none)
   Sticky Options:  (none)

CVS status is apparently not checking the contents of the file.

Here we see the truth about the file
 grep \$Id xx.h

	$Id: xx.h,v 1.132 2013/11/26 20:23:34 s Exp $
/



And other tests prove the local file is unchanged.


Below, a diff of CVS/Enties. The top one is from a fresh checkout of the branch and the bottom is our corrupt Jenkins workspace

 /xxx.h/1.132.2.1/Fri Apr 25 14:49:03 2014//TBRANCH

 /xxx.h/1.132.2.1/Tue Nov 26 20:23:34 2013//TBRANCH





Environment:


CentOS 6.4, Jenkins 1.532.2, CVS Plugin 2.11




Project:


Jenkins



Labels:


plugin
scm




Priority:


Major



Reporter:


Mark Ruedy

























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







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


[JIRA] [delivery-pipeline] (JENKINS-21123) Macro for PIPELINE_VERSION

2014-04-25 Thread pat...@diabol.se (JIRA)















































Patrik Boström
 assigned  JENKINS-21123 to Unassigned



Macro for PIPELINE_VERSION
















Change By:


Patrik Boström
(25/Apr/14 6:39 PM)




Assignee:


PatrikBoström



























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







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


[JIRA] [delivery-pipeline] (JENKINS-22751) Status QUEUED are wrong in some cases

2014-04-25 Thread pat...@diabol.se (JIRA)















































Patrik Boström
 resolved  JENKINS-22751 as Fixed


Status QUEUED are wrong in some cases
















Change By:


Patrik Boström
(25/Apr/14 6: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/d/optout.


[JIRA] [naginator] (JENKINS-22459) NullPointerException in NaginatorActionFactory

2014-04-25 Thread netappbluede...@java.net (JIRA)














































NetAppBlueDevil
 commented on  JENKINS-22459


NullPointerException in NaginatorActionFactory















Seeing the same on Linux with 1.11 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/d/optout.


[JIRA] [subversion] (JENKINS-21617) List Subversion Tags job parameter wants svn credentials but there is no way to fill it

2014-04-25 Thread lmcdon...@apriva.com (JIRA)














































linda mcdonald
 commented on  JENKINS-21617


List Subversion Tags job parameter wants svn credentials but there is no way to fill it















I am experiencing the same issue.
Jenkins v1.551
svn plugin 2.2
Subversion copy failed. svn: E200015

what is the resolution?



























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







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


[JIRA] [publish-over-cifs] (JENKINS-12433) Publish Over CIFS Plugin - Interactive Help Not Displayed - ERROR: Failed to load help file: Not Found

2014-04-25 Thread theh...@gmail.com (JIRA)














































Hans Loeblich
 commented on  JENKINS-12433


Publish Over CIFS Plugin - Interactive Help Not Displayed - ERROR: Failed to load help file: Not Found















I'm having this same issue.  I looked at the browser request log and its checking for example:
http://servername/build/build/plugin/publish-over-cifs/help/config/removePrefix.html

My regular jenkins URL is http://servername/build/ 
Its putting the build path twice for some reason.  This is the only plugin I have noticed this issue with.



























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







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


[JIRA] [publish-over-cifs] (JENKINS-12433) Publish Over CIFS Plugin - Interactive Help Not Displayed - ERROR: Failed to load help file: Not Found

2014-04-25 Thread theh...@gmail.com (JIRA)














































Hans Loeblich
 commented on  JENKINS-12433


Publish Over CIFS Plugin - Interactive Help Not Displayed - ERROR: Failed to load help file: Not Found















Also don't know what "Jenkins URL in mailer setup" Alex is referring to, I'm not seeing any such field on the global config page.

Jenkins 1.560
Publish over CIFS plugin 1.1.14



























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







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


[JIRA] [publish-over-cifs] (JENKINS-12433) Publish Over CIFS Plugin - Interactive Help Not Displayed - ERROR: Failed to load help file: Not Found

2014-04-25 Thread theh...@gmail.com (JIRA)












































 
Hans Loeblich
 edited a comment on  JENKINS-12433


Publish Over CIFS Plugin - Interactive Help Not Displayed - ERROR: Failed to load help file: Not Found
















I'm having this same issue.  I looked at the browser request log and its checking for example:
http://servername/build/build/plugin/publish-over-cifs/help/config/removePrefix.html

My regular jenkins URL is http://servername/build/ 
Its putting the "build" path twice for some reason.  This is the only plugin I have noticed this issue with.



























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







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


[JIRA] [ivy] (JENKINS-22447) Ivy Job builds don't release workspace lock due to override of cleanup

2014-04-25 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-22447


Ivy Job builds dont release workspace lock due to override of cleanup















Code changed in jenkins
User: Kevin Formsma
Path:
 src/main/java/hudson/ivy/IvyBuild.java
 src/main/java/hudson/ivy/IvyModuleSetBuild.java
http://jenkins-ci.org/commit/ivy-plugin/cff77d00d897498147229ff762f0d1a1b55c072a
Log:
  Merge pull request #14 from arothian/master

FIXED JENKINS-22447 Fix workspace lock release for ivy build


Compare: https://github.com/jenkinsci/ivy-plugin/compare/2a1932612a99...cff77d00d897




























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







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


[JIRA] [ivy] (JENKINS-22447) Ivy Job builds don't release workspace lock due to override of cleanup

2014-04-25 Thread scm_issue_l...@java.net (JIRA)















































SCM/JIRA link daemon
 resolved  JENKINS-22447 as Fixed


Ivy Job builds dont release workspace lock due to override of cleanup
















Change By:


SCM/JIRA link daemon
(25/Apr/14 7:29 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/d/optout.


[JIRA] [android-emulator] (JENKINS-22334) plugin thinks emulator always crashes using sdk 22.6.1

2014-04-25 Thread m...@zavislak.net (JIRA)














































Matthew Zavislak
 commented on  JENKINS-22334


plugin thinks emulator always crashes using sdk 22.6.1















Pauli Kaupppinen (or anyone else) - do you know of a workaround for Gradle builds similar to the one suggested (-Dandroid.device=usb)?



























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







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


[JIRA] [publish-over-cifs] (JENKINS-12433) Publish Over CIFS Plugin - Interactive Help Not Displayed - ERROR: Failed to load help file: Not Found

2014-04-25 Thread theh...@gmail.com (JIRA)












































 
Hans Loeblich
 edited a comment on  JENKINS-12433


Publish Over CIFS Plugin - Interactive Help Not Displayed - ERROR: Failed to load help file: Not Found
















Also don't know what "Jenkins URL in mailer setup" Alex is referring to, I'm not seeing any such field on the global config page.

Jenkins 1.560
Publish over CIFS plugin 0.3



























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







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


[JIRA] [cifs] (JENKINS-22219) Publish over CIFS complains that field is empty, but actually it is filled out AND WORKS!

2014-04-25 Thread theh...@gmail.com (JIRA)














































Hans Loeblich
 commented on  JENKINS-22219


Publish over CIFS complains that field is empty, but actually it is filled out AND WORKS!















Same issue encountered here

I suspected maybe some _javascript_ errors but did not find any in my browser console.

Jenkins 1.559
Publish Over CIFS 0.3



























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







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


[JIRA] [git] (JENKINS-22752) Initial poll (just after project creation) spawns builds for all the existing branches in repository

2014-04-25 Thread robert-jenk...@debian.org (JIRA)














































Robert Luberda
 reopened  JENKINS-22752


Initial poll (just after project creation) spawns builds for all the existing branches in repository
















I am reasonably confident that in all those 3 installations there are people who find this behaviour pretty much useless and strange. To be honest I am one of such persons. Most probably reporter of https://issues.jenkins-ci.org/browse/JENKINS-15407 would be the second one ("Then, when I commit to some branch and run curl, it started building but some other branch (ancient)") 

Possibly it would be much more if '**' stayed the default setting (https://issues.jenkins-ci.org/browse/JENKINS-18820 - "As a new user to the GIT SCM, I was very surprised to find out that the default (empty) value for the Branches to Build parameter attempted to pull all branches in the repo and execute the build operation on them").

I am pretty sure that most of the 3 installations do not use sophisticated configurations, probably it is just polling single master branch or polling simple repositories with a few leaf branches only, so they are not affected by this bug at all

To be honest I don't think the "users who depend on that behavior" really want jenkins to build several years old branches (especially that they might be so outdated that they are not buildable any longer). If a branch hasn't been updated for, let's say, a few months, then most probably there should be no point in building it. If you still think that there are people who really want to build ancient branches, could you please fix provide some configuration option for them, while fixing the bug?

BTW. What is really annoying that jenkins starts building in order from the most outdated branches to the most recent ones, ant what is really surprising - it builds branches, that would be skip during normal operations (see my other `not-a-bug': https://issues.jenkins-ci.org/browse/JENKINS-22591).

BTW2. The other annoying thing is that each build log is spoilt with hundreds of 'Seen branch in repository' lines...

Regards,
Robert





Change By:


Robert Luberda
(25/Apr/14 8:06 PM)




Resolution:


NotADefect





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/d/optout.


[JIRA] [git] (JENKINS-22591) Does not spawn build if a branch refers to the same SHA1 as another already built branch

2014-04-25 Thread robert-jenk...@debian.org (JIRA)














































Robert Luberda
 commented on  JENKINS-22591


Does not spawn build if a branch refers to the same SHA1 as another already built branch















Oh, I'm not the only one who want this feature, see

https://issues.jenkins-ci.org/browse/JENKINS-11337?focusedCommentId=159670page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-159670

and other comments in that JIRA report



























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







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


[JIRA] [ivy] (JENKINS-22447) Ivy Job builds don't release workspace lock due to override of cleanup

2014-04-25 Thread kevin.form...@gmail.com (JIRA)















































Kevin Formsma
 assigned  JENKINS-22447 to Kevin Formsma



Ivy Job builds dont release workspace lock due to override of cleanup
















Change By:


Kevin Formsma
(25/Apr/14 8:24 PM)




Assignee:


TimothyBingaman
KevinFormsma



























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







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


[JIRA] [ant] (JENKINS-22772) ivy-plugin build creating duplicate numbered workspaces

2014-04-25 Thread awb...@hotmail.com (JIRA)














































andrew beck
 created  JENKINS-22772


ivy-plugin build creating duplicate numbered workspaces















Issue Type:


Bug



Assignee:


Timothy Bingaman



Attachments:


job workspace with duplicate module workspaces.PNG



Components:


ant, ivy, subversion



Created:


25/Apr/14 8:34 PM



Description:


Our jenkin's builds using Ivy plugin 1.23.2 and Subversion plugin 1.45 is somehow creating duplicate numbered workspaces. Notice the additional "@" included in the build path. This build path is incorrect and is automatically increasing per module build. See attached screen shot. 

This issue did not occur when using Jenkins ver. 1.509.2.

Console output during ivy module build:
Building remotely on odcsgcxpbat03 in workspace D:/Jenkins_eCare2/Slave/workspace/eCare2_BuildConsumerProjects/ecare-acp-messaging-api@10
No emails were triggered.
FATAL: Unable to find build script at D:/Jenkins_eCare2/Slave/workspace/eCare2_BuildConsumerProjects/ecare-acp-messaging-api@10/build.xml





Environment:


Jenkins ver.1.532.3, Ivy plugin 1.23.2, Subversion plugin 1.45




Project:


Jenkins



Labels:


ivy
subversion
jenkins
ant




Priority:


Major



Reporter:


andrew beck

























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







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


[JIRA] [git] (JENKINS-22752) Initial poll (just after project creation) spawns builds for all the existing branches in repository

2014-04-25 Thread robert-jenk...@debian.org (JIRA)














































Robert Luberda
 commented on  JENKINS-22752


Initial poll (just after project creation) spawns builds for all the existing branches in repository















I've just realized that I was wrong in my assumption that "it builds branches, that would be skip during normal operations", sorry about that.

The other things remain true, especially that building all the branches, including the ancient ones, does not makes much sense. On the other hand I would agree that building a few most fresh ones could be useful sometimes - maybe this is the behavior you wrote that users depend on?



























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







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


[JIRA] [vsphere-cloud] (JENKINS-22740) Launcher's afterDisconnect() method is called twice

2014-04-25 Thread hrabb...@gmail.com (JIRA)














































Hossam Rabbouh
 commented on  JENKINS-22740


Launchers afterDisconnect() method is called twice















Pull request successfully merged; thanks to the team. Fix available in version 1.1.6.



























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







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


[JIRA] [vsphere-cloud] (JENKINS-22740) Launcher's afterDisconnect() method is called twice

2014-04-25 Thread hrabb...@gmail.com (JIRA)















































Hossam Rabbouh
 resolved  JENKINS-22740 as Fixed


Launchers afterDisconnect() method is called twice
















Change By:


Hossam Rabbouh
(25/Apr/14 9:18 PM)




Status:


Open
Resolved





Fix Version/s:


current





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/d/optout.


[JIRA] [git] (JENKINS-22752) Initial poll (just after project creation) spawns builds for all the existing branches in repository

2014-04-25 Thread mark.earl.wa...@gmail.com (JIRA)














































Mark Waite
 commented on  JENKINS-22752


Initial poll (just after project creation) spawns builds for all the existing branches in repository















The use case that I've used has been that I want any new branch to be built which follows a specific naming convention, without requiring that I list the name of that branch explicitly.  I use a naming convention for branches with a wildcard at the end of the "Branches to build" value.  That allows multiple team members to each submit their proposal on their own branch, which the Jenkins job detects and builds.

For example, when I think I'm ready to submit a change to the git-client-plugin, I submit the change to my repository on GitHub with the branch name "master-some-description-of-the-change".  The job I have defined is configured to build all branches named "/master".  I don't change the job definition, and my change is evaluated.

I've used that same technique to merge proposed changes from the submitter branch to a destination branch, and then push the destination branch when the tests are successful.  I'm not willing to lose that capability.



























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







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


[JIRA] [git] (JENKINS-22752) Initial poll (just after project creation) spawns builds for all the existing branches in repository

2014-04-25 Thread mark.earl.wa...@gmail.com (JIRA)












































 
Mark Waite
 edited a comment on  JENKINS-22752


Initial poll (just after project creation) spawns builds for all the existing branches in repository
















The use case that I've used has been that I want any new branch to be built which follows a specific naming convention, without requiring that I list the name of that branch explicitly.  I use a naming convention for branches with a wildcard at the end of the "Branches to build" value.  That allows multiple team members to each submit their proposal on their own branch, which the Jenkins job detects and builds.

For example, when I think I'm ready to submit a change to the git-client-plugin, I submit the change to my repository on GitHub with the branch name "master-some-description-of-the-change".  The job I have defined is configured to build all branches named "/master".  I don't change the job definition, and my change is evaluated.

I've used that same technique to merge proposed changes from the submitter branch to a destination branch, and then push the destination branch when the tests are successful.  I'm not willing to lose that capability.



























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







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


[JIRA] [git] (JENKINS-22752) Initial poll (just after project creation) spawns builds for all the existing branches in repository

2014-04-25 Thread mark.earl.wa...@gmail.com (JIRA)












































 
Mark Waite
 edited a comment on  JENKINS-22752


Initial poll (just after project creation) spawns builds for all the existing branches in repository
















The use case that I've used has been that I want any new branch to be built which follows a specific naming convention, without requiring that I list the name of that branch explicitly.  I use a naming convention for branches with a wildcard at the end of the "Branches to build" value.  That allows multiple team members to each submit their proposal on their own branch, which the Jenkins job detects and builds.

For example, when I think I'm ready to submit a change to the git-client-plugin, I submit the change to my repository on GitHub with the branch name "master-some-description-of-the-change".  The job I have defined is configured to build all branches named "/master".  I don't change the job definition, and my change is evaluated.

I've used that same technique to merge proposed changes from the submitter branch to a destination branch, and then push the destination branch when the tests are successful.  I'm not willing to lose that capability.



























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







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


[JIRA] [git] (JENKINS-22752) Initial poll (just after project creation) spawns builds for all the existing branches in repository

2014-04-25 Thread mark.earl.wa...@gmail.com (JIRA)












































 
Mark Waite
 edited a comment on  JENKINS-22752


Initial poll (just after project creation) spawns builds for all the existing branches in repository
















The use case that I've used has been that I want any new branch to be built which follows a specific naming convention, without requiring that I list the name of that branch explicitly.  I use a naming convention for branches with a wildcard at the end of the "Branches to build" value.  That allows multiple team members to each submit their proposal on their own branch, which the Jenkins job detects and builds.

For example, when I think I'm ready to submit a change to the git-client-plugin, I submit the change to my repository on GitHub with the branch name "master-some-description-of-the-change".  The job I have defined is configured to build all branches named "/master".  I don't change the job definition, and my change is evaluated.

I've used that same technique to merge proposed changes from the submitter branch to a destination branch, and then push the destination branch when the tests are successful.  I'm not willing to lose that capability.

Thanks for including the reference to JENKINS-22591.  I agree with ~ndelooof that it should not be fixed, and that refining the branch specifier is the way to handle that case.



























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







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


[JIRA] [git] (JENKINS-22752) Initial poll (just after project creation) spawns builds for all the existing branches in repository

2014-04-25 Thread mark.earl.wa...@gmail.com (JIRA)












































 
Mark Waite
 edited a comment on  JENKINS-22752


Initial poll (just after project creation) spawns builds for all the existing branches in repository
















The use case that I've used has been that I want any new branch to be built which follows a specific naming convention, without requiring that I list the name of that branch explicitly.  I use a naming convention for branches with a wildcard at the end of the "Branches to build" value.  That allows multiple team members to each submit their proposal on their own branch, which the Jenkins job detects and builds.

For example, when I think I'm ready to submit a change to the git-client-plugin, I submit the change to my repository on GitHub with the branch name "master-some-description-of-the-change".  The job I have defined is configured to build all branches named "/master".  I don't change the job definition, and my change is evaluated.

I've used that same technique to merge proposed changes from the submitter branch to a destination branch, and then push the destination branch when the tests are successful.  I'm not willing to lose that capability.

Thanks for including the reference to JENKINS-22591.  I agree with Nicolas De Loof that it should not be fixed, and that refining the branch specifier is the way to handle that case.



























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







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


[JIRA] [git] (JENKINS-22752) Initial poll (just after project creation) spawns builds for all the existing branches in repository

2014-04-25 Thread mark.earl.wa...@gmail.com (JIRA)












































 
Mark Waite
 edited a comment on  JENKINS-22752


Initial poll (just after project creation) spawns builds for all the existing branches in repository
















The use case that I've used has been that I want any new branch to be built which follows a specific naming convention, without requiring that I list the name of that branch explicitly.  I use a naming convention for branches with a wildcard at the end of the "Branches to build" value.  That allows multiple team members to each submit their proposal on their own branch, which the Jenkins job detects and builds.

For example, when I think I'm ready to submit a change to the git-client-plugin, I submit the change to my repository on GitHub with the branch name "master-some-description-of-the-change".  The job I have defined is configured to build all branches named "/master".  I don't change the job definition, and my change is evaluated.

I've used that same technique to merge proposed changes from the submitter branch to a destination branch, and then push the destination branch when the tests are successful.  I'm not willing to lose that capability.

I agree with Nicolas De Loof that it should not be fixed, and that refining the branch specifier is the way to handle that case.



























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







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


[JIRA] [git] (JENKINS-22752) Initial poll (just after project creation) spawns builds for all the existing branches in repository

2014-04-25 Thread mark.earl.wa...@gmail.com (JIRA)














































Mark Waite
 updated  JENKINS-22752


Initial poll (just after project creation) spawns builds for all the existing branches in repository
















Change By:


Mark Waite
(25/Apr/14 9:31 PM)




Status:


Reopened
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/d/optout.


[JIRA] [disk-usage] (JENKINS-22773) OutOfMemoryError when calculateWorkspaceDiskUsage

2014-04-25 Thread br...@meneguello.com (JIRA)














































Bruno Meneguello
 created  JENKINS-22773


OutOfMemoryError when calculateWorkspaceDiskUsage















Issue Type:


Bug



Assignee:


Lucie Votypkova



Components:


disk-usage



Created:


25/Apr/14 9:52 PM



Description:


Getting frequent OutOfMemoryError.

Analysing the source code, I think is the DiskUsageCallable.call() creating the "exceeded" file list.

Shouldn't it be iterable to avoid large memory loads?




Project:


Jenkins



Priority:


Major



Reporter:


Bruno Meneguello

























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







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


[JIRA] [git] (JENKINS-22752) Initial poll (just after project creation) spawns builds for all the existing branches in repository

2014-04-25 Thread mark.earl.wa...@gmail.com (JIRA)












































 
Mark Waite
 edited a comment on  JENKINS-22752


Initial poll (just after project creation) spawns builds for all the existing branches in repository
















The use case that I've used has been that I want any new branch to be built which follows a specific naming convention, without requiring that I list the name of that branch explicitly.  I use a naming convention for branches with a wildcard at the end of the "Branches to build" value.  That allows multiple team members to each submit their proposal on their own branch, which the Jenkins job detects and builds.

For example, when I think I'm ready to submit a change to the git-client-plugin, I submit the change to my repository on GitHub with the branch name "master-some-description-of-the-change".  The job I have defined is configured to build all branches named "/master".  I don't change the job definition, and my change is evaluated.

I've used that same technique to merge proposed changes from the submitter branch to a destination branch, and then push the destination branch when the tests are successful.  I'm not willing to lose that capability.

I agree with Nicolas De Loof that it should not be fixed, and that refining the branch specifier is the way to handle that case.  Refer to JENKINS-15407 for his comments.



























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







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


[JIRA] [core] (JENKINS-22750) Polling no longer triggers builds (regression 1.560)

2014-04-25 Thread jerem...@eye.fi (JIRA)














































Jeremiah Njoroge
 commented on  JENKINS-22750


Polling no longer triggers builds (regression 1.560)















also running into this issue polling a Git repo.



























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







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


[JIRA] [git] (JENKINS-22752) Initial poll (just after project creation) spawns builds for all the existing branches in repository

2014-04-25 Thread robert-jenk...@debian.org (JIRA)














































Robert Luberda
 commented on  JENKINS-22752


Initial poll (just after project creation) spawns builds for all the existing branches in repository















I think there is some kind of misunderstanding, my bug is about git plugin behavior shortly after the job creation. 

I agree that it is useful that you can push something into "master-some-description-of-the-change" branch, and the branch gets build.

But let's imagine that after 10 years of pushing changes to different branches (and assume that many of those haven't been merged to master for any reason) your jenkins server dies (e.g. because of disk failure), and you need to set up a new job on a different server. 

Would you be glad if the new jenkins server build all those 10-or-less-years-old "master-something" branches? If no, how would you refine your "/master/" branch specifier to avoid building of old branches?



























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







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


[JIRA] [git] (JENKINS-22752) Initial poll (just after project creation) spawns builds for all the existing branches in repository

2014-04-25 Thread robert-jenk...@debian.org (JIRA)












































 
Robert Luberda
 edited a comment on  JENKINS-22752


Initial poll (just after project creation) spawns builds for all the existing branches in repository
















I think there is some kind of misunderstanding, my bug is about git plugin behavior shortly after the job creation. 

I agree that it is useful that you can push something into "master-some-description-of-the-change" branch, and the branch gets build.

But let's imagine that after 10 years of pushing changes to different branches (and assume that many of those haven't been merged to master for any reason) your jenkins server dies (e.g. because of disk failure), and you need to set up a new job on a different server. 

Would you be glad if the new jenkins server build all those 10-or-less-years-old "master-something" branches? If no, how would you refine your "/master/" branch specifier to avoid building of old branches?



























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







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


[JIRA] [envinject] (JENKINS-22169) Migration from setenv overwrites existing envinject configuration

2014-04-25 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-22169


Migration from setenv overwrites existing envinject configuration















Code changed in jenkins
User: Gregory Boissinot
Path:
 .gitignore
 src/main/java/hudson/plugins/envfile/EnvFileBuildWrapper.java
 src/main/java/hudson/plugins/setenv/SetEnvBuildWrapper.java
 src/main/java/org/jenkinsci/plugins/envinject/migration/EnvInjectMigrationBuildWrapper.java
 src/main/java/org/jenkinsci/plugins/envinject/migration/EnvInjectMigrationListener.java
 src/test/java/org/jenkinsci/plugins/envinject/migration/EnvInjectMigrationBuildWrapperTest.java
 src/test/resources/org/jenkinsci/plugins/envinject/migration/EnvInjectMigrationBuildWrapperTest/testSetEnvAndEnvInject.zip
http://jenkins-ci.org/commit/envinject-plugin/c68558aba60280ea1d56978d827e91da5a5118e2
Log:
  Merge pull request #28 from rsandell/jenkins-22169

Fix JENKINS-22169


Compare: https://github.com/jenkinsci/envinject-plugin/compare/0287bec62dd8...c68558aba602




























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







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


[JIRA] [envinject] (JENKINS-22169) Migration from setenv overwrites existing envinject configuration

2014-04-25 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-22169


Migration from setenv overwrites existing envinject configuration















Code changed in jenkins
User: Robert Sandell
Path:
 .gitignore
 src/main/java/hudson/plugins/envfile/EnvFileBuildWrapper.java
 src/main/java/hudson/plugins/setenv/SetEnvBuildWrapper.java
 src/main/java/org/jenkinsci/plugins/envinject/migration/EnvInjectMigrationBuildWrapper.java
 src/main/java/org/jenkinsci/plugins/envinject/migration/EnvInjectMigrationListener.java
 src/test/java/org/jenkinsci/plugins/envinject/migration/EnvInjectMigrationBuildWrapperTest.java
 src/test/resources/org/jenkinsci/plugins/envinject/migration/EnvInjectMigrationBuildWrapperTest/testSetEnvAndEnvInject.zip
http://jenkins-ci.org/commit/envinject-plugin/eac6c25d15978d4c9e9921efed8418b8ef34418e
Log:
  Fix JENKINS-22169

If setenv and envinject are both configured for a job the
EnvInjectMigrationBuildWrapper will overwrite existing envinject config.

This fix introduces the migration in SetEnvBuildWrapper to the original project
so it can check if there is any existing config and transfer that over before
returning the replacement. It currently only looks at the propertiesContent
and any other config will still be overwritten.

Change-Id: Ief68f06d714f0a31f8fc8461aaa4cd893c64599b





























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







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


[JIRA] [core] (JENKINS-21882) v1.551 + GitHub OAuth == broken api token access

2014-04-25 Thread jenkins...@mike.is (JIRA)














































Michael Glass
 commented on  JENKINS-21882


v1.551 + GitHub OAuth == broken api token access















wfm!

Thanks so much, Soren



























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







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


[JIRA] [scm-sync-configuration] (JENKINS-22573) SCM Sync Stops working

2014-04-25 Thread dan...@beckweb.net (JIRA)















































Daniel Beck
 resolved  JENKINS-22573 as Duplicate


SCM Sync Stops working
















Duplicate of JENKINS-21640. SCM Sync relies on internal implementation details of Subversion Plugin that changed with 2.0.





Change By:


Daniel Beck
(25/Apr/14 11:00 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/d/optout.


  1   2   >