[JIRA] [core] (JENKINS-26240) Failed to upgrade with ununderstood data member

2015-01-03 Thread alexander.kamyans...@willowcode.com (JIRA)














































Alexander Kamyanskiy
 commented on  JENKINS-26240


Failed to upgrade with ununderstood data member















@Daniel Beck
Yes, you are right, I have to use non-default ppa. In standard repo there is only dpkg-1.15.5.6ubuntu4.9 version. We need newer dpkg to open jenkins-1.595.deb file. To install newer dpkg-1.16.x I had to install newer tar package as dependency.


On Ubuntu 12.04 all works fine "out of box", no one problem:

test01:/tmp$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 12.04.1 LTS
Release:	12.04
Codename:	precise

test01:/tmp$ dpkg-deb --version
Debian `dpkg-deb' package archive backend version 1.16.1.2 (amd64).
This is free software; see the GNU General Public License version 2 or
later for copying conditions. There is NO warranty.

test01:/tmp$ dpkg-deb -c jenkins_1.595_all.deb 
drwxr-xr-x root/root 0 2014-12-22 05:10 ./
drwxr-xr-x root/root 0 2014-12-22 05:10 ./usr/
drwxr-xr-x root/root 0 2014-12-22 05:10 ./usr/share/
drwxr-xr-x root/root 0 2014-12-22 05:10 ./usr/share/jenkins/
-rw-r--r-- root/root  68215690 2014-12-22 05:10 ./usr/share/jenkins/jenkins.war
drwxr-xr-x root/root 0 2014-12-22 05:10 ./usr/share/doc/
drwxr-xr-x root/root 0 2014-12-22 05:10 ./usr/share/doc/jenkins/
-rw-r--r-- root/root  1349 2013-10-28 04:45 ./usr/share/doc/jenkins/copyright
...


On Ubuntu 14.04 too, 

jenkins:~$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 14.04.1 LTS
Release:	14.04
Codename:	trusty

dpkg-deb --version
Debian `dpkg-deb' package archive backend version 1.17.5 (amd64).
This is free software; see the GNU General Public License version 2 or
later for copying conditions. There is NO warranty.

jenkins:/tmp$ dpkg-deb -c jenkins_1.595_all.deb 
drwxr-xr-x root/root 0 2014-12-22 05:10 ./
drwxr-xr-x root/root 0 2014-12-22 05:10 ./usr/
drwxr-xr-x root/root 0 2014-12-22 05:10 ./usr/share/
drwxr-xr-x root/root 0 2014-12-22 05:10 ./usr/share/jenkins/
-rw-r--r-- root/root  68215690 2014-12-22 05:10 ./usr/share/jenkins/jenkins.war
...




























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







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


[JIRA] [core] (JENKINS-26240) Jenkins 1.595 cannot be installed on Ubuntu 10.04.x

2015-01-03 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 updated  JENKINS-26240


Jenkins 1.595 cannot be installed on Ubuntu 10.04.x
















Assigning this issue to Kohsuke Kawaguchi to sort out, likely a software update on his build box – there are no changes to the Debian build scripts that could cause this.

I don't have much hope that he'll fix it though, as it's probably considered low priority due to workaround present and the affected version going out of support in three months. (That's also when I plan to resolve this as Won't Fix when there's no other solution.)





Change By:


Daniel Beck
(03/Jan/15 11:17 AM)




Summary:


Failed to upgrade with ununderstood data member
Jenkins 1.595 cannot be installed on Ubuntu 10.04.x





Assignee:


Kohsuke Kawaguchi



























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







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


[JIRA] [build-timeout-plugin] (JENKINS-26170) Improve the performance for NoActivityTimeOutStrategy

2015-01-03 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-26170


Improve the performance for NoActivityTimeOutStrategy















Actually, Update Center generation is broken right now until Kohsuke fixes it, so it may take a bit longer than usual to show up.



























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







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


[JIRA] [cli] (JENKINS-26272) Listing plugins with Jenkins cli doesn't show available updates

2015-01-03 Thread li...@lmb.co.il (JIRA)














































Liora Milbaum
 created  JENKINS-26272


Listing plugins with Jenkins cli doesn't show available updates















Issue Type:


Bug



Assignee:


Unassigned


Components:


cli



Created:


03/Jan/15 2:54 PM



Description:


Deployed Jenkins and right after listed the plugins. Here is the script:

sudo sh -c 'echo deb http://pkg.jenkins-ci.org/debian binary/ > /etc/apt/sources.list.d/jenkins.list'
sudo apt-get update
sudo apt-get install -y jenkins
sleep 30s
curl -s http://$CI_HOSTNAME:8080/jnlpJars/jenkins-cli.jar > $JENKINS_CLI_JAR
java -jar $JENKINS_CLI_JAR -s http://$CI_HOSTNAME:8080/ list-plugins

This is the output:

 [exec] ==> ci: javadoc   Javadoc Plugin   1.1
 [exec] ==> ci: translation   Translation Assistance plugin1.10
 [exec] ==> ci: 
 [exec] ==> ci: ssh-slavesSSH Slaves plugin1.9
 [exec] ==> ci: maven-plugin  Maven Integration plugin 2.7.1
 [exec] ==> ci: windows-slavesWindows Slaves Plugin1.0
 [exec] ==> ci: subversionSubversion Plug-in   1.54
 [exec] ==> ci: mailerMailer Plugin1.11
 [exec] ==> ci: matrix-auth   Matrix Authorization Strategy Plugin 1.1
 [exec] ==> ci: junit JUnit Plugin 1.2-beta-4
 [exec] ==> ci: cvs   CVS Plug-in  2.11
 [exec] ==> ci: ldap  LDAP Plugin  1.6
 [exec] ==> ci: pam-auth  PAM Authentication plugin1.1
 [exec] ==> ci: matrix-projectMatrix Project Plugin1.3
 [exec] ==> ci: antisamy-markup-formatter OWASP Markup Formatter Plugin1.1
 [exec] ==> ci: ant   Ant Plugin   1.2
 [exec] ==> ci: credentials   Credentials Plugin   1.18
 [exec] ==> ci: ssh-credentials   SSH Credentials Plugin   1.10
 [exec] ==> ci: external-monitor-job  External Monitor Job Type Plugin 1.4

Using the GUI doesn't show the updates list either, nor the available plugins.






Environment:


Ubuntu 12.04 

Jenkins 1.595




Project:


Jenkins



Labels:


cli
plugins




Priority:


Major



Reporter:


Liora Milbaum

























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







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


[JIRA] [build-flow-plugin] (JENKINS-26273) Build Flow Disables The Timeout Plugin

2015-01-03 Thread pe...@algarvio.me (JIRA)














































Pedro Algarvio
 created  JENKINS-26273


Build Flow Disables The Timeout Plugin















Issue Type:


Bug



Assignee:


Nicolas De Loof



Components:


build-flow-plugin



Created:


03/Jan/15 2:56 PM



Description:


A build flow project doesn't have access to an extraordinary set of options and/or build steps.

I know you just want the plugin to orchestrate but removing access to all other plugins seems to me like a bad option.

Does it really need to be like this?




Project:


Jenkins



Priority:


Major



Reporter:


Pedro Algarvio

























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







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


[JIRA] [build-flow-plugin] (JENKINS-26273) Build Flow Disables The Timeout Plugin

2015-01-03 Thread pe...@algarvio.me (JIRA)















































Pedro Algarvio
 resolved  JENKINS-26273 as Duplicate


Build Flow Disables The Timeout Plugin
















Duplicate of https://issues.jenkins-ci.org/browse/JENKINS-16455





Change By:


Pedro Algarvio
(03/Jan/15 2:58 PM)




Status:


Open
Resolved





Resolution:


Duplicate



























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







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


[JIRA] [cli] (JENKINS-26272) Listing plugins with Jenkins cli doesn't show available updates

2015-01-03 Thread dan...@beckweb.net (JIRA)















































Daniel Beck
 resolved  JENKINS-26272 as Not A Defect


Listing plugins with Jenkins cli doesn't show available updates
















Not a bug, it takes a while for Jenkins to download update center metadata (and usually interactive access to its UI).





Change By:


Daniel Beck
(03/Jan/15 3:01 PM)




Status:


Open
Resolved





Resolution:


Not A Defect



























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







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


[JIRA] [core] (JENKINS-5135) Adopt everywhere

2015-01-03 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-5135


Adopt  everywhere















Code changed in jenkins
User: Mark Waite
Path:
 src/main/resources/hudson/plugins/git/GitTool/config.jelly
 src/main/resources/hudson/plugins/git/GitTool/global.jelly
 src/main/resources/org/jenkinsci/plugins/gitclient/JGitTool/config.jelly
 src/main/resources/org/jenkinsci/plugins/gitclient/JGitTool/global.jelly
http://jenkins-ci.org/commit/git-client-plugin/fe571df66e268250764b19d341414ad0e6372f90
Log:
  Escape jelly output by default - see JENKINS-5135





























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







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


[JIRA] [workflow-plugin] (JENKINS-26192) Add support for Grape (@Grab) in workflow scripts

2015-01-03 Thread a...@bedatadriven.com (JIRA)














































Alexander Bertram
 commented on  JENKINS-26192


Add support for Grape (@Grab) in workflow scripts















[~Jesse Glick] that seems like good advice, but there are a number of use cases where external libraries provide enormous value and don't involve significant I/O or computation. 

For me, the most important are web service client libraries, which would be terrific to be able to conveniently use from a workflow script to coordinate all the busy work that surrounds building and deployment.

After a brief fit of frustration trying to add support for @Grab to the cps/workflow-cps-plugin, I ended up writing/re-writing a half-dozen REST client libraries in Groovy scripts so that our build and deployment process could coordinate with JIRA, HipChat, GitHub, and release notes website. Using only 'sh' step, I also finally have great 'library' for managing deploys to AppEngine! 

The result is actually quite nice, but now I have, for example, the source for a GitHub client code locked into a git repo on our jenkins server – and no clear way to contribute this back to other users. 

If not Grape, we need some way to package and reuse workflow logic, and the jenkins plugin mechanism feels too heavy after getting used to a rapid change, push, and build 'workflow'.

Do you guys have a general direction in mind for this kind of code reuse?



























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







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


[JIRA] [junit-attachments-plugin] (JENKINS-26274) Extension is not loaded in junit-attachments plugin

2015-01-03 Thread intelrad...@gmail.com (JIRA)














































intel radoux
 created  JENKINS-26274


Extension is not loaded in junit-attachments plugin















Issue Type:


Bug



Assignee:


huybrechts



Components:


junit-attachments-plugin



Created:


03/Jan/15 8:00 PM



Description:


The extension point is not loaded in "newer" version of jenkins (tested on 1.590 until 1.593)

Caused by missing dependencies in the pom.




Environment:


Jenkins 1.593




Project:


Jenkins



Priority:


Minor



Reporter:


intel radoux

























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







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


[JIRA] [junit-attachments-plugin] (JENKINS-26275) Show snapshot instead of link when attachment is image

2015-01-03 Thread intelrad...@gmail.com (JIRA)














































intel radoux
 created  JENKINS-26275


Show snapshot instead of link when attachment is image















Issue Type:


New Feature



Assignee:


huybrechts



Components:


junit-attachments-plugin



Created:


03/Jan/15 8:18 PM



Description:


It is better to show image snapshot instead of link when attachment is image.

This way it is really quicker to understand what is it.




Project:


Jenkins



Priority:


Minor



Reporter:


intel radoux

























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







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


[JIRA] [junit-plugin] (JENKINS-26276) Expose JUnit test results to workflow scripts

2015-01-03 Thread a...@bedatadriven.com (JIRA)














































Alexander Bertram
 created  JENKINS-26276


Expose JUnit test results to workflow scripts















Issue Type:


Bug



Assignee:


Jesse Glick



Components:


junit-plugin, workflow-plugin



Created:


04/Jan/15 12:11 AM



Description:


Although it is possible to invoke the JUnitResultArchiver reporter from within a workflow script, it is not possible to get the results of the tests in order to branch within the script for example.

We need a archiveTestResults step that attaches the results to the build but also returns a summary of the results.

(Pull request forthcoming)




Project:


Jenkins



Priority:


Minor



Reporter:


Alexander Bertram

























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







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


[JIRA] [core] (JENKINS-26277) Memory leak and long operation pauses

2015-01-03 Thread ma...@ooyala.com (JIRA)














































Mario Rincon
 created  JENKINS-26277


Memory leak and long operation pauses















Issue Type:


Bug



Assignee:


Unassigned


Attachments:


JVMArgs.txt, memory breakdown last two days.png, systemProperties.txt



Components:


core



Created:


04/Jan/15 1:22 AM



Description:


From the moment Jenkins is started up, it begins consuming RAM slowly. After several hours (~18h), the memory is totally consumed.
Additionally, for most GUI activities Jenkins is very slow. Listing the installed plugins, for example, takes several (+5) minutes. Showing a view  simple never happens; it keeps loading the page forever.

Other two Java processes are running on this machine.

We have 23 slaves. 9 of them are in offline status. We have a build queue of ~30 jobs always; some of these jobs don't go up because their assigned hosts are offline. I don't know if this matters.






Environment:


Jenkins version: Jenkins ver. 1.590

Operating system: Ubuntu 12.04.4 LTS

Java version: java version "1.7.0_72" (java-7-oracle)

Jar run: /usr/share/jenkins/jenkins.war

Available Memory: 16Gb

Installed plugins and versions:








Project:


Jenkins



Priority:


Major



Reporter:


Mario Rincon

























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







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


[JIRA] [svnmerge-plugin] (JENKINS-23371) Manually-triggered integration

2015-01-03 Thread j...@tpages.com (JIRA)














































Jackey Cheung
 commented on  JENKINS-23371


Manually-triggered integration















I've double checked the Upstream project name is correct. Also, the branch job is created with "Feature Branch", isn't it supposed to be correct?

In the "Configure" of branch job:
"This project builds a Subversion feature branch" is checked;
"Upstream project name" is "".

In the Status page of branch job:
"Subversion Merge Tracking
This project is a feature branch of "

Clicking the job link goes to the master job "", as expected.



In the "Configure" of master job:
"Accept Integration from Subversion feature branches" is checked.

In the "Feature Branches" of master job:
"Existing Feature Branches
-dev1"

Clicking the job name goes to the branch job, as expected.



























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







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


[JIRA] [core] (JENKINS-26277) Memory leak and long operation pauses

2015-01-03 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-26277


Memory leak and long operation pauses















While a web page is loading, get a thread dump to see what Jenkins is doing.
https://wiki.jenkins-ci.org/display/JENKINS/Obtaining+a+thread+dump

Install the Support Core plugin and provide a support bundle as attachment to this issue.
https://wiki.jenkins-ci.org/display/JENKINS/Support+Core+Plugin



























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







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


[JIRA] [core] (JENKINS-26277) Memory leak and long operation pauses

2015-01-03 Thread ma...@ooyala.com (JIRA)














































Mario Rincon
 updated  JENKINS-26277


Memory leak and long operation pauses
















Fragment of Thread Dump while loading a view (just info of the thread that is loading the view).





Change By:


Mario Rincon
(04/Jan/15 1:59 AM)




Attachment:


threadDumpSnip.txt



























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







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


[JIRA] [svnmerge-plugin] (JENKINS-23371) Manually-triggered integration

2015-01-03 Thread hugues.cha...@gmail.com (JIRA)














































Hugues Chabot
 commented on  JENKINS-23371


Manually-triggered integration















Jackey Cheung you are right. Job created as "Feature Branch" should be correct but the NullPointerException you observed could be caused by an invalid job configuration.

The other explanation is that the project contains multiple Subversion sources (if it contains svn:externals for instance). This can be confirmed by looking at the build page (under Revisions). I know this kind of project is not fully supported but it think it should be. Please open a new issue if it is your case.



























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







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


[JIRA] [svnmerge-plugin] (JENKINS-23371) Manually-triggered integration

2015-01-03 Thread j...@tpages.com (JIRA)














































Jackey Cheung
 commented on  JENKINS-23371


Manually-triggered integration















The svn repo is a fresh one, just for trying out the Jenkins. There is no other sources in it.

I've double checked with:
svn propget svn:externals
Which returns empty.



























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







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


[JIRA] [core] (JENKINS-26277) Memory leak and long operation pauses

2015-01-03 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-26277


Memory leak and long operation pauses















Not too interesting, it's loading builds to show the weather column. Since only the most recent five builds should be needed for a health report, this indicates a newly started instance, possible memory issues (too many jobs/builds that quickly get discarded again from memory), and/or slow IO.

Maybe take a few thread dumps to ensure this is where the majority of the time is spent (assuming this is a long loading view), and not a TD taken in a part that's actually irrelevant. Alternatively, configure the view to not show the weather column and see whether that helps.



























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







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


[JIRA] [core] (JENKINS-26277) Memory leak and long operation pauses

2015-01-03 Thread ma...@ooyala.com (JIRA)














































Mario Rincon
 commented on  JENKINS-26277


Memory leak and long operation pauses















Unfortunately, I am unable to upload  support bundle as attachment to this issue. When I press in download, it never downloads it. The download hangs eternally in "Starting...".



























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







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


[JIRA] [core] (JENKINS-26278) Display drop-down when selecting a combobox

2015-01-03 Thread de...@ikedam.jp (JIRA)














































ikedam
 created  JENKINS-26278


Display drop-down when selecting a combobox















Issue Type:


Improvement



Assignee:


ikedam



Components:


core



Created:


04/Jan/15 6:29 AM



Description:


A comboboxes displays the drop-down only when its value is updated.
That is, a user should input a letter to see its candidates.

I want a combobox display drop-down immediately when it's focused, and let a user to see candidates.




Project:


Jenkins



Priority:


Minor



Reporter:


ikedam

























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







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