[JIRA] [git] (JENKINS-20569) Polling with excluded regions don't prevent job triggered

2013-12-17 Thread l...@tikalk.com (JIRA)














































Liya Katz
 commented on  JENKINS-20569


Polling with excluded regions dont prevent job triggered















I agree that new features should be be "promoted", but in this case they cause other important features to stop working. 
You have to mention this limitation when include/exclude regions are chosen.



























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







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


[JIRA] [additional-identities] (JENKINS-21033) User-Agent Java/java version causes Jenkins requests to be considered malware

2013-12-17 Thread fc357...@opayq.com (JIRA)














































Julia Yang
 created  JENKINS-21033


User-Agent Java/java version causes Jenkins requests to be considered malware















Issue Type:


Bug



Affects Versions:


current



Assignee:


Unassigned


Components:


additional-identities, cloudtest, core, plugin



Created:


17/Dec/13 8:23 AM



Description:


Currently when trying to get files from a URL elsewhere, Jenkins HTTP GETs use the User-Agent "Java/java version #".  Example:
User-Agent: Java/1.6.0_65

Saw these requests going through from Wireshark.

However, I've used CloudFlare and I have also seen sites that specifically reject requests with user-agent having Java/java version # in it.

I propose that Jenkins change the core to identify itself in the user-agent as "Jenkins/Jenkins' version #".  Example:
User-Agent: Jenkins/1.541

This is really one line of code in Jenkins:
System.setProperty("http.agent", "Jenkins/" + Jenkins.getVersion().toString());

It would be highly inappropriate for my plugin to make this change and hence currently I have to work around it by resetting the user-agent of every connection call I make.  Please make this change possible!

Thanks!




Environment:


Jenkins and Jenkins plugins




Project:


Jenkins



Labels:


user-agent
malware
identifier




Priority:


Major



Reporter:


Julia Yang

























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







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


[JIRA] [core] (JENKINS-19142) Don't add jobs to a view

2013-12-17 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-19142


Dont add jobs to a view















Yoichi: I doubt it's always as clear cut as the instance I mentioned. A global preference applies to your entire Jenkins (and on another instance, I have jobs for ~15 projects and teams with different needs), and is hidden from the users it affects (no preference in the affected views themselves, or a rule to learn to figure out the behavior).

IMO, if this request is implemented using a new preference, that preference should be on the ListView level.



























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







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


[JIRA] [git-client] (JENKINS-21015) NullPointerException in Jenkins Git Plugin

2013-12-17 Thread stuart.bos...@gmail.com (JIRA)














































Stuart Boston
 commented on  JENKINS-21015


NullPointerException in Jenkins Git Plugin 















My Jenkins is run as a service on a linux box. What $HOME would that be?

The workaround is to rollback to the old version (1.4.6) and not update until this is fixed.



























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







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


[JIRA] [additional-identities] (JENKINS-21033) User-Agent Java/java version causes Jenkins requests to be considered malware

2013-12-17 Thread msol...@soasta.com (JIRA)














































msolnit
 commented on  JENKINS-21033


User-Agent Java/java version causes Jenkins requests to be considered malware















See also JENKINS-19882.  The submitter reports a similar issue  proxies are blocking the Java user agent.



























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







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


[JIRA] [sectioned-view] (JENKINS-19376) Sectioned view plugin does not display 3 column layout properly

2013-12-17 Thread yve...@gmail.com (JIRA)














































Yves DM
 commented on  JENKINS-19376


Sectioned view plugin does not display 3 column layout properly















If you want to try the snapshot version it is available here :
https://jenkins.ci.cloudbees.com/job/plugins/job/sectioned-view-plugin/7/org.jenkins-ci.plugins$sectioned-view/artifact/org.jenkins-ci.plugins/sectioned-view/1.19-SNAPSHOT/sectioned-view-1.19-SNAPSHOT.hpi



























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







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


[JIRA] [core] (JENKINS-21034) Jenkins Startup Deadlock - QueueSorter.installDefaultQueueSorter and Queue.init

2013-12-17 Thread jenk...@gcummings.com (JIRA)














































Geoff Cummings
 created  JENKINS-21034


Jenkins Startup Deadlock - QueueSorter.installDefaultQueueSorter and Queue.init















Issue Type:


Bug



Assignee:


bklarson



Attachments:


jenkinsQueueDeadlock.log



Components:


core, prioritysorter



Created:


17/Dec/13 9:13 AM



Description:




Found one Java-level deadlock:
=
"Handling GET /jenkins/view/Portal/ : RequestHandlerThread[#12]":
  waiting to lock monitor 0x1a449d08 (object 0x000419d757e8, a hudson.ExtensionList$Lock),
  which is held by "QueueSorter.installDefaultQueueSorter"
"QueueSorter.installDefaultQueueSorter":
  waiting to lock monitor 0x1ae56c48 (object 0x00041895e0f0, a hudson.model.Queue),
  which is held by "Queue.init"
"Queue.init":
  waiting to lock monitor 0x1a449d08 (object 0x000419d757e8, a hudson.ExtensionList$Lock),
  which is held by "QueueSorter.installDefaultQueueSorter"





Environment:


Jenkins 1.544




Project:


Jenkins



Priority:


Critical



Reporter:


Geoff Cummings

























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







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


[JIRA] [extra-columns] (JENKINS-21035) Last modification of job configuration column

2013-12-17 Thread kru...@java.net (JIRA)














































krulls
 created  JENKINS-21035


Last modification of job configuration column















Issue Type:


New Feature



Assignee:


krulls



Attachments:


lastmodjobconfig.png



Components:


extra-columns



Created:


17/Dec/13 9:40 AM



Description:


A column showing the last modification date of a job configuration:






Project:


Jenkins



Priority:


Major



Reporter:


krulls

























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







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


[JIRA] [extra-columns] (JENKINS-21035) Last modification of job configuration column

2013-12-17 Thread stephan.kr...@ecg-leipzig.de (JIRA)














































Stephan Krull
 started work on  JENKINS-21035


Last modification of job configuration column
















Change By:


Stephan Krull
(17/Dec/13 9:56 AM)




Status:


Open
InProgress



























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







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


[JIRA] [extra-columns] (JENKINS-21035) Last modification of job configuration column

2013-12-17 Thread stephan.kr...@ecg-leipzig.de (JIRA)















































Stephan Krull
 assigned  JENKINS-21035 to Fred G



Last modification of job configuration column
















@Fred G: please review and pull request: https://github.com/jenkinsci/extra-columns-plugin/pull/3





Change By:


Stephan Krull
(17/Dec/13 9:58 AM)




Assignee:


StephanKrull
FredG



























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







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


[JIRA] [gerrit-trigger] (JENKINS-21036) NullPointerException in StreamWatchdog when trying to stop/restart

2013-12-17 Thread l.bi...@samsung.com (JIRA)














































Lasse Bigum
 created  JENKINS-21036


NullPointerException in StreamWatchdog when trying to stop/restart















Issue Type:


Bug



Assignee:


rsandell



Attachments:


gerrit_trigger_npe_log.txt



Components:


gerrit-trigger



Created:


17/Dec/13 10:03 AM



Description:


The Jenkins master has been running for about 2 months now and the Gerrit trigger plug-in has been working well.
We see these NPE problems with intervals (I have attached the log) after we see the Gerrit Trigger no longer being able to connect to the Gerrit server, so we try to restart the Gerrit Trigger:
{{Dec 17, 2013 10:26:37 AM com.sonyericsson.hudson.plugins.gerrit.trigger.GerritManagement$DescriptorImpl doRestartConnection
SEVERE: Could not restart connection. 
java.lang.NullPointerException
	at com.sonyericsson.hudson.plugins.gerrit.gerritevents.watchdog.StreamWatchdog.shutdown(StreamWatchdog.java:131)
	at com.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritHandler.shutdown(GerritHandler.java:850)
	at com.sonyericsson.hudson.plugins.gerrit.trigger.PluginImpl.stopConnection(PluginImpl.java:283)
	at com.sonyericsson.hudson.plugins.gerrit.trigger.PluginImpl.restartConnection(PluginImpl.java:299)
	at com.sonyericsson.hudson.plugins.gerrit.trigger.GerritManagement$DescriptorImpl.doRestartConnection(GerritManagement.java:154)}}

In the Gerrit Trigger plug-in page it says this:
??The connection to Gerrit is down! Check your settings and the Gerrit server.
Since the connection is down, Jenkins cannot determine the Gerrit version. So all Gerrit features have been enabled.??
I can, however, easily press the "Test connection" button and have that work.




Environment:


Jenkins 1.512, Gerrit-Trigger 2.10.1, Git 1.4.4, Gerrit server running 2.5.3




Project:


Jenkins



Labels:


plugin
trigger
gerrit
npe
nullpointer




Priority:


Critical



Reporter:


Lasse Bigum

























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







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


[JIRA] [gerrit-trigger] (JENKINS-21036) NullPointerException in StreamWatchdog when trying to stop/restart

2013-12-17 Thread l.bi...@samsung.com (JIRA)














































Lasse Bigum
 updated  JENKINS-21036


NullPointerException in StreamWatchdog when trying to stop/restart
















Change By:


Lasse Bigum
(17/Dec/13 10:05 AM)




Description:


TheJenkinsmasterhasbeenrunningforabout2monthsnowandtheGerrittriggerplug-inhasbeenworkingwell.WeseetheseNPEproblemswithintervals(Ihaveattachedthelog)afterweseetheGerritTriggernolongerbeingabletoconnecttotheGerritserver,sowetrytorestarttheGerritTrigger:
{{
Dec17,201310:26:37AMcom.sonyericsson.hudson.plugins.gerrit.trigger.GerritManagement$DescriptorImpldoRestartConnectionSEVERE:Couldnotrestartconnection.java.lang.NullPointerException	atcom.sonyericsson.hudson.plugins.gerrit.gerritevents.watchdog.StreamWatchdog.shutdown(StreamWatchdog.java:131)	atcom.sonyericsson.hudson.plugins.gerrit.gerritevents.GerritHandler.shutdown(GerritHandler.java:850)	atcom.sonyericsson.hudson.plugins.gerrit.trigger.PluginImpl.stopConnection(PluginImpl.java:283)	atcom.sonyericsson.hudson.plugins.gerrit.trigger.PluginImpl.restartConnection(PluginImpl.java:299)	atcom.sonyericsson.hudson.plugins.gerrit.trigger.GerritManagement$DescriptorImpl.doRestartConnection(GerritManagement.java:154)
}}
IntheGerritTriggerplug-inpageitsaysthis:
??

TheconnectiontoGerritisdown!CheckyoursettingsandtheGerritserver.Sincetheconnectionisdown,JenkinscannotdeterminetheGerritversion.SoallGerritfeatureshavebeenenabled.
??



Ican,however,easilypresstheTestconnectionbuttonandhavethatwork.



























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







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


[JIRA] [gerrit-trigger] (JENKINS-21036) NullPointerException in StreamWatchdog when trying to stop/restart

2013-12-17 Thread l.bi...@samsung.com (JIRA)














































Lasse Bigum
 commented on  JENKINS-21036


NullPointerException in StreamWatchdog when trying to stop/restart















The Gerrit server and Jenkins server are on different servers, and as stated, it runs fines for weeks and even months on end, and then fails like this.

The Gerrit server is 2.5.3 so it is not related to the new stream-events permission.



























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







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


[JIRA] [git] (JENKINS-21019) Git Plugin NullPointerException with https protocol

2013-12-17 Thread l...@gatehouse.dk (JIRA)














































Lars Christensen
 updated  JENKINS-21019


Git Plugin NullPointerException with https protocol
















Change By:


Lars Christensen
(17/Dec/13 10:27 AM)




Summary:


GitPlugin
NullPoinerExcept
NullPointerException
withhttpsprotocol



























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







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


[JIRA] [extra-columns] (JENKINS-21035) Last modification of job configuration column

2013-12-17 Thread stephan.kr...@ecg-leipzig.de (JIRA)












































 
Stephan Krull
 edited a comment on  JENKINS-21035


Last modification of job configuration column
















@Fred G: please review and pull request: https://github.com/jenkinsci/extra-columns-plugin/pull/5



























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







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


[JIRA] [mailer] (JENKINS-20954) Cannot save email recipients

2013-12-17 Thread elias.va...@gmail.com (JIRA)














































Olli Varis
 commented on  JENKINS-20954


Cannot save email recipients















Sorry to report that the problem still exists, after upgrading plugin from 1.5 to 1.7. Jenkins version is 1.532.1, Job is Maven2/3 project. Works fine with 1.5 Mailer plugin.



























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







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


[JIRA] [extra-columns] (JENKINS-21037) Slave or label restriction of a job

2013-12-17 Thread stephan.kr...@ecg-leipzig.de (JIRA)














































Stephan Krull
 created  JENKINS-21037


Slave or label restriction of a job















Issue Type:


New Feature



Assignee:


Stephan Krull



Attachments:


slaveOrLabel.png



Components:


extra-columns



Created:


17/Dec/13 10:40 AM



Description:


View column that shows build processor or build processor label restriction of a job.






Project:


Jenkins



Priority:


Major



Reporter:


Stephan Krull

























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







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


[JIRA] [git-client] (JENKINS-21015) NullPointerException in Jenkins Git Plugin

2013-12-17 Thread igna...@albors.ws (JIRA)














































Ignacio Albors
 commented on  JENKINS-21015


NullPointerException in Jenkins Git Plugin 















That would be the $HOME of the user running jenkins.

Do you have shell access to the linux box?



























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







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


[JIRA] [xunit] (JENKINS-18443) SkipNoTestFiles flag ignored. Build still set to failed if test files missing

2013-12-17 Thread sobik.szy...@gmail.com (JIRA)














































Szymon S
 commented on  JENKINS-18443


SkipNoTestFiles flag ignored. Build still set to failed if test files missing















For me the skipNoTestFiles is not saved, and every project that does not have tests fails.
I use 1.67



























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







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


[JIRA] [extra-columns] (JENKINS-21037) Slave or label restriction of a job

2013-12-17 Thread stephan.kr...@ecg-leipzig.de (JIRA)















































Stephan Krull
 assigned  JENKINS-21037 to Fred G



Slave or label restriction of a job
















@Fred G: please review and pull request: https://github.com/jenkinsci/extra-columns-plugin/pull/6





Change By:


Stephan Krull
(17/Dec/13 11:00 AM)




Assignee:


StephanKrull
FredG



























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







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


[JIRA] [core] (JENKINS-20993) org.apache.commons.jelly.JellyTagException when Logging in

2013-12-17 Thread vjura...@java.net (JIRA)














































vjuranek
 commented on  JENKINS-20993


org.apache.commons.jelly.JellyTagException when Logging in















Hi,
I wasn't able to reproduce, could you please provide a reproducer (what to configure, e.g. which authetication is used etc.)?
Thanks



























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







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


[JIRA] [build-failure-analyzer] (JENKINS-17658) Provide a token so that build failure causes can be included in build failure emails

2013-12-17 Thread adam.g...@gmail.com (JIRA)












































 
Adam Guja
 edited a comment on  JENKINS-17658


Provide a token so that build failure causes can be included in build failure emails
















sorry, this does not work yet



























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







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


[JIRA] [teamconcert] (JENKINS-21038) Improve security in team-concert plugin

2013-12-17 Thread gabriel.lopez.ar...@gmail.com (JIRA)














































Gabriel Lopez
 updated  JENKINS-21038


Improve security in team-concert plugin
















Change By:


Gabriel Lopez
(17/Dec/13 11:34 AM)




Issue Type:


Improvement
NewFeature



























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







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


[JIRA] [build-failure-analyzer] (JENKINS-17658) Provide a token so that build failure causes can be included in build failure emails

2013-12-17 Thread adam.g...@gmail.com (JIRA)












































 
Adam Guja
 edited a comment on  JENKINS-17658


Provide a token so that build failure causes can be included in build failure emails
















sorry, I thought I had a solution for this, but it does not work yet



























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







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


[JIRA] [teamconcert] (JENKINS-21038) Improve security in team-concert plugin

2013-12-17 Thread gabriel.lopez.ar...@gmail.com (JIRA)














































Gabriel Lopez
 created  JENKINS-21038


Improve security in team-concert plugin















Issue Type:


Improvement



Assignee:


Unassigned


Attachments:


HTML-password.jpg



Components:


teamconcert



Created:


17/Dec/13 11:33 AM



Description:


Our use case forces us to have several RTC connections configured in a Jenkins server. This means we can't always reuse the "default RTC connection" that is configured in the Global Jenkins configuration page. 

When using the job configuration, there are two options: 
a)Put the password in jenkins.
b)Point to a password file in the Jenkins master. 

Both have downsides.
a) The password can be viewed by everyone that has access to the job, by looking the html (see attachment). 
b) Passwords files are, per se, unsecured. Although they are obfuscated, they can be easily obtained by just showing the contents of the file. So basically anyone that has read access (or ability to configure/run a job). It also needs to be in the master, which makes it complex in a multi-tenant jenkins. 

To solve this, I can think of:
-Add support for using credentials set up in credentials-plugin.
-Add support for having several "default" RTC Connections that are configured in the jenkins global page. This page is only accessed by admins and easier to ACL. 

But I'm sure there are several security measures that can be implemented. 

Thanks in advance.




Project:


Jenkins



Priority:


Major



Reporter:


Gabriel Lopez

























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







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


[JIRA] [mailer] (JENKINS-20954) Cannot save email recipients

2013-12-17 Thread jo...@muehlencord.de (JIRA)














































Joern Muehlencord
 reopened  JENKINS-20954


Cannot save email recipients
















retested using 1.7  Jenkins 1.544. Still maven 2/3 project do not store the email address. NPE is solved as empty email is detected correclty. 
Reproduceable by: 

	select project
	edit configuration
	add email address
	edit configuration (again) -- emailaddress is gone







Change By:


Joern Muehlencord
(17/Dec/13 11:55 AM)




Resolution:


Fixed





Status:


Resolved
Reopened



























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







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


[JIRA] [mail] (JENKINS-21039) NullPointerException Jenkins Mail Sender

2013-12-17 Thread imesh.gunara...@gmail.com (JIRA)














































Imesh Gunaratne
 created  JENKINS-21039


NullPointerException Jenkins Mail Sender















Issue Type:


Bug



Affects Versions:


current



Assignee:


Unassigned


Components:


mail



Created:


17/Dec/13 12:19 PM



Description:


The following error was noticed in Jenkins 1.544 release while trying to send an email for a build failure.

Project Type: Maven 

java.lang.NullPointerException
	at java.util.StringTokenizer.init(StringTokenizer.java:199)
	at java.util.StringTokenizer.init(StringTokenizer.java:236)
	at hudson.tasks.MailSender.createEmptyMail(MailSender.java:326)
	at hudson.tasks.MailSender.createBackToNormalMail(MailSender.java:175)
	at hudson.tasks.MailSender.getMail(MailSender.java:168)
	at hudson.tasks.MailSender.execute(MailSender.java:100)
	at hudson.maven.reporters.MavenMailer.end(MavenMailer.java:56)
	at hudson.maven.AbstractMavenBuilder.end(AbstractMavenBuilder.java:103)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:829)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:566)
	at hudson.model.Run.execute(Run.java:1678)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:509)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:231)




Project:


Jenkins



Priority:


Major



Reporter:


Imesh Gunaratne

























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







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


[JIRA] [email-ext] (JENKINS-21040) No trigger for Stable - Unstable

2013-12-17 Thread rgg...@gmail.com (JIRA)














































rggjan
 created  JENKINS-21040


No trigger for Stable - Unstable















Issue Type:


Bug



Assignee:


Alex Earl



Components:


email-ext



Created:


17/Dec/13 1:10 PM



Description:


There is no trigger for "Stable" - "Unstable"

It would be nice to have a trigger when the build goes from stable to unstible. Something like "1st Unstable" (similar to "1st Failure") would be perfect.




Project:


Jenkins



Priority:


Major



Reporter:


rggjan

























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







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


[JIRA] [email-ext] (JENKINS-21041) Impossible to keeps sending mails to people who broke the build

2013-12-17 Thread rgg...@gmail.com (JIRA)














































rggjan
 created  JENKINS-21041


Impossible to keeps sending mails to people who broke the build















Issue Type:


Bug



Assignee:


Alex Earl



Components:


email-ext



Created:


17/Dec/13 1:15 PM



Description:


It would be great if the email-extension plugin could send emails for every broken build, but only to the persons that broke the build in the first place.

Lets assume that person A breaks the build with commit 1. Then person B and C push commits 2 and 3. All three commits fail because of the first commit. Right now, A gets 3 mails for broken builds and B and C get 2 and 1 mail, respectively, even though B and C didn't break anything. It would be better if A gets all three mails and B and C don't get any emails until the build is stable again.




Project:


Jenkins



Priority:


Major



Reporter:


rggjan

























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







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


[JIRA] [build-timeout] (JENKINS-18294) Build time-out should also apply to post-build actions

2013-12-17 Thread kacynski.w...@aoins.com (JIRA)















































Walter Kacynski
 resolved  JENKINS-18294 as Duplicate


Build time-out should also apply to post-build actions
















Change By:


Walter Kacynski
(17/Dec/13 1:18 PM)




Status:


Open
Resolved





Assignee:


KohsukeKawaguchi
pancake





Resolution:


Duplicate



























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







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


[JIRA] [email-ext] (JENKINS-21041) Impossible to keeps sending mails to people who broke the build

2013-12-17 Thread slide.o....@gmail.com (JIRA)














































Alex Earl
 commented on  JENKINS-21041


Impossible to keeps sending mails to people who broke the build















So, what happens if B or C introduced a new issue that is masked by the issue that A introduced. When A commits a fix, how does the plugin determine who now broke the code?



























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







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


[JIRA] [email-ext] (JENKINS-17742) Pick Up Committer from Upstream Job

2013-12-17 Thread slide.o....@gmail.com (JIRA)














































Alex Earl
 commented on  JENKINS-17742


Pick Up Committer from Upstream Job















With the groovy script, each admin has the ability to tailor it to their needs, this is why I am advocating using a script instead of adding a new feature. "Send to Requester" actually sends to the person (if there was a person) that initiated the build. Are you thinking of Culprits or Developers? Culprits does have a similar issue, it will break if you are using a different project type that doesn't have the same layout as other projects (like Build Flow).



























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







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


[JIRA] [subversion] (JENKINS-21042) Allow exclusions from SVN polling for certain repository URLs

2013-12-17 Thread sh...@daigles.net (JIRA)














































S Daigle
 created  JENKINS-21042


Allow exclusions from SVN polling for certain repository URLs















Issue Type:


Improvement



Affects Versions:


current



Assignee:


Unassigned


Components:


subversion



Created:


17/Dec/13 1:23 PM



Description:


Many jobs require multiple Subversion repositories. For jobs that poll SVN to start execution, it would be good to allow exemptions for certain repository URLs. For example if I have a "main codebase" URL and a "Tools" URL specified and would only like changes made in the "main codebase" to execute a build, this would be helpful. A simple checkbox to "enable" or "disable" polling. This would stop many jobs from running when they really don't have to and hopefully would also keep these commit operations out of the "SCM files changed"




Environment:


All




Project:


Jenkins



Priority:


Major



Reporter:


S Daigle

























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







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


[JIRA] [core] (JENKINS-20993) org.apache.commons.jelly.JellyTagException when Logging in

2013-12-17 Thread tomasz.lewandow...@stxnext.pl (JIRA)














































Tomasz Lewandowski
 commented on  JENKINS-20993


org.apache.commons.jelly.JellyTagException when Logging in















I have the same issue.

LDAP authentication with Enable project-based security. When user doesn't have admin privilege - see error as at first comment.

Thanks



























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







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


[JIRA] [build-timeout] (JENKINS-21043) Notify but Don't Cancel a long running build

2013-12-17 Thread kacynski.w...@aoins.com (JIRA)














































Walter Kacynski
 created  JENKINS-21043


Notify but Dont Cancel a long running build















Issue Type:


Improvement



Assignee:


Kohsuke Kawaguchi



Components:


build-timeout



Created:


17/Dec/13 1:23 PM



Description:


I would like to send notification that a build has been running for a longer than normal time but I don't want to actually cancel the build.  Maybe this plug-in can have this option added.




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


[JIRA] [m2release] (JENKINS-20937) SCM password should not be recorded in build.xml in job's builds storage

2013-12-17 Thread and...@hammar.net (JIRA)














































Anders Hammar
 commented on  JENKINS-20937


SCM password should not be recorded in build.xml in jobs builds storage















This issue has been fixed with the merge of pull request #13.



























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







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


[JIRA] [email-ext] (JENKINS-21041) Impossible to keeps sending mails to people who broke the build

2013-12-17 Thread rgg...@gmail.com (JIRA)














































rggjan
 commented on  JENKINS-21041


Impossible to keeps sending mails to people who broke the build















I think this would be impossible by the plugin to determine.

In this case, A will keep getting emails, and A has to tell B or C to fix the code.

However, I think this would be a good incentive for people to fix their broken builds fast, before other people introduce new bugs on top 

The problem with the current approach is that people start ignoring jenkins mails if the build is broken for too long even though they didn't do anything wrong. With the suggested approach, only people that really broke jenkins (at least once) will get annoying mails, until they managed to get it green 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/groups/opt_out.


[JIRA] [teamconcert] (JENKINS-21038) Improve security in team-concert plugin

2013-12-17 Thread heath...@ca.ibm.com (JIRA)














































Heather Fraser-Dube
 commented on  JENKINS-21038


Improve security in team-concert plugin















Thanks for the report and the suggestions. We had figured that access to the password file would be secured. 

I have raised a work item for this 295009: Improve security in Jenkins Team Concert plugin



























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







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


[JIRA] [teamconcert] (JENKINS-21038) Improve security in team-concert plugin

2013-12-17 Thread heath...@ca.ibm.com (JIRA)












































 
Heather Fraser-Dube
 edited a comment on  JENKINS-21038


Improve security in team-concert plugin
















Thanks for the report and the suggestions. We had figured that access to the password file would be secured. We chose to have the password file only on the master because it felt like having it on the slaves would require a lot coordination when a password had to be updated.

Does your organization make use of the credentials plugin? Are there other plugins that you use that also retrieve the passwords from it?

I have raised a work item for this 295009: Improve security in Jenkins Team Concert plugin



























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







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


[JIRA] [mailer] (JENKINS-20954) NPE from MailSender.createEmptyMail

2013-12-17 Thread jgl...@cloudbees.com (JIRA)















































Jesse Glick
 resolved  JENKINS-20954 as Fixed


NPE from MailSender.createEmptyMail
















One bug at a time please. Please file a separate bug in the maven-plugin component and link it to this one.





Change By:


Jesse Glick
(17/Dec/13 2:28 PM)




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


[JIRA] [mailer] (JENKINS-20954) NPE from MailSender.createEmptyMail

2013-12-17 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 updated  JENKINS-20954


NPE from MailSender.createEmptyMail
















Change By:


Jesse Glick
(17/Dec/13 2:27 PM)




Summary:


Cannotsaveemailrecipients
NPEfromMailSender.createEmptyMail



























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







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


[JIRA] [mercurial] (JENKINS-15163) Mercurial plugin cloning not resolving environment variables correctly

2013-12-17 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 commented on  JENKINS-15163


Mercurial plugin cloning not resolving environment variables correctly















https://github.com/jenkinsci/mercurial-plugin/pull/37 claims to be “related”; unclear to me if it intends to fix this issue.



























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







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


[JIRA] [core] (JENKINS-19031) com.thoughtworks.xstream.converters.ConversionException: Array index out of range: -1 : Array index out of range: -1

2013-12-17 Thread msten...@versorgungskammer.de (JIRA)














































Michael Stengel
 commented on  JENKINS-19031


com.thoughtworks.xstream.converters.ConversionException: Array index out of range: -1 : Array index out of range: -1















The problem seem to be the xstream library 1.4.4. We use IBM JAVA and have the same problem.

The bug in XStream is fixed in XStream Version 1.4.6: See ChangeLog

•XSTR-739 and XSTR-746: OrderRetainingMap fails if HashMap.putAll(Map) of Java Runtime is not implemented calling put for every element within the map.



























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







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


[JIRA] [mercurial] (JENKINS-15163) Mercurial plugin cloning not resolving environment variables correctly

2013-12-17 Thread jgl...@cloudbees.com (JIRA)















































Jesse Glick
 assigned  JENKINS-15163 to Jesse Glick



Mercurial plugin cloning not resolving environment variables correctly
















Change By:


Jesse Glick
(17/Dec/13 2:32 PM)




Assignee:


KohsukeKawaguchi
JesseGlick



























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







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


[JIRA] [throttle-concurrents] (JENKINS-21044) Throttle Concurrent Builds blocking Jenkins queue

2013-12-17 Thread jenk...@gcummings.com (JIRA)














































Geoff Cummings
 created  JENKINS-21044


Throttle Concurrent Builds blocking Jenkins queue















Issue Type:


Bug



Affects Versions:


current



Assignee:


abayer



Components:


throttle-concurrents



Created:


17/Dec/13 2:34 PM



Description:


Jenkins had stopped responding to browser requests for Jenkins pages and I think it may be caused by the recent upgrade to Throttle Concurrent Builds 1.8.1


Requests were getting blocked waiting on 0x0004181e4520


"Handling GET /jenkins/ : RequestHandlerThread[#171]" daemon prio=10 tid=0x168ee800 nid=0x193b waiting for monitor entry [0x4335b000]
   java.lang.Thread.State: BLOCKED (on object monitor)
	at hudson.model.Queue.getItems(Queue.java:687)
	- waiting to lock 0x0004181e4520 (a hudson.model.Queue)
	at hudson.model.Queue$CachedItemList.get(Queue.java:216)
	at hudson.model.Queue.getApproximateItemsQuickly(Queue.java:717)
	at hudson.model.View.getApproximateQueueItemsQuickly(View.java:483)
	at sun.reflect.GeneratedMethodAccessor355.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)


This seems to be waiting on Throttle Concurrent Builds code.
Further dumps after 10 minutes, 20 minutes and 30 minutes showed this same stack trace.


"Thread-126" daemon prio=10 tid=0x2aaae0529800 nid=0x1785 runnable [0x4659]
   java.lang.Thread.State: RUNNABLE
	at java.util.WeakHashMap$HashIterator.hasNext(WeakHashMap.java:875)
	at java.util.AbstractCollection.toArray(AbstractCollection.java:139)
	at java.util.ArrayList.init(ArrayList.java:164)
	at hudson.plugins.throttleconcurrents.ThrottleJobProperty.getCategoryProjects(ThrottleJobProperty.java:141)
	- locked 0x00041a79b778 (a java.util.HashMap)
	at hudson.plugins.throttleconcurrents.ThrottleQueueTaskDispatcher.canRun(ThrottleQueueTaskDispatcher.java:118)
	at hudson.plugins.throttleconcurrents.ThrottleQueueTaskDispatcher.canRun(ThrottleQueueTaskDispatcher.java:90)
	at hudson.model.Queue.isBuildBlocked(Queue.java:937)
	at hudson.model.Queue.maintain(Queue.java:1006)
	- locked 0x0004181e4520 (a hudson.model.Queue)
	at hudson.model.Queue$1.call(Queue.java:303)
	at hudson.model.Queue$1.call(Queue.java:300)
	at jenkins.util.AtmostOneTaskExecutor$1.call(AtmostOneTaskExecutor.java:69)
	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
	at hudson.remoting.AtmostOneThreadExecutor$Worker.run(AtmostOneThreadExecutor.java:104)
	at java.lang.Thread.run(Thread.java:724)

   Locked ownable synchronizers:
	- None



CPU usage was at ~100% for this thread for the 30 minutes that I was watching it before I restarted Jenkins.
(6021 = 0x1785)

PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND   
 6021 rcbuild_  35  10 18.0g 6.2g  32m R 99.7 19.7  30:45.97 java



I have rolled back to Throttle Concurrent Builds 1.8 for now.

Still learning how to investigate thread dumps but please let me know if there is anything I can do to help.






Environment:


Jenkins 1.544




Project:


Jenkins



Priority:


Critical



Reporter:


Geoff Cummings

























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 

[JIRA] [mailer] (JENKINS-21045) maven 2/3 projects cannot store emailaddress

2013-12-17 Thread jo...@muehlencord.de (JIRA)














































Joern Muehlencord
 created  JENKINS-21045


maven 2/3 projects cannot store emailaddress















Issue Type:


Bug



Affects Versions:


current



Assignee:


Unassigned


Components:


mailer, maven



Created:


17/Dec/13 2:35 PM



Description:


After upgrade from mailer 1.5 to 1.6/1.7 it is no longer possible to edit email address for notification.
Reproduceable by:

	select project
	edit configuration
	add email address
	edit configuration (again) -- emailaddress is gone



See also https://issues.jenkins-ci.org/browse/JENKINS-20954




Environment:


SLES 10.4, Tomcat 7.0.42, Jenkins 1.544, mailer 1.7




Project:


Jenkins



Labels:


plugin




Priority:


Critical



Reporter:


Joern Muehlencord

























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







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


[JIRA] [core] (JENKINS-20989) PeepholePermalink RunListenerImpl oncompleted should be triggered before downstream builds are triggered

2013-12-17 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 commented on  JENKINS-20989


PeepholePermalink RunListenerImpl oncompleted should be triggered before downstream builds are triggered















Makes sense, file a pull request with 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/groups/opt_out.


[JIRA] [mailer] (JENKINS-20954) NPE from MailSender.createEmptyMail

2013-12-17 Thread gregh3...@gmail.com (JIRA)














































Greg Huber
 commented on  JENKINS-20954


NPE from MailSender.createEmptyMail















Sorry, I am a bit confused, the original issue was that the email recipient would not save, and as a result there was a npe.  What has been fixed now on this, the email recipient not saving or the npe?

Cheers Greg.



























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







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


[JIRA] [mailer] (JENKINS-20954) NPE from MailSender.createEmptyMail

2013-12-17 Thread jo...@muehlencord.de (JIRA)












































 
Joern Muehlencord
 edited a comment on  JENKINS-20954


NPE from MailSender.createEmptyMail
















new issue created - see https://issues.jenkins-ci.org/browse/JENKINS-21045



























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







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


[JIRA] [cloverphp-plugin] (JENKINS-21046) option to generate clover report regardless of build status

2013-12-17 Thread has...@free.fr (JIRA)














































Antoine Musso
 created  JENKINS-21046


option to generate clover report regardless of build status















Issue Type:


Bug



Assignee:


sogabe



Components:


cloverphp-plugin



Created:


17/Dec/13 2:45 PM



Description:


I got a fairly large PHPUnit test suite that takes up to 40 minutes to run.  Due to some weird bug in PHP or Xdebug, it ends segfaulting when PHP shutdown. Regardless, the clover.xml is properly generated and could be made a report.

Alas, the plugin does not generate the clover report because of the build failure (added URL to console log, copied relevant part below):

/tmp/hudson2299744543392632448.sh: line 8:  6928 Segmentation fault  nice -n 19 php tests/phpunit/phpunit.php --with-phpunitdir /srv/deployment/integration/phpunit/vendor/phpunit/phpunit --exclude-group Dump,Broken,ParserFuzz,Stub --coverage-clover log/clover.xml --coverage-html /srv/org/wikimedia/integration/cover/mediawiki-core/master/php
Build step 'Execute shell' marked build as failure
Publishing Clover coverage report...
No Clover report will be published due to a Build Failure
Finished: FAILURE

It would be very nice to have an option detecting whether the clover.xml is non empty and fresh and generate the coverage report regardless of the build status.




Environment:


Plugin version 0.3.3

Jenkins 1.509.4 (LTS)




Project:


Jenkins



Priority:


Major



Reporter:


Antoine Musso

























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







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


[JIRA] [mailer] (JENKINS-20954) NPE from MailSender.createEmptyMail

2013-12-17 Thread jo...@muehlencord.de (JIRA)














































Joern Muehlencord
 commented on  JENKINS-20954


NPE from MailSender.createEmptyMail















done - see https://issues.jenkins-ci.org/browse/JENKINS-21045



























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







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


[JIRA] [mailer] (JENKINS-21045) maven 2/3 projects cannot store emailaddress

2013-12-17 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 updated  JENKINS-21045


maven 2/3 projects cannot store emailaddress
















Change By:


Jesse Glick
(17/Dec/13 2:52 PM)




Labels:


plugin
regression



























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







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


[JIRA] [mailer] (JENKINS-20954) NPE from MailSender.createEmptyMail

2013-12-17 Thread jo...@muehlencord.de (JIRA)














































Joern Muehlencord
 commented on  JENKINS-20954


NPE from MailSender.createEmptyMail















NPE is fixed, not be able to save is still open (even it was the orinal header of the bug)
With 1.7 sending emails is still broken but at least you do not receive an ugly error because of the blank email list. 



























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







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


[JIRA] [core] (JENKINS-21047) Update XStream 1.4.4. to 1.4.6

2013-12-17 Thread msten...@versorgungskammer.de (JIRA)














































Michael Stengel
 created  JENKINS-21047


Update XStream 1.4.4. to 1.4.6















Issue Type:


Improvement



Assignee:


Unassigned


Components:


core



Created:


17/Dec/13 3:01 PM



Description:


Update to XStream 1.4.6 needed, because of JENKINS-19031. 

Users with IBM-JAVA cannot update Jenkins with versions higher 1.503




Project:


Jenkins



Priority:


Major



Reporter:


Michael Stengel

























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







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


[JIRA] [call-remote-job] (JENKINS-21005) API calls return 404 error when asking for JOB information. API returns data for non-Job information.

2013-12-17 Thread b...@billwilliams.biz (JIRA)














































Bill Williams
 updated  JENKINS-21005


API calls return 404 error when asking for JOB information.  API returns data for non-Job information.
















Change By:


Bill Williams
(17/Dec/13 3:13 PM)




Attachment:


JenkinsApiCallsCsharp.doc



























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







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


[JIRA] [call-remote-job] (JENKINS-21005) API calls return 404 error when asking for JOB information. API returns data for non-Job information.

2013-12-17 Thread b...@billwilliams.biz (JIRA)














































Bill Williams
 commented on  JENKINS-21005


API calls return 404 error when asking for JOB information.  API returns data for non-Job information.















Thank you for all your help.  I attached a document to show how I am accessing the Jenkins API with .net (C#).  It works for some calls but anytime I try to get "job" data, I get a 404 error.

I'm not sure I need the call-remote-jenkins-job plugin but I will try anything to make this work.

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


[JIRA] [mailer] (JENKINS-21045) maven 2/3 projects cannot store emailaddress

2013-12-17 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 started work on  JENKINS-21045


maven 2/3 projects cannot store emailaddress
















Change By:


Jesse Glick
(17/Dec/13 3:19 PM)




Status:


Open
InProgress



























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







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


[JIRA] [email-ext] (JENKINS-17742) Pick Up Committer from Upstream Job

2013-12-17 Thread jbrec...@vistaprint.com (JIRA)














































Jonathan Brecher
 commented on  JENKINS-17742


Pick Up Committer from Upstream Job















We have hundreds of developers maintaining their own Jenkins jobs on a central server. We can reasonably expect them to choose whether to hit a checkbox. We cannot expect them to learn Gradle on top of their other responsibilities.

How could it not be a good idea for the plugin to handle this natively? If the plugin handles it natively, with a checkbox as suggested by Christian, then admins have a choice of using the native implementation if it works for them. They also still have the option of using Gradle if they love lots of repeated code in each of their Jenkins jobs.  Without native support in the plugin, there are no options.



























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







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


[JIRA] [mailer] (JENKINS-21045) maven 2/3 projects cannot store emailaddress

2013-12-17 Thread jgl...@cloudbees.com (JIRA)















































Jesse Glick
 assigned  JENKINS-21045 to Jesse Glick



maven 2/3 projects cannot store emailaddress
















Change By:


Jesse Glick
(17/Dec/13 3:19 PM)




Assignee:


JesseGlick



























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







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


[JIRA] [subversion] (JENKINS-20690) Subversion changes using Assembla

2013-12-17 Thread cameron.h...@boxtone.com (JIRA)















































Cameron Horn
 resolved  JENKINS-20690 as Not A Defect


Subversion changes using Assembla
















Change By:


Cameron Horn
(17/Dec/13 3:26 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/groups/opt_out.


[JIRA] [subversion] (JENKINS-20690) Subversion changes using Assembla

2013-12-17 Thread cameron.h...@boxtone.com (JIRA)














































Cameron Horn
 commented on  JENKINS-20690


Subversion changes using Assembla















It seems that we did, although I don't know why. Removing that configuration from all projects fixed things.



























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







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


[JIRA] [email-ext] (JENKINS-21041) Impossible to keeps sending mails to people who broke the build

2013-12-17 Thread slide.o....@gmail.com (JIRA)














































Alex Earl
 commented on  JENKINS-21041


Impossible to keeps sending mails to people who broke the build















I'll think about this, but I don't really want to change the behavior as it is 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/groups/opt_out.


[JIRA] [email-ext] (JENKINS-17742) Pick Up Committer from Upstream Job

2013-12-17 Thread slide.o....@gmail.com (JIRA)














































Alex Earl
 commented on  JENKINS-17742


Pick Up Committer from Upstream Job















Why would they need Gradle? The script is pure Groovy. There are plenty of ways to reduce the need for each person to know Groovy. You can create template jobs (plugin), when new jobs are created you create them based on a template (if you don't want a plugin). 



























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







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


[JIRA] [email-ext] (JENKINS-17742) Pick Up Committer from Upstream Job

2013-12-17 Thread jbrec...@vistaprint.com (JIRA)














































Jonathan Brecher
 commented on  JENKINS-17742


Pick Up Committer from Upstream Job















Sorry, I meant Groovy. I've edited my previous comment.

I also have a way of reducing the need for each person to know Groovy: Provide a checkbox that offers this functionality natively.



























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







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


[JIRA] [email-ext] (JENKINS-17742) Pick Up Committer from Upstream Job

2013-12-17 Thread slide.o....@gmail.com (JIRA)














































Alex Earl
 commented on  JENKINS-17742


Pick Up Committer from Upstream Job















Feel free to implement it and issue a pull request.



























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







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


[JIRA] [teamconcert] (JENKINS-21038) Improve security in team-concert plugin

2013-12-17 Thread gabriel.lopez.ar...@gmail.com (JIRA)














































Gabriel Lopez
 commented on  JENKINS-21038


Improve security in team-concert plugin















I see. In a way, it makes sense, but it would be nice to have the option. I suppose there are much better solutions though, so I don't consider reading password files from slaves a must. 

About credentials-plugin, I think it is the one that is filling the functionality gap in jenkins for centralizing password management. Until it, all plugins implemented its own password fields in their own way. Ideally this plugin can fill this gap and allow plugins to collaborate in terms of password management, in a secured way. 
See http://blog.cloudbees.com/2012/02/open-sourcing-credentials-plugin.html 
Recently, the Git plugin added support to it: https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin
Sadly, only a bunch supports it, but I think it will get better. The most common use case is using https://wiki.jenkins-ci.org/display/JENKINS/SSH+Credentials+Plugin

That was just an idea though. In our case, either putting the password on jobs (that are shown in the html and are duplicated across jobs) and using password files (that are not that safe and we don't have OS access to the jenkins master think like we are using it as a service) is inconvenient. 

Thanks for the reply.



























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







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


[JIRA] [testlink] (JENKINS-20599) Handle several testpoints TAP result file

2013-12-17 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-20599


Handle several testpoints TAP result file















Code changed in jenkins
User: Bruno P. Kinoshita
Path:
 pom.xml
 src/main/java/hudson/plugins/testlink/result/AbstractTAPFileNameResultSeeker.java
 src/main/java/hudson/plugins/testlink/result/AbstractTAPResultSeeker.java
 src/main/java/hudson/plugins/testlink/result/TAPFileNameMultiTestPointsResultSeeker.java
 src/main/java/hudson/plugins/testlink/result/TAPFileNameResultSeeker.java
 src/main/java/hudson/plugins/testlink/result/TAPMultiTestpointsFileNameResultSeeker.java
 src/main/resources/hudson/plugins/testlink/result/TAPFileNameMultiTestPointsResultSeeker/config.jelly
http://jenkins-ci.org/commit/testlink-plugin/e1e3eecde910931b3e8523197874ada6764db7a4
Log:
  JENKINS-20599 Massaging the code and bumping tap4j dep version





























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







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


[JIRA] [throttle-concurrents] (JENKINS-21044) Throttle Concurrent Builds blocking Jenkins queue

2013-12-17 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 commented on  JENKINS-21044


Throttle Concurrent Builds blocking Jenkins queue















Could you briefly describe your case (number of projects, categories structure, frequency of job submissions, etc.)?



























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







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


[JIRA] [downstream-buildview] (JENKINS-20890) Saving jobs with huge build history takes a very long time due to unnecessary logging

2013-12-17 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 updated  JENKINS-20890


Saving jobs with huge build history takes a very long time due to unnecessary logging
















Change By:


Jesse Glick
(17/Dec/13 5:31 PM)




Labels:


performance



























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







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


[JIRA] [mercurial] (JENKINS-5452) Whitespace in the user ID

2013-12-17 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 started work on  JENKINS-5452


Whitespace in the user ID
















Change By:


Jesse Glick
(17/Dec/13 5:30 PM)




Status:


Open
InProgress



























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







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


[JIRA] [downstream-buildview] (JENKINS-17837) slow startup and rename caused by loading all build.xml history

2013-12-17 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 updated  JENKINS-17837


slow startup and rename caused by loading all build.xml history
















Change By:


Jesse Glick
(17/Dec/13 5:33 PM)




Labels:


lazy-loadingperformance



























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







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


[JIRA] [downstream-buildview] (JENKINS-20890) Saving jobs with huge build history takes a very long time due to unnecessary logging

2013-12-17 Thread jgl...@cloudbees.com (JIRA)















































Jesse Glick
 resolved  JENKINS-20890 as Duplicate


Saving jobs with huge build history takes a very long time due to unnecessary logging
















Change By:


Jesse Glick
(17/Dec/13 5:36 PM)




Status:


Open
Resolved





Resolution:


Duplicate



























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







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


[JIRA] [throttle-concurrents] (JENKINS-21044) Throttle Concurrent Builds blocking Jenkins queue

2013-12-17 Thread o.v.nenas...@gmail.com (JIRA)















































Oleg Nenashev
 assigned  JENKINS-21044 to Jesse Glick



Throttle Concurrent Builds blocking Jenkins queue
















BTW, I confirm that the current implementation may cause huge calculation efforts in the case of big number of jobs with a same category:

	keySet() causes a useless copy of the data
	copy to a new array leads to an additional copy of items



It makes sense to extend a the cache's lock time, but to iterate the HashMap directly.

I'll reassign issue to Jesse Glick, who is an author of https://github.com/jenkinsci/throttle-concurrent-builds-plugin/pull/10
Jesse, do you have some time to fix the issue? If no, I can do it on my own





Change By:


Oleg Nenashev
(17/Dec/13 5:39 PM)




Assignee:


OlegNenashev
JesseGlick



























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







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


[JIRA] [downstream-buildview] (JENKINS-17837) slow startup and rename caused by loading all build.xml history

2013-12-17 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 started work on  JENKINS-17837


slow startup and rename caused by loading all build.xml history
















Change By:


Jesse Glick
(17/Dec/13 5:42 PM)




Status:


Open
InProgress



























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







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


[JIRA] [downstream-buildview] (JENKINS-17837) slow startup and rename caused by loading all build.xml history

2013-12-17 Thread jgl...@cloudbees.com (JIRA)















































Jesse Glick
 assigned  JENKINS-17837 to Jesse Glick



slow startup and rename caused by loading all build.xml history
















Change By:


Jesse Glick
(17/Dec/13 5:42 PM)




Assignee:


JesseGlick



























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







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


[JIRA] [dashboard-view] (JENKINS-21048) Image portlet not collapsible

2013-12-17 Thread kyle.a.pa...@lmco.com (JIRA)














































Kyle Paice
 created  JENKINS-21048


Image portlet not collapsible















Issue Type:


Bug



Affects Versions:


current



Assignee:


Peter Hayes



Components:


dashboard-view



Created:


17/Dec/13 5:51 PM



Description:


The image portlet is not collapsible. Looking at the page source, the image is placed between the header and content tables for the portlet. Moving the image into the content table fixes the problem.




Environment:


Windows 7, viewed in Google Chrome




Project:


Jenkins



Priority:


Minor



Reporter:


Kyle Paice

























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







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


[JIRA] [mercurial] (JENKINS-5452) Whitespace in the user ID

2013-12-17 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-5452


Whitespace in the user ID















Code changed in jenkins
User: Jesse Glick
Path:
 src/main/resources/hudson/plugins/mercurial/MercurialChangeSetList/index.jelly
http://jenkins-ci.org/commit/mercurial-plugin/89f9e5fd842595ed8e0afc1196e53c8690436c63
Log:
  FIXED JENKINS-5452 Lack of proper escaping broke display of user names in changelog.





























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







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


[JIRA] [mercurial] (JENKINS-5452) Whitespace in the user ID

2013-12-17 Thread scm_issue_l...@java.net (JIRA)















































SCM/JIRA link daemon
 resolved  JENKINS-5452 as Fixed


Whitespace in the user ID
















Change By:


SCM/JIRA link daemon
(17/Dec/13 5:52 PM)




Status:


InProgress
Resolved





Resolution:


Fixed



























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







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


[JIRA] [rebuild] (JENKINS-20596) Support rebuilding jobs using promoted builds parameter

2013-12-17 Thread steven.9.armstr...@gmail.com (JIRA)














































steven armstrong
 commented on  JENKINS-20596


Support rebuilding jobs using promoted builds parameter















When will this be in the new release really need it...



























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







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


[JIRA] [throttle-concurrents] (JENKINS-21044) Throttle Concurrent Builds blocking Jenkins queue

2013-12-17 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 updated  JENKINS-21044


Throttle Concurrent Builds blocking Jenkins queue
















Change By:


Jesse Glick
(17/Dec/13 6:15 PM)




Labels:


performance



























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







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


[JIRA] [throttle-concurrents] (JENKINS-21044) Throttle Concurrent Builds blocking Jenkins queue

2013-12-17 Thread jgl...@cloudbees.com (JIRA)















































Jesse Glick
 assigned  JENKINS-21044 to Oleg Nenashev



Throttle Concurrent Builds blocking Jenkins queue
















I do not actually run this plugin anywhere so I have no real way of confirming whether a given change improves or degrades performance on a large installation.

Extending the scope of the lock on propertiesByCategory may avoid overhead, but runs the risk of deadlocks, if foreign calls such as getItem are included.





Change By:


Jesse Glick
(17/Dec/13 6:17 PM)




Assignee:


JesseGlick
OlegNenashev



























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







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


[JIRA] [core] (JENKINS-20993) org.apache.commons.jelly.JellyTagException when Logging in

2013-12-17 Thread scangusk...@gmail.com (JIRA)














































Scott MacDonald
 commented on  JENKINS-20993


org.apache.commons.jelly.JellyTagException when Logging in















I have "Unix user/group database" authentication  with Service "sshd".  The "test" button reports success, and changing the service to ssh or sshd makes no difference.

We use "Project-based Matrix Authorization Strategy" and do not provide "anonymous" users any access, provide "authenticated" users read acess, and typically a few select users get "admin".  At the moment, we have resorted to giving everyone full admin, as that appears to o be the the only way to allow folks to use the system (a very temporary workaround)



























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







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


[JIRA] [git-client] (JENKINS-21015) NullPointerException in Jenkins Git Plugin

2013-12-17 Thread tremblaysi...@gmail.com (JIRA)














































Simon Tremblay
 commented on  JENKINS-21015


NullPointerException in Jenkins Git Plugin 















Only to confirm that the Ignacio Albors workaround is working on my side. If you're running a Ubuntu server: 

sudo -i
su jenkins (default user that is running Jenkins)
cd (it will bring you directly in the $HOME folder, by default on my side it is /var/lib/jenkins
touch .netrc




























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







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


[JIRA] [downstream-buildview] (JENKINS-17837) slow startup and rename caused by loading all build.xml history

2013-12-17 Thread scm_issue_l...@java.net (JIRA)















































SCM/JIRA link daemon
 resolved  JENKINS-17837 as Fixed


slow startup and rename caused by loading all build.xml history
















Change By:


SCM/JIRA link daemon
(17/Dec/13 7:03 PM)




Status:


InProgress
Resolved





Resolution:


Fixed



























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







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


[JIRA] [testlink] (JENKINS-21049) Failed tests mark build as failure option resets when changing the configuration

2013-12-17 Thread fderu...@gmail.com (JIRA)














































Franck Derunes
 created  JENKINS-21049


Failed tests mark build as failure option resets when changing the configuration















Issue Type:


Bug



Affects Versions:


current



Assignee:


Bruno P. Kinoshita



Components:


testlink



Created:


17/Dec/13 7:01 PM



Description:


I checked the option "Failed tests mark build as failure" and saved.
Whenever I open the job configuration again the option becomes unchecked.





Project:


Jenkins



Priority:


Major



Reporter:


Franck Derunes

























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







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


[JIRA] [graphiteintegrator] (JENKINS-21050) publish to graphite option missing

2013-12-17 Thread r...@acceleration.net (JIRA)














































Ryan Davis
 created  JENKINS-21050


publish to graphite option missing















Issue Type:


Bug



Affects Versions:


current



Assignee:


Unassigned


Components:


graphiteintegrator



Created:


17/Dec/13 8:46 PM



Description:


Installed the plugin, configured the server in the main jenkins config, but none of my jobs have a "publish to graphite" option.  My jobs are free-style software projects.




Environment:


jenkins on linux w/ SDK7




Project:


Jenkins



Priority:


Major



Reporter:


Ryan Davis

























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







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


[JIRA] [core] (JENKINS-21034) Jenkins Startup Deadlock - QueueSorter.installDefaultQueueSorter and Queue.init

2013-12-17 Thread rva...@gmail.com (JIRA)












































 
Rob van Oostrum
 edited a comment on  JENKINS-21034


Jenkins Startup Deadlock - QueueSorter.installDefaultQueueSorter and Queue.init
















Ran into this as well. Seems unrelated to the upgrade. It's simply that the queue that's persisted when the Jenkins service shuts down causes a deadlock when Jenkins re-initializes. The quick fix for me was to rename the file (this is on Ubuntu) from queue.xml into something like queue.keep (or you could just remove it altogether).

I've had this happen both at Jenkins upgrades, and simply restarting Jenkins after plugin updates, since 1.542 or so.



























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







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


[JIRA] [core] (JENKINS-21034) Jenkins Startup Deadlock - QueueSorter.installDefaultQueueSorter and Queue.init

2013-12-17 Thread rva...@gmail.com (JIRA)












































 
Rob van Oostrum
 edited a comment on  JENKINS-21034


Jenkins Startup Deadlock - QueueSorter.installDefaultQueueSorter and Queue.init
















Ran into this as well. Seems unrelated to the upgrade. It's simply that the queue that's persisted when the Jenkins service shuts down causes a deadlock when Jenkins re-initializes. The quick fix for me was to rename the file (this is on Ubuntu) from queue.xml into something like queue.keep (or you could just remove it altogether).

I've had this happen both at Jenkins upgrades, and simply restarting Jenkins after plugin updates, since 1.542 or so. Once in this deadlock, downgrading as far as 1.540 didn't do the trick. Ended up upgrading back to 1.544 and removing queue.xml before restarting.



























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







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


[JIRA] [core] (JENKINS-21034) Jenkins Startup Deadlock - QueueSorter.installDefaultQueueSorter and Queue.init

2013-12-17 Thread rva...@gmail.com (JIRA)












































 
Rob van Oostrum
 edited a comment on  JENKINS-21034


Jenkins Startup Deadlock - QueueSorter.installDefaultQueueSorter and Queue.init
















Ran into this as well. Seems unrelated to the upgrade. It's simply that the queue that's persisted when the Jenkins service shuts down causes a deadlock when Jenkins re-initializes. The quick fix for me was to rename the file (this is on Ubuntu) from queue.xml into something like queue.xml.keep (or you could just remove it altogether).

I've had this happen both at Jenkins upgrades, and simply restarting Jenkins after plugin updates, since 1.542 or so. Once in this deadlock, downgrading as far as 1.540 didn't do the trick. Ended up upgrading back to 1.544 and removing queue.xml before restarting.



























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







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


[JIRA] [core] (JENKINS-21034) Jenkins Startup Deadlock - QueueSorter.installDefaultQueueSorter and Queue.init

2013-12-17 Thread rva...@gmail.com (JIRA)














































Rob van Oostrum
 commented on  JENKINS-21034


Jenkins Startup Deadlock - QueueSorter.installDefaultQueueSorter and Queue.init















Ran into this as well. Seems unrelated to the upgrade. It's simply that the queue that's persisted when the Jenkins service shuts down causes a deadlock when Jenkins re-initializes. The quick fix for me was to rename the file (this is on Ubuntu) from queue.xml into something like queue.keep (or you could just remove it altogether)



























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







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


[JIRA] [downstream-buildview] (JENKINS-17837) slow startup and rename caused by loading all build.xml history

2013-12-17 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-17837


slow startup and rename caused by loading all build.xml history















Code changed in jenkins
User: Jesse Glick
Path:
 src/main/java/org/jvnet/hudson/plugins/DownStreamProjectActionFactory.java
http://jenkins-ci.org/commit/downstream-buildview-plugin/47801c278f000b34eae5bd9d674029cf470cd8b2
Log:
  FIXED JENKINS-17837 Deleting DownStreamProjectActionFactory.
It cannot be done efficiently in modern versions of Jenkins.
Anyway it has no clear purpose, since DownstreamBuildViewRunListener already adds the action to each new build.
Its only purpose seems to have been to retroactively modify builds started before this plugin was installed,
which seems both ill-advised and unnecessary.





























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







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


[JIRA] [cli] (JENKINS-21017) Jenkins CLI update-job misses custom workspace deletion

2013-12-17 Thread sagi.sinai-gla...@ericsson.com (JIRA)














































Sagi Sinai-Glazer
 updated  JENKINS-21017


Jenkins CLI update-job misses custom workspace deletion
















additional-identities plugins has nothing to do with the ticket.
It's a CLI issue. And a bit of a GUI issue since it's not being updated properly.





Change By:


Sagi Sinai-Glazer
(17/Dec/13 8:42 PM)




Labels:


guijenkins





Component/s:


cli





Component/s:


additional-identities



























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







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


[JIRA] [core] (JENKINS-21052) l:copyButton does not work

2013-12-17 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 started work on  JENKINS-21052


l:copyButton does not work
















Change By:


Jesse Glick
(17/Dec/13 9:38 PM)




Status:


Open
InProgress



























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







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


[JIRA] [core] (JENKINS-21052) l:copyButton does not work

2013-12-17 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 created  JENKINS-21052


l:copyButton does not work















Issue Type:


Bug



Assignee:


Jesse Glick



Components:


core



Created:


17/Dec/13 9:37 PM



Description:


Prior to 33c8ac4 in 1.514, copyButton.js had extraneous quotes, so the ZeroClipboard Stapler adjunct could not be loaded at all. After that, it is loaded, but (I think as a regression from SECURITY-71) just throws a _javascript_ error when the button is clicked, as can be seen e.g. from the UI Samples plugin:


Uncaught TypeError: Cannot call method 'getAttribute' of undefined
ZeroClipboard.ready ZeroClipboard.js:245
ZeroClipboard.setHandCursor ZeroClipboard.js:181
(anonymous function) copyButton.js:11
(anonymous function) behavior.js:111
(anonymous function) behavior.js:107
Behaviour.applySubtree behavior.js:93
Behaviour.apply behavior.js:76
(anonymous function) behavior.js:71
window.onload behavior.js:125





Project:


Jenkins



Labels:


stapler
_javascript_
regression
lts-candidate




Priority:


Major



Reporter:


Jesse Glick

























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







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


[JIRA] [core] (JENKINS-20769) Failed to execute command Pipe.EOF

2013-12-17 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-20769


Failed to execute command Pipe.EOF















Code changed in jenkins
User: Jesse Glick
Path:
 src/main/java/hudson/remoting/ProxyInputStream.java
 src/main/java/hudson/remoting/ProxyOutputStream.java
http://jenkins-ci.org/commit/remoting/eb3a4c380e695580174ce381a8330e8e2b8a9b2e
Log:
  JENKINS-20769 Trying to fix/suppress some related observed or actual NPEs.
java.lang.NullPointerException
	at hudson.remoting.ProxyOutputStream$Flush$1.run(ProxyOutputStream.java:305)
	at hudson.remoting.PipeWriter$1.run(PipeWriter.java:158)
	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:111)





























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







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


[JIRA] [vsphere-cloud] (JENKINS-19879) Add new build steps

2013-12-17 Thread elord...@vt.edu (JIRA)















































Eric Lordahl
 closed  JENKINS-19879 as Not A Defect


Add new build steps
















Change By:


Eric Lordahl
(17/Dec/13 10:05 PM)




Status:


Open
Closed





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


[JIRA] [vsphere-cloud] (JENKINS-20793) add delete snapshot build step

2013-12-17 Thread elord...@vt.edu (JIRA)














































Eric Lordahl
 started work on  JENKINS-20793


add delete snapshot build step
















Change By:


Eric Lordahl
(17/Dec/13 10:06 PM)




Status:


Open
InProgress



























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







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


[JIRA] [vsphere-cloud] (JENKINS-20793) add delete snapshot build step

2013-12-17 Thread elord...@vt.edu (JIRA)














































Eric Lordahl
 started work on  JENKINS-20793


add delete snapshot build step
















Change By:


Eric Lordahl
(17/Dec/13 10:17 PM)




Status:


Open
InProgress



























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







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


[JIRA] [vsphere-cloud] (JENKINS-20793) add delete snapshot build step

2013-12-17 Thread elord...@vt.edu (JIRA)















































Eric Lordahl
 resolved  JENKINS-20793 as Fixed


add delete snapshot build step
















Change By:


Eric Lordahl
(17/Dec/13 10:23 PM)




Status:


InProgress
Resolved





Resolution:


Fixed



























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







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


[JIRA] [core] (JENKINS-21052) l:copyButton does not work

2013-12-17 Thread jgl...@cloudbees.com (JIRA)















































Jesse Glick
 assigned  JENKINS-21052 to Kohsuke Kawaguchi



l:copyButton does not work
















Cannot get it to work. While the demo at http://zeroclipboard.org/ is working for me, when I try to load ZC from a Jenkins page, the button simply does nothing when clicked—even when I copy the minimal sample from their site rather than trying to use the more complicated stuff in copyButton.js. Tried upgrading to 1.2.3 without success.





Change By:


Jesse Glick
(17/Dec/13 10:36 PM)




Assignee:


JesseGlick
KohsukeKawaguchi



























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







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


  1   2   >