[JIRA] [clearcase-ucm] (JENKINS-18279) Keep the snapshot update files in the workarea

2013-06-10 Thread mdeb...@gmail.com (JIRA)














































Marc De Boeck
 created  JENKINS-18279


Keep the snapshot update files in the workarea















Issue Type:


Improvement



Affects Versions:


current



Assignee:


Praqma Support



Components:


clearcase-ucm



Created:


11/Jun/13 6:56 AM



Description:


Before a new build is started, almost all view-private files are deleted from the view where the build is made.
t would be very helpful if the snapshot update files would never be deleted from the workarea. These files contain useful information, and represent also in a way the change set of that particular build. From the update file, a build manager also has access to the versiontree and properties of all updated elements.




Project:


Jenkins



Priority:


Major



Reporter:


Marc De Boeck

























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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] [clearcase-ucm] (JENKINS-18278) Change set is not correctly calculated after a rebase of the integration stream

2013-06-10 Thread mdeb...@gmail.com (JIRA)














































Marc De Boeck
 commented on  JENKINS-18278


Change set is not correctly calculated after a rebase of the integration stream















Here is an example of a perl script which calculates correctly the predecessor baseline:

($stream,@recbls) = split (' ',`cleartool lsstream -fmt "%Xn %[rec_bls]Xp" -cview`);
foreach (@recbls)
{
$component = `cleartool lsbl -fmt "%[component]Xp" $_`;
chomp( @BLs = `cleartool lsbl -fmt "%Xn\\n" -stream $stream -component $component` )
or next; # "No baselines for component $component in stream $stream\n";
system ('cleartool','diffbl','-baselines','-activities','-versions',# whatever opts you want, '-graphical' ?
(@BLs > 1 ?# was there a previous for the latest ?
'-predecessor' :# no, compare  foundation
$BLs[-2]),# yes, compare second latest
$BLs[-1]);# compare to latest
}




























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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] [clearcase-ucm] (JENKINS-18278) Change set is not correctly calculated after a rebase of the integration stream

2013-06-10 Thread mdeb...@gmail.com (JIRA)














































Marc De Boeck
 created  JENKINS-18278


Change set is not correctly calculated after a rebase of the integration stream















Issue Type:


Improvement



Affects Versions:


current



Assignee:


Praqma Support



Components:


clearcase-ucm



Created:


11/Jun/13 6:44 AM



Description:


The plugin executes the command “cleartool diffbl -pred” to calculate the differences between two consecutive job-runs. Unfortunately, the option -pred doesn’t always take the predecessor from the same stream. More specifically: when the foundation baseline has changed, it takes the new foundation baseline as predecessor, and thus the plugin calculates the difference between the latest baseline on the selected (integration) stream and the new foundation baseline.

See also the following thread on the ClearCase forum:
How to compare a baseline with its predecessor on the same stream

The consequence of this:

	each  time after a rebase of the "monitored" integration stream, it takes many hours before the plugin has calculated the difference between these two baselines (typically a few 1000 files different files in our case).
The reported difference is actually not what we are interested in. We just want the difference between the latest baseline on the integration stream (which results actually from the rebase), with the last but one baseline (typically just before the rebase).



Dave-Robinson from IBM has provided in his answer on the clearcase forum a small perl-script to illustrate how this can be achieved with cleartool commands, because there is not out-of-the-box ClearCase option to achieve this.

Proposed solution: 
I propose to replace the option “-pred” with a calculation of baselines within the same stream (in case there is no previous baseline in the same stream, then comparison should be made with the foundation baseline). If you don’t want to change the current behaviour of the plugin, this could be switched on/off by means of a configuration parameter for the Jenkins plugin.




Project:


Jenkins



Priority:


Major



Reporter:


Marc De Boeck

























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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] [integrity-plugin] (JENKINS-14675) Schema 'DBUSER' does not exist error in integrity plugin

2013-06-10 Thread cletusdso...@hotmail.com (JIRA)















































Cletus D'Souza
 resolved  JENKINS-14675 as Incomplete


Schema 'DBUSER' does not exist error in integrity plugin
















Closing due to lack of response from reporter.





Change By:


Cletus D'Souza
(11/Jun/13 4:14 AM)




Status:


Open
Resolved





Fix Version/s:


current





Resolution:


Incomplete



























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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] [integrity-plugin] (JENKINS-16172) Issue with PTC Integrity Pug in

2013-06-10 Thread cletusdso...@hotmail.com (JIRA)















































Cletus D'Souza
 resolved  JENKINS-16172 as Not A Defect


Issue with PTC Integrity Pug in
















This is a configuration issue.  Please contact PTC Integrity Customer Support for API connectivity issues.





Change By:


Cletus D'Souza
(11/Jun/13 4:12 AM)




Status:


In Progress
Resolved





Fix Version/s:


current





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


[JIRA] [integrity-plugin] (JENKINS-17292) PTC Integrity Plugin resyncs added members in 'pending-add' state

2013-06-10 Thread cletusdso...@hotmail.com (JIRA)















































Cletus D'Souza
 resolved  JENKINS-17292 as Fixed


PTC Integrity Plugin resyncs added members in 'pending-add' state
















Fixed in 1.17





Change By:


Cletus D'Souza
(11/Jun/13 4:10 AM)




Status:


Open
Resolved





Fix Version/s:


current





Resolution:


Fixed



























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







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


[JIRA] [integrity-plugin] (JENKINS-17853) Populating pending-add members into sandbox results in inconsistent configurations

2013-06-10 Thread cletusdso...@hotmail.com (JIRA)















































Cletus D'Souza
 resolved  JENKINS-17853 as Fixed


Populating pending-add members into sandbox results in inconsistent configurations
















Fixed in 1.17





Change By:


Cletus D'Souza
(11/Jun/13 4:10 AM)




Status:


Open
Resolved





Fix Version/s:


current





Resolution:


Fixed



























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







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


[JIRA] [integrity-plugin] (JENKINS-16275) PTC Integrity Plugin throws exception in case of strange revision comments

2013-06-10 Thread cletusdso...@hotmail.com (JIRA)















































Cletus D'Souza
 resolved  JENKINS-16275 as Fixed


PTC Integrity Plugin throws exception in case of strange revision comments
















Fixed in 1.17





Change By:


Cletus D'Souza
(11/Jun/13 4:11 AM)




Status:


Open
Resolved





Fix Version/s:


current





Resolution:


Fixed



























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







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


[JIRA] [integrity-plugin] (JENKINS-16275) PTC Integrity Plugin throws exception in case of strange revision comments

2013-06-10 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-16275


PTC Integrity Plugin throws exception in case of strange revision comments















Code changed in jenkins
User: Cletus D'Souza
Path:
 pom.xml
 src/main/java/hudson/scm/DerbyUtils.java
 src/main/java/hudson/scm/IntegrityCMProject.java
 src/main/java/hudson/scm/IntegrityCheckinAction.java
 src/main/java/hudson/scm/IntegrityCheckinTask.java
 src/main/java/hudson/scm/IntegrityItemAction.java
 src/main/java/hudson/scm/IntegritySCM.java
 src/main/resources/hudson/scm/IntegrityCheckinAction/config.jelly
 src/main/resources/hudson/scm/IntegrityCheckinAction/help-ciConfigPath.html
 src/main/resources/hudson/scm/IntegrityCheckinAction/help-ciWorkspaceDir.html
 src/main/resources/hudson/scm/IntegrityCheckinAction/help-excludes.html
 src/main/resources/hudson/scm/IntegrityCheckinAction/help-includes.html
 src/main/resources/hudson/scm/IntegrityCheckinAction/help.html
 src/main/resources/hudson/scm/IntegrityItemAction/help-queryDefinition.html
 src/main/resources/hudson/scm/IntegrityItemAction/help.html
http://jenkins-ci.org/commit/integrity-plugin/85a46d26b624c0e530d44516250d8caa7adf5459
Log:
  Fixed the following issues:
JENKINS-17853
JENKINS-17292
JENKINS-16275

Additionally, added the following enhancements:
1. Ability to kick of builds from Integrity and update Integrity using parameterized builds
2. Ability to update Integrity projects with updates made during a build





























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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] [integrity-plugin] (JENKINS-17292) PTC Integrity Plugin resyncs added members in 'pending-add' state

2013-06-10 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-17292


PTC Integrity Plugin resyncs added members in 'pending-add' state















Code changed in jenkins
User: Cletus D'Souza
Path:
 pom.xml
 src/main/java/hudson/scm/DerbyUtils.java
 src/main/java/hudson/scm/IntegrityCMProject.java
 src/main/java/hudson/scm/IntegrityCheckinAction.java
 src/main/java/hudson/scm/IntegrityCheckinTask.java
 src/main/java/hudson/scm/IntegrityItemAction.java
 src/main/java/hudson/scm/IntegritySCM.java
 src/main/resources/hudson/scm/IntegrityCheckinAction/config.jelly
 src/main/resources/hudson/scm/IntegrityCheckinAction/help-ciConfigPath.html
 src/main/resources/hudson/scm/IntegrityCheckinAction/help-ciWorkspaceDir.html
 src/main/resources/hudson/scm/IntegrityCheckinAction/help-excludes.html
 src/main/resources/hudson/scm/IntegrityCheckinAction/help-includes.html
 src/main/resources/hudson/scm/IntegrityCheckinAction/help.html
 src/main/resources/hudson/scm/IntegrityItemAction/help-queryDefinition.html
 src/main/resources/hudson/scm/IntegrityItemAction/help.html
http://jenkins-ci.org/commit/integrity-plugin/85a46d26b624c0e530d44516250d8caa7adf5459
Log:
  Fixed the following issues:
JENKINS-17853
JENKINS-17292
JENKINS-16275

Additionally, added the following enhancements:
1. Ability to kick of builds from Integrity and update Integrity using parameterized builds
2. Ability to update Integrity projects with updates made during a build





























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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] [integrity-plugin] (JENKINS-17853) Populating pending-add members into sandbox results in inconsistent configurations

2013-06-10 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-17853


Populating pending-add members into sandbox results in inconsistent configurations















Code changed in jenkins
User: Cletus D'Souza
Path:
 pom.xml
 src/main/java/hudson/scm/DerbyUtils.java
 src/main/java/hudson/scm/IntegrityCMProject.java
 src/main/java/hudson/scm/IntegrityCheckinAction.java
 src/main/java/hudson/scm/IntegrityCheckinTask.java
 src/main/java/hudson/scm/IntegrityItemAction.java
 src/main/java/hudson/scm/IntegritySCM.java
 src/main/resources/hudson/scm/IntegrityCheckinAction/config.jelly
 src/main/resources/hudson/scm/IntegrityCheckinAction/help-ciConfigPath.html
 src/main/resources/hudson/scm/IntegrityCheckinAction/help-ciWorkspaceDir.html
 src/main/resources/hudson/scm/IntegrityCheckinAction/help-excludes.html
 src/main/resources/hudson/scm/IntegrityCheckinAction/help-includes.html
 src/main/resources/hudson/scm/IntegrityCheckinAction/help.html
 src/main/resources/hudson/scm/IntegrityItemAction/help-queryDefinition.html
 src/main/resources/hudson/scm/IntegrityItemAction/help.html
http://jenkins-ci.org/commit/integrity-plugin/85a46d26b624c0e530d44516250d8caa7adf5459
Log:
  Fixed the following issues:
JENKINS-17853
JENKINS-17292
JENKINS-16275

Additionally, added the following enhancements:
1. Ability to kick of builds from Integrity and update Integrity using parameterized builds
2. Ability to update Integrity projects with updates made during a build





























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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-18277) Testcase isn't marked as failed

2013-06-10 Thread zer...@zerkms.ru (JIRA)














































Ivan Kurnosov
 created  JENKINS-18277


Testcase isn't marked as failed 















Issue Type:


Bug



Assignee:


Gregory Boissinot



Attachments:


log.xml



Components:


xunit



Created:


11/Jun/13 3:10 AM



Description:


In the attachment you could see a part of a phpunit log file (in jUnit format) that is marked by a xunit plugin (v1.60) as successful, even though there is one broken test.




Project:


Jenkins



Priority:


Critical



Reporter:


Ivan Kurnosov

























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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-18274) Configurable loggers should capture messages on slaves

2013-06-10 Thread dogf...@java.net (JIRA)














































dogfood
 commented on  JENKINS-18274


Configurable loggers should capture messages on slaves















Integrated in  jenkins_main_trunk #2591
 JENKINS-18274 ComputerListener methods should be called as ACL.SYSTEM. (Revision ca5304307607a9bddfb472cf6dc014ed5c0f8f83)

 Result = UNSTABLE
Jesse Glick : ca5304307607a9bddfb472cf6dc014ed5c0f8f83
Files : 

	core/src/main/java/hudson/slaves/SlaveComputer.java





























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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-18274) Configurable loggers should capture messages on slaves

2013-06-10 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-18274


Configurable loggers should capture messages on slaves















Code changed in jenkins
User: Jesse Glick
Path:
 core/src/main/java/hudson/slaves/SlaveComputer.java
http://jenkins-ci.org/commit/jenkins/ca5304307607a9bddfb472cf6dc014ed5c0f8f83
Log:
  JENKINS-18274 ComputerListener methods should be called as ACL.SYSTEM.
https://ci.jenkins-ci.org/job/jenkins_main_trunk/2588/testReport/junit/hudson.bugs/JnlpAccessWithSecuredHudsonTest/testServiceUsingDirectSecret/






























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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] [plugin] (JENKINS-17297) Plugin hipchat: Not working when sendAs is empty

2013-06-10 Thread kb...@memcpy.com (JIRA)














































Kelly Byrd
 commented on  JENKINS-17297


Plugin hipchat: Not working when sendAs is empty















Commit fa8e06f1cb70f48d85ceef0936f03c72c1fd9327 from Philipp has been merged into master at https://github.com/jlewallen/jenkins-hipchat-plugin.git.

It solves this problem. 



























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







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


[JIRA] [core] (JENKINS-18274) Configurable loggers should capture messages on slaves

2013-06-10 Thread dogf...@java.net (JIRA)














































dogfood
 commented on  JENKINS-18274


Configurable loggers should capture messages on slaves















Integrated in  jenkins_main_trunk #2588
 JENKINS-16952 JENKINS-18274 Slave computers should record all log messages at INFO+, not just those in the hudson.* namespace. (Revision 0ca88a6ceae605e7d2e126a328a196c046a91a12)
[FIXED JENKINS-18274] LogRecorder.getSlaveLogRecords (Revision d10fbc5eace959d3a5928d40b1c1f8975b3be1d0)

 Result = UNSTABLE
Jesse Glick : 0ca88a6ceae605e7d2e126a328a196c046a91a12
Files : 

	core/src/main/java/hudson/slaves/SlaveComputer.java



Jesse Glick : d10fbc5eace959d3a5928d40b1c1f8975b3be1d0
Files : 

	core/src/main/resources/hudson/logging/LogRecorder/index.jelly
	changelog.html
	test/src/test/java/hudson/logging/LogRecorderManagerTest.java
	core/src/main/resources/hudson/slaves/SlaveComputer/log.jelly
	core/src/main/java/hudson/logging/LogRecorder.java





























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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-16952) Log messages not sent to /log/all unless in hudson.* or jenkins.* namespaces

2013-06-10 Thread dogf...@java.net (JIRA)














































dogfood
 commented on  JENKINS-16952


Log messages not sent to /log/all unless in hudson.* or jenkins.* namespaces















Integrated in  jenkins_main_trunk #2588
 JENKINS-16952 contextDestroyed needs to be changed to match. (Revision e66a94868a8135490673dd4d0e3464000ca11319)
JENKINS-16952 JENKINS-18274 Slave computers should record all log messages at INFO+, not just those in the hudson.* namespace. (Revision 0ca88a6ceae605e7d2e126a328a196c046a91a12)

 Result = UNSTABLE
Jesse Glick : e66a94868a8135490673dd4d0e3464000ca11319
Files : 

	core/src/main/java/hudson/WebAppMain.java



Jesse Glick : 0ca88a6ceae605e7d2e126a328a196c046a91a12
Files : 

	core/src/main/java/hudson/slaves/SlaveComputer.java





























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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-18274) Configurable loggers should capture messages on slaves

2013-06-10 Thread scm_issue_l...@java.net (JIRA)















































SCM/JIRA link daemon
 resolved  JENKINS-18274 as Fixed


Configurable loggers should capture messages on slaves
















Change By:


SCM/JIRA link daemon
(10/Jun/13 7:44 PM)




Status:


In Progress
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-18274) Configurable loggers should capture messages on slaves

2013-06-10 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-18274


Configurable loggers should capture messages on slaves















Code changed in jenkins
User: Jesse Glick
Path:
 changelog.html
 core/src/main/java/hudson/logging/LogRecorder.java
 core/src/main/resources/hudson/logging/LogRecorder/index.jelly
 core/src/main/resources/hudson/slaves/SlaveComputer/log.jelly
 test/src/test/java/hudson/logging/LogRecorderManagerTest.java
http://jenkins-ci.org/commit/jenkins/d10fbc5eace959d3a5928d40b1c1f8975b3be1d0
Log:
  [FIXED JENKINS-18274] LogRecorder.getSlaveLogRecords


Compare: https://github.com/jenkinsci/jenkins/compare/3238d6328db4...d10fbc5eace9




























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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-17514) NullPointerException: no workspace from node hudson.slaves.DumbSlave after upgrade to 1.510

2013-06-10 Thread henri.go...@gmail.com (JIRA)












































  
Henri Gomez
 edited a comment on  JENKINS-17514


NullPointerException: no workspace from node hudson.slaves.DumbSlave after upgrade to 1.510
















Same problem on Windows slave :


	Jenkins : 1.502 (Java 1.6.0-45)
	Windows Slave connected with JNLP (Java 1.6.0-37)




ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-us...@googlegroups.com
java.lang.NullPointerException: no workspace from node hudson.slaves.DumbSlave@19f89775 which is computer hudson.slaves.SlaveComputer@4c708d30 and has channel null
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:70)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:60)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:814)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.build(MavenModuleSetBuild.java:818)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:769)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:593)
	at hudson.model.Run.execute(Run.java:1568)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:237)
project=hudson.maven.MavenModuleSet@3ab0f534[agent_win_trunk]
project.getModules()=[hudson.maven.MavenModule@3b517b79[agent_win_trunk/com.mycorp.agent:agent-tests][agent_win_trunk/com.mycorp.agent:agent-tests][relativePath:], hudson.maven.MavenModule@24ce374a[agent_win_trunk/com.mycorp.agent:agent-tests-server][agent_win_trunk/com.mycorp.agent:agent-tests-server][relativePath:server], hudson.maven.MavenModule@7888dd83[agent_win_trunk/com.mycorp.agent:agent-tests-server-multihost][agent_win_trunk/com.mycorp.agent:agent-tests-server-multihost][relativePath:server/multihost], hudson.maven.MavenModule@42c31c7d[agent_win_trunk/com.mycorp.agent:agent-tests-server-singlehost][agent_win_trunk/com.mycorp.agent:agent-tests-server-singlehost][relativePath:server/singlehost]]
project.getRootModule()=hudson.maven.MavenModule@3b517b79[agent_win_trunk/com.mycorp.agent:agent-tests][agent_win_trunk/com.mycorp.agent:agent-tests][relativePath:]
FATAL: no workspace from node hudson.slaves.DumbSlave@19f89775 which is computer hudson.slaves.SlaveComputer@4c708d30 and has channel null
java.lang.NullPointerException: no workspace from node hudson.slaves.DumbSlave@19f89775 which is computer hudson.slaves.SlaveComputer@4c708d30 and has channel null
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:70)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:60)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:814)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.build(MavenModuleSetBuild.java:818)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:769)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:593)
	at hudson.model.Run.execute(Run.java:1568)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:237)




























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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-17684) Dashboard web pages don't render correctly in Chrome because of bad cache/session

2013-06-10 Thread ch...@orr.me.uk (JIRA)












































  
Christopher Orr
 edited a comment on  JENKINS-17684


Dashboard web pages don't render correctly in Chrome because of bad cache/session
















New versions are normally released weekly, so you should see 1.518 released with this fix in the next few days.

So keep an eye on the changelog. There's no automated notification for tickets which are fixed by a new release.



























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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-18274) Configurable loggers should capture messages on slaves

2013-06-10 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-18274


Configurable loggers should capture messages on slaves















Code changed in jenkins
User: Jesse Glick
Path:
 core/src/main/java/hudson/slaves/SlaveComputer.java
http://jenkins-ci.org/commit/jenkins/0ca88a6ceae605e7d2e126a328a196c046a91a12
Log:
  JENKINS-16952 JENKINS-18274 Slave computers should record all log messages at INFO+, not just those in the hudson.* namespace.





























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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-16952) Log messages not sent to /log/all unless in hudson.* or jenkins.* namespaces

2013-06-10 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-16952


Log messages not sent to /log/all unless in hudson.* or jenkins.* namespaces















Code changed in jenkins
User: Jesse Glick
Path:
 core/src/main/java/hudson/slaves/SlaveComputer.java
http://jenkins-ci.org/commit/jenkins/0ca88a6ceae605e7d2e126a328a196c046a91a12
Log:
  JENKINS-16952 JENKINS-18274 Slave computers should record all log messages at INFO+, not just those in the hudson.* namespace.





























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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-16952) Log messages not sent to /log/all unless in hudson.* or jenkins.* namespaces

2013-06-10 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-16952


Log messages not sent to /log/all unless in hudson.* or jenkins.* namespaces















Code changed in jenkins
User: Jesse Glick
Path:
 core/src/main/java/hudson/WebAppMain.java
http://jenkins-ci.org/commit/jenkins/e66a94868a8135490673dd4d0e3464000ca11319
Log:
  JENKINS-16952 contextDestroyed needs to be changed to match.





























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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-17514) NullPointerException: no workspace from node hudson.slaves.DumbSlave after upgrade to 1.510

2013-06-10 Thread henri.go...@gmail.com (JIRA)














































Henri Gomez
 commented on  JENKINS-17514


NullPointerException: no workspace from node hudson.slaves.DumbSlave after upgrade to 1.510















Same problem on Windows slave :


ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-us...@googlegroups.com
java.lang.NullPointerException: no workspace from node hudson.slaves.DumbSlave@19f89775 which is computer hudson.slaves.SlaveComputer@4c708d30 and has channel null
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:70)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:60)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:814)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.build(MavenModuleSetBuild.java:818)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:769)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:593)
	at hudson.model.Run.execute(Run.java:1568)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:237)
project=hudson.maven.MavenModuleSet@3ab0f534[agent_win_trunk]
project.getModules()=[hudson.maven.MavenModule@3b517b79[agent_win_trunk/com.mycorp.agent:agent-tests][agent_win_trunk/com.mycorp.agent:agent-tests][relativePath:], hudson.maven.MavenModule@24ce374a[agent_win_trunk/com.mycorp.agent:agent-tests-server][agent_win_trunk/com.mycorp.agent:agent-tests-server][relativePath:server], hudson.maven.MavenModule@7888dd83[agent_win_trunk/com.mycorp.agent:agent-tests-server-multihost][agent_win_trunk/com.mycorp.agent:agent-tests-server-multihost][relativePath:server/multihost], hudson.maven.MavenModule@42c31c7d[agent_win_trunk/com.mycorp.agent:agent-tests-server-singlehost][agent_win_trunk/com.mycorp.agent:agent-tests-server-singlehost][relativePath:server/singlehost]]
project.getRootModule()=hudson.maven.MavenModule@3b517b79[agent_win_trunk/com.mycorp.agent:agent-tests][agent_win_trunk/com.mycorp.agent:agent-tests][relativePath:]
FATAL: no workspace from node hudson.slaves.DumbSlave@19f89775 which is computer hudson.slaves.SlaveComputer@4c708d30 and has channel null
java.lang.NullPointerException: no workspace from node hudson.slaves.DumbSlave@19f89775 which is computer hudson.slaves.SlaveComputer@4c708d30 and has channel null
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:70)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:60)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:814)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.build(MavenModuleSetBuild.java:818)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:769)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:593)
	at hudson.model.Run.execute(Run.java:1568)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:237)




























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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-17684) Dashboard web pages don't render correctly in Chrome because of bad cache/session

2013-06-10 Thread shannonck...@gmail.com (JIRA)














































Shannon Kerr
 commented on  JENKINS-17684


Dashboard web pages don't render correctly in Chrome because of bad cache/session















Thanks very much to both of you and sorry for my newbie-ness   This issue and JENKINS-10442 are the first two real issues I've experienced on Jenkins.  Looking forward to the fixes being rolled out.



























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







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


[JIRA] [core] (JENKINS-18274) Configurable loggers should capture messages on slaves

2013-06-10 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-18274


Configurable loggers should capture messages on slaves















Code changed in jenkins
User: Jesse Glick
Path:
 src/main/java/hudson/remoting/Channel.java
http://jenkins-ci.org/commit/remoting/f1e2b80fc3a327a1deb7dc66f16aea1e213b0aad
Log:
  JENKINS-18274 No longer need special tricks to enable slave logging.






























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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-17684) Dashboard web pages don't render correctly in Chrome because of bad cache/session

2013-06-10 Thread ch...@orr.me.uk (JIRA)














































Christopher Orr
 commented on  JENKINS-17684


Dashboard web pages don't render correctly in Chrome because of bad cache/session















New versions are normally released weekly, so you should see 1.518 released with this fix in the next few days.



























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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-17684) Dashboard web pages don't render correctly in Chrome because of bad cache/session

2013-06-10 Thread o...@nerdnetworks.org (JIRA)














































owenmehegan
 commented on  JENKINS-17684


Dashboard web pages don't render correctly in Chrome because of bad cache/session















Watch the 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] [core] (JENKINS-17684) Dashboard web pages don't render correctly in Chrome because of bad cache/session

2013-06-10 Thread shannonck...@gmail.com (JIRA)














































Shannon Kerr
 commented on  JENKINS-17684


Dashboard web pages don't render correctly in Chrome because of bad cache/session















Ah, OK, thanks owenmehegan.  Do I just keep an eye on the changelog or will I be notified of its release since I'm watching this ticket?



























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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-17684) Dashboard web pages don't render correctly in Chrome because of bad cache/session

2013-06-10 Thread o...@nerdnetworks.org (JIRA)














































owenmehegan
 commented on  JENKINS-17684


Dashboard web pages don't render correctly in Chrome because of bad cache/session















I don't think the fix has made it into a release yet: http://jenkins-ci.org/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] [core] (JENKINS-17684) Dashboard web pages don't render correctly in Chrome because of bad cache/session

2013-06-10 Thread shannonck...@gmail.com (JIRA)














































Shannon Kerr
 reopened  JENKINS-17684


Dashboard web pages don't render correctly in Chrome because of bad cache/session
















I'm still getting this issue with Jenkins 1.517 and latest Chrome.





Change By:


Shannon Kerr
(10/Jun/13 7:24 PM)




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] [core] (JENKINS-17684) Dashboard web pages don't render correctly in Chrome because of bad cache/session

2013-06-10 Thread shannonck...@gmail.com (JIRA)














































Shannon Kerr
 commented on  JENKINS-17684


Dashboard web pages don't render correctly in Chrome because of bad cache/session















I'm still getting this issue in 1.517 running with latest Chrome.  Jenkins host is Ubuntu Server 12.04.  Client OS is any (reproduced on Win 7 and Mac OS Mountain Lion).



























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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] [deploy] (JENKINS-4949) Deploy to more than one container

2013-06-10 Thread bflad...@gmail.com (JIRA)














































Brian Flad
 commented on  JENKINS-4949


Deploy to more than one container















Waiting to this as well. 



























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







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


[JIRA] [deploy] (JENKINS-4949) Deploy to more than one container

2013-06-10 Thread bflad...@gmail.com (JIRA)












































  
Brian Flad
 edited a comment on  JENKINS-4949


Deploy to more than one container
















Waiting for this as well. 



























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







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


[JIRA] [mantis] (JENKINS-2438) Mantis Plugin should be able to use a proxy

2013-06-10 Thread e.fol...@amesys.fr (JIRA)














































emmanuel follin
 commented on  JENKINS-2438


Mantis Plugin should be able to use a proxy















Is there any 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] [core] (JENKINS-18274) Configurable loggers should capture messages on slaves

2013-06-10 Thread jgl...@cloudbees.com (JIRA)















































Jesse Glick
 assigned  JENKINS-18274 to Jesse Glick



Configurable loggers should capture messages on slaves
















Change By:


Jesse Glick
(10/Jun/13 6:35 PM)




Assignee:


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-18274) Configurable loggers should capture messages on slaves

2013-06-10 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 started work on  JENKINS-18274


Configurable loggers should capture messages on slaves
















Change By:


Jesse Glick
(10/Jun/13 6:35 PM)




Status:


Open
In Progress



























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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-18274) Configurable loggers should capture messages on slaves

2013-06-10 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 updated  JENKINS-18274


Configurable loggers should capture messages on slaves
















Demo plugin that every 20s logs a message at INFO and a message at FINE from every computer (master and slave), using logger test.logstuff.Work$Ping.





Change By:


Jesse Glick
(10/Jun/13 5:26 PM)




Attachment:


logstuff.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-18274) Configurable loggers should capture messages on slaves

2013-06-10 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 commented on  JENKINS-18274


Configurable loggers should capture messages on slaves















There is a SlaveComputer.getLogRecords, but it appears to always return an empty 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] [jira] (JENKINS-18229) Error in Jira Plugin

2013-06-10 Thread ku...@gmx.de (JIRA)














































kutzi
 commented on  JENKINS-18229


Error in Jira Plugin















Probably caused by https://github.com/jenkinsci/jira-plugin/commit/64c517e4022496c443ca3a0826f1f57cd1feda5a



























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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] [ec2] (JENKINS-12767) EC2 plugin's EC2Cloud#provision does not take into account number of executors per node

2013-06-10 Thread s...@emilsit.net (JIRA)














































Emil Sit
 commented on  JENKINS-12767


EC2 plugin's EC2Cloud#provision does not take into account number of executors per node















Fix available at https://github.com/jenkinsci/ec2-plugin/pull/54

We have used this on our Jenkins server at Hadapt for some months without problems.



























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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-18276) Archiving artifacts from a slave node is extremely slow even with 1.509.1+

2013-06-10 Thread msz...@wp.pl (JIRA)














































Marcin Zajączkowski
 created  JENKINS-18276


Archiving artifacts from a slave node is extremely slow even with 1.509.1+















Issue Type:


Bug



Affects Versions:


current



Assignee:


Unassigned


Components:


core



Created:


10/Jun/13 4:27 PM



Description:


I see no changes in a speed of archiving artifacts after upgrade to 1.515 (with slave upgraded to 2.23) which should have applied fix from JENKINS-7813.
43MB WAR archives in 102 seconds vs. <2 seconds with SCP. No one confirmed on the mailing list that was able to get significant change after upgrade. It was suggested to open the new issue.




Environment:


Jenkins 1.515, CentOS 6 64-bit, Java 7 (Oracle)




Project:


Jenkins



Priority:


Major



Reporter:


Marcin Zajączkowski

























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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] [www] (JENKINS-18275) http://jenkins-ci.org/ displays "warning: unlink(/tmp/cache_lock) [function.unlink]: No such file or directory in /etc/drupal/6/sites/default/modules/cacherouter/Cache.php

2013-06-10 Thread matt.kr...@amo.abbott.com (JIRA)














































Matt Kraai
 created  JENKINS-18275


http://jenkins-ci.org/ displays "warning: unlink(/tmp/cache_lock) [function.unlink]: No such file or directory in /etc/drupal/6/sites/default/modules/cacherouter/Cache.php on line 124."















Issue Type:


Bug



Assignee:


Unassigned


Attachments:


Jenkins home page.PNG



Components:


www



Created:


10/Jun/13 4:02 PM



Description:


When I visit the Jenkins home page at

 http://jenkins-ci.org/

it displays the following message in a red box above the "Meet Jenkins" icon and description:

 warning: unlink(/tmp/cache_lock) [function.unlink]: No such file or directory in /etc/drupal/6/sites/default/modules/cacherouter/Cache.php on line 124.

I do not see this warning when I visit

 https://jenkins-ci.org/




Project:


Jenkins



Priority:


Major



Reporter:


Matt Kraai

























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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] [jira] (JENKINS-18229) Error in Jira Plugin

2013-06-10 Thread ku...@gmx.de (JIRA)















































kutzi
 assigned  JENKINS-18229 to olamy



Error in Jira Plugin
















Change By:


kutzi
(10/Jun/13 3:48 PM)




Assignee:


olamy



























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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] [emmacoveragecolumn] (JENKINS-15857) Parse Exception with Java7 and Emma 2.2.0

2013-06-10 Thread i...@guite.de (JIRA)














































Axel Guckelsberger
 commented on  JENKINS-15857


Parse Exception with Java7 and Emma 2.2.0















I have the same problem. Is there any workaround known?



























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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-18274) Configurable loggers should capture messages on slaves

2013-06-10 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 created  JENKINS-18274


Configurable loggers should capture messages on slaves















Issue Type:


Improvement



Assignee:


Unassigned


Components:


core



Created:


10/Jun/13 3:42 PM



Description:


See https://github.com/jenkinsci/git-plugin/pull/156 for background. If you emit log messages at FINE or below on a slave, by default they are lost, and it is not obvious how to see them. https://github.com/jenkinsci/remoting/commit/e01f23c13dc18b93df106c929ee1af3eec27313f is another case.




Project:


Jenkins



Labels:


logging
slave
diagnostics




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] [jira] (JENKINS-18229) Error in Jira Plugin

2013-06-10 Thread dre...@gmail.com (JIRA)














































Bernard McKeever
 commented on  JENKINS-18229


Error in Jira Plugin















Seeing this in Jenkins 1.517 with JIRA Plugin 1.36.



























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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] [promoted-builds] (JENKINS-13425) Upgraded to 1.459 - Promotions now fail

2013-06-10 Thread ever...@free.fr (JIRA)















































evernat
 resolved  JENKINS-13425 as Duplicate


Upgraded to 1.459 - Promotions now fail
















resolving as duplicate.





Change By:


evernat
(10/Jun/13 3:25 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] [timestamper] (JENKINS-16778) Timestamper makes the build fail if the slave if put offline during the build.

2013-06-10 Thread stevengbr...@java.net (JIRA)















































stevengbrown
 closed  JENKINS-16778 as Fixed


Timestamper makes the build fail if the slave if put offline during the build.
















Great. Thanks everyone.





Change By:


stevengbrown
(10/Jun/13 3:18 PM)




Status:


Resolved
Closed



























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







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


[JIRA] [jenkins-multijob-plugin] (JENKINS-18273) Optionally aborting MultiJob phase

2013-06-10 Thread se...@avast.com (JIRA)














































Jan Seidl
 created  JENKINS-18273


Optionally aborting MultiJob phase















Issue Type:


Improvement



Affects Versions:


current



Assignee:


Unassigned


Components:


jenkins-multijob-plugin



Created:


10/Jun/13 3:05 PM



Description:


Do not abort jobs running in parallel (in MultiJob phase).
If some job has failed, than all others job in the same stage are aborted. We have project where this behavior make us a lot of trouble (job must finish, otherwise data can be inconsistent). Could you please in MultiJob Phase add option “Do not abort phase”?

I'm not java programmer, but i think its this https://github.com/jenkinsci/tikal-multijob-plugin/blob/master/src/main/java/com/tikal/jenkins/plugins/multijob/MultiJobBuilder.java#L155 code?

Thank you




Project:


Jenkins



Priority:


Major



Reporter:


Jan Seidl

























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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] [maven] (JENKINS-18272) Expose key maven properties (such as GAV IDs) as build variables

2013-06-10 Thread k...@kohsuke.org (JIRA)














































Kohsuke Kawaguchi
 created  JENKINS-18272


Expose key maven properties (such as GAV IDs) as build variables















Issue Type:


Bug



Assignee:


Unassigned


Components:


maven



Created:


10/Jun/13 3:04 PM



Description:


... so that one can use it as variables in the post-build actions.




Project:


Jenkins



Priority:


Major



Reporter:


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


[JIRA] [token-macro] (JENKINS-18271) TokenMacro.expand() duplicates private macros when called multiple times

2013-06-10 Thread bart...@zak.name (JIRA)














































Bartosz Zak
 created  JENKINS-18271


TokenMacro.expand() duplicates private macros when called multiple times















Issue Type:


Bug



Assignee:


Kohsuke Kawaguchi



Components:


token-macro



Created:


10/Jun/13 2:54 PM



Description:


When calling expand() with private macros, those get added to the all() list.
Repeating the command adds them again (duplicates them).

I believe the proper behaviour should be one of:
1. Do not add them to the all() list, those are private macros.

or

2. Only add them once.

P.S. This affects the use of email-ext-plugin-2.30.2.

Thank you,
Bartosz Zak




Environment:


token-macro-1.7




Project:


Jenkins



Priority:


Major



Reporter:


Bartosz Zak

























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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-10442) RestartNotSupportedException when trying to do safeRestart

2013-06-10 Thread shannonck...@gmail.com (JIRA)














































Shannon Kerr
 commented on  JENKINS-10442


RestartNotSupportedException when trying to do safeRestart















I'm having this same error running 1.517 on Ubuntu 12.04 Server (haven't tried "Desktop" just tried "Server").  I am NOT seeing this on Windows XP running Jenkins 1.517.

javax.servlet.ServletException: hudson.lifecycle.RestartNotSupportedException: Failed to obtain the command line arguments of the process
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:719)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:770)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:583)
	at org.kohsuke.stapler.Stapler.service(Stapler.java:214)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:45)
	at winstone.ServletConfiguration.execute(ServletConfiguration.java:248)
	at winstone.RequestDispatcher.forward(RequestDispatcher.java:333)
	at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:376)
	at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:95)
	at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:87)
	at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
	at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
	at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:48)
	at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
	at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84)
	at hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:76)
	at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:164)
	at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
	at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
	at org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:50)
	at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
	at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
	at hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:81)
	at winstone.FilterConfiguration.execute(FilterConfiguration.java:194)
	at winstone.RequestDispatcher.doFilter(RequestDispatcher.java:366)
	at winstone.RequestDispatcher.forward(RequestDispatcher.java:331)
	at winstone.RequestHandlerThread.processRequest(RequestHandlerThread.java:227)
	at winstone.RequestHandlerThread.run(RequestHandlerThread.java:150)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
	at java.util.concurrent.FutureTask.run(FutureTask.java:166)
	at winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:679)
Caused by: hudson.lifecycle.RestartNotSupportedException: Failed to obtain the command line arguments of the process
	at hudson.lifecycle.UnixLifecycle.verifyRestartable(UnixLifecycle.java:98)
	at jenkins.model.Jenkins.safeRestart(Jenkins.java:3248)
	at jenkins.model.Jenkins.doSafeRestart(Jenkins.java:3207)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:616)
	at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:288)
	at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:151)
	at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:90)
	at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:111)
	at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:677)
	... 35 more
Caused by: java.lang.UnsatisfiedLinkError: com.sun.jna.Native.open(Ljava/lang/String;)J
	at com.sun.jna.Native.open(Native Method)
	at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:236)
	at com.sun.jna.Library$Handler.(Library.java:140)
	at com.sun.jna.Native.loadLibrary(Native.java:366)
	at com.sun.jna.Native.loadLibrary(Native.java:351)
	at com.sun.akuma.CLibrary.(CLibrary.java:89)
	at com.sun.akuma.JavaVMArguments.resolvePID(JavaVMArguments.java:126)
	at com.sun.akuma.JavaVMArguments.ofLinux(JavaV

[JIRA] [cvs] (JENKINS-18270) CVS checkout "Prune Empty Directories" option not working without "Show all CVS output"

2013-06-10 Thread rossano.bersagli...@eoc.ch (JIRA)














































Rossano Bersagliere
 created  JENKINS-18270


CVS checkout "Prune Empty Directories" option not working without "Show all CVS output"















Issue Type:


Bug



Assignee:


Unassigned


Attachments:


cvs.jpg



Components:


cvs



Created:


10/Jun/13 1:49 PM



Description:


It appears that the "Prune Empty Directories" option doesn't work without "Show all CVS output" enabled.

Jenkins version: 1.517
CVS Plugin version: 2.9
CVS version: 1.11.23

See attachment for other plugin options.




Project:


Jenkins



Labels:


plugin
cvs




Priority:


Minor



Reporter:


Rossano Bersagliere

























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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] [heavy-job] (JENKINS-18269) Can't build matrix-job with heavy build plugin set to >1

2013-06-10 Thread roland.asm...@gmail.com (JIRA)














































Roland Asmann
 created  JENKINS-18269


Can't build matrix-job with heavy build plugin set to >1















Issue Type:


Bug



Assignee:


Unassigned


Components:


heavy-job



Created:


10/Jun/13 1:26 PM



Description:


I have a matrix-job that I want to set to a build weight of 2. When I then start the build, it gets queued and seems to start, but in the console there is no progress whatsoever.

My guess is that the heavy build plugin is not working correctly with lightweight jobs.




Project:


Jenkins



Priority:


Major



Reporter:


Roland Asmann

























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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-15156) Builds disappear from build history after completion

2013-06-10 Thread odkli...@gmail.com (JIRA)














































Pavel Kudrys
 commented on  JENKINS-15156


Builds disappear from build history after completion















@Jesse thanks for the reply. OK, I will keep an eye on 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-15156) Builds disappear from build history after completion

2013-06-10 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 commented on  JENKINS-15156


Builds disappear from build history after completion















@odklizec your problem looks unrelated: matrix configuration builds getting deleted from disk (not just sporadically failing to appear in the web UI). As above, if you can figure out under which conditions this happens, file a separate bug report.



























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







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


[JIRA] [nodelabelparameter] (JENKINS-18069) Clicking on "Add Parameter - Node" does nothing

2013-06-10 Thread stuartjsm...@gmail.com (JIRA)














































Stuart Smith
 commented on  JENKINS-18069


Clicking on "Add Parameter - Node" does nothing















Any progress on this yet? The plug in is not useable for me at present, thanks, Stuart



























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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-17125) FingerprintAction deserialization leads to NPE

2013-06-10 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 commented on  JENKINS-17125


FingerprintAction deserialization leads to NPE















Yes, should be in 1.519 I think. Note that this “true” fix changes the serial format of builds going forward: builds created in 1.519+ will not load well in 1.518-, but builds created in any version (even those suffering from the rare condition that this issue reports) should be loaded cleanly in 1.519+ (and their format upgraded if you somehow edit the build, e.g. setting a description).



























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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] [jira] (JENKINS-18268) Error saving Jenkins config after updated to latest version of Jira Plugin

2013-06-10 Thread zhh...@gmail.com (JIRA)














































Hua Zhang
 commented on  JENKINS-18268


Error saving Jenkins config after updated to latest version of Jira Plugin















I also had a very similar problem with 1.36, the topmost exception is something else, but the root exception is the same "no protocol:" (can provide stacktrace if required).
Downgrade to 1.35 also fixed the problem. I have Jenkins 1.517.



























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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-15120) Minimize round trips for slave class loading

2013-06-10 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 commented on  JENKINS-15120


Minimize round trips for slave class loading















Also: https://github.com/jenkinsci/jenkins/compare/f7330d7a158eff6705706b1f812993a9b918c351...cabbe941c73a0db63e59492ff2e3722c41b239f0



























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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] [jira] (JENKINS-18268) Error saving Jenkins config after updated to latest version of Jira Plugin

2013-06-10 Thread th.colb...@gmail.com (JIRA)














































ThiagoC
 updated  JENKINS-18268


Error saving Jenkins config after updated to latest version of Jira Plugin
















Change By:


ThiagoC
(10/Jun/13 1:04 PM)




Environment:


Jenkins v.1.480.3JIRA Plugin v.1.36



























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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] [jira] (JENKINS-18268) Error saving Jenkins config after updated to latest version of Jira Plugin

2013-06-10 Thread th.colb...@gmail.com (JIRA)














































ThiagoC
 created  JENKINS-18268


Error saving Jenkins config after updated to latest version of Jira Plugin















Issue Type:


Bug



Assignee:


Unassigned


Components:


jira



Created:


10/Jun/13 12:58 PM



Description:


Hi.

After I updated to the latest version of JIRA Plugin (1.36), I was unable to save Jenkins global configurations. This stack trace appears on the screen after I click on "Save":


GRAVE: Error while serving http://build:8080/jenkins/configSubmit
java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:288)
	at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:151)
	at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:90)
	at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:111)
	at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:574)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:659)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:488)
	at org.kohsuke.stapler.Stapler.service(Stapler.java:162)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:95)
	at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:206)
	at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:179)
	at net.bull.javamelody.PluginMonitoringFilter.doFilter(PluginMonitoringFilter.java:86)
	at org.jvnet.hudson.plugins.monitoring.HudsonMonitoringFilter.doFilter(HudsonMonitoringFilter.java:84)
	at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:98)
	at com.marvelution.hudson.plugins.apiv2.servlet.filter.HudsonAPIV2ServletFilter.doFilter(HudsonAPIV2ServletFilter.java:115)
	at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:98)
	at hudson.plugins.audit_trail.AuditTrailFilter.doFilter(AuditTrailFilter.java:66)
	at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:98)
	at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:87)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:47)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84)
	at hudson.security.UnwrapSecurityExceptionFilter.doFilter(UnwrapSecurityExceptionFilter.java:51)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:166)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter(RememberMeProcessingFilter.java:142)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:271)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
	at org.acegisecurity.ui.basicauth.BasicProcessingFilter.doFilter(BasicPro

[JIRA] [maven-repo-cleaner] (JENKINS-15728) Remote slave with Maven Repo Cleaner enabled as post build task fails.

2013-06-10 Thread aswini.rajaseka...@gmail.com (JIRA)














































Aswini Rajasekaran
 commented on  JENKINS-15728


Remote slave with Maven Repo Cleaner enabled as post build task fails.















Hi, Did anyone find a solution for this? I also get the same error.



























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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] [timestamper] (JENKINS-16778) Timestamper makes the build fail if the slave if put offline during the build.

2013-06-10 Thread y...@schli.ch (JIRA)














































Marc Günther
 commented on  JENKINS-16778


Timestamper makes the build fail if the slave if put offline during the build.















Thanks Steven. I just tested thsis, and it works now. I still get a "Looks like the slave went offline..." message in the Console, but no more exception and it doesn't fail the build.



























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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] [jira] (JENKINS-18155) 'Recent changes' view slow because of JIRA plugin

2013-06-10 Thread baradari.ra...@googlemail.com (JIRA)














































Ramin Baradari
 commented on  JENKINS-18155


'Recent changes' view slow because of JIRA plugin















Why do we fetch the data for all issues up front at all?
Most of the time we just want to skim the change log and read a few select or none of the descriptions at all.

Idea: Just annotate each matching issue id with a link to the issue page in JIRA (without any checks if it is actually a known issue in JIRA) and an on hover handler that does fetches the issue summary on demand.

I think this is what the Bugzilla annotator does/did.



























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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] [jira] (JENKINS-18155) 'Recent changes' view slow because of JIRA plugin

2013-06-10 Thread baradari.ra...@googlemail.com (JIRA)












































  
Ramin Baradari
 edited a comment on  JENKINS-18155


'Recent changes' view slow because of JIRA plugin
















Why do we fetch the data for all issues up front at all?
Most of the time we just want to skim the change log and read a few select or none of the descriptions at all.

Idea: Just annotate each matching issue id with a link to the issue page in JIRA (without any checks if it is actually a known issue in JIRA) and an on-hover handler that fetches the issue summary on demand.

I think this is what the Bugzilla annotator does/did.



























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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-14073) Installing Jenkins as a windows service on Windows Server 2007 x64

2013-06-10 Thread ever...@free.fr (JIRA)














































evernat
 commented on  JENKINS-14073


Installing Jenkins as a windows service on Windows Server 2007 x64















Is it reproduced with a recent Jenkins version?



























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







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


[JIRA] [jobconfighistory] (JENKINS-6659) Record a change message along with the job change history

2013-06-10 Thread che...@gmail.com (JIRA)














































David Riley
 commented on  JENKINS-6659


Record a change message along with the job change history















Also would like this, it would save a lot of time when trying to recall why a change was made. e.g. Why did I switch this job to run against version x instead of y?

Preferred UI would be a "reason" box at the end of the config (above save/apply) and then ability to add/modify from the job configuration history page. 

Probably unrelated, but can the "Diff" column be moved to the far left or date to the right? When trying to find a change its painful to have to count down each time rather than being able to associate the previously selected diff with the date on the left.



























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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] [jquery] (JENKINS-17310) URL in the project description without https:// don't work

2013-06-10 Thread ku...@gmx.de (JIRA)














































kutzi
 commented on  JENKINS-17310


URL in the project description without https:// don't work















Which Jenkins versions are you referring, too? 1.4 and 1.5 are very old - I assume you mean something like 1.49x and 1.50x



























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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] [copyartifact] (JENKINS-17680) Upgrade to new Copy Artifacts version erases all job names to copy from

2013-06-10 Thread de...@ikedam.jp (JIRA)














































ikedam
 commented on  JENKINS-17680


Upgrade to new Copy Artifacts version erases all job names to copy from















This seems caused by 6243f6bcd5, splitting projectName into project and parameters.
This can be fixed with readResolve(), as described in https://wiki.jenkins-ci.org/display/JENKINS/Hint+on+retaining+backward+compatibility



























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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-17125) FingerprintAction deserialization leads to NPE

2013-06-10 Thread linards.liep...@gmail.com (JIRA)














































Linards L
 commented on  JENKINS-17125


FingerprintAction deserialization leads to NPE















Fix Targeting 1.519 ?



























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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] [jquery] (JENKINS-17310) URL in the project description without https:// don't work

2013-06-10 Thread vander...@mail.ru (JIRA)














































Andrey Sorokovikov
 commented on  JENKINS-17310


URL in the project description without https:// don't work















Help!



























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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.
 
 


Re: Setup scheduled parameterized build with different parameters on certain times

2013-06-10 Thread Hugo de Oude
Nobody?



--
View this message in context: 
http://jenkins-ci.361315.n4.nabble.com/Setup-scheduled-parameterized-build-with-different-parameters-on-certain-times-tp4664174p466.html
Sent from the Jenkins issues mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Issues" group.
To unsubscribe from this 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-18267) HTML Parsing Error in Internet Explorer 8

2013-06-10 Thread jonbe...@java.net (JIRA)














































jonbe242
 created  JENKINS-18267


HTML Parsing Error in Internet Explorer 8















Issue Type:


Bug



Assignee:


Peter Hayes



Components:


dashboard-view



Created:


10/Jun/13 7:21 AM



Description:


Internet Explorer 8 fails to render most pages with the following error:

HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917) Row: 0 Character: 0




Environment:


Internet Explorer 8.0.6001.18702CO, Jenkins 1.517




Project:


Jenkins



Priority:


Major



Reporter:


jonbe242

























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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] [job-dsl-plugin] (JENKINS-18141) BuildParameters: Support for "Password"

2013-06-10 Thread and...@harmel-law.com (JIRA)














































Andrew Harmel-Law
 started work on  JENKINS-18141


BuildParameters: Support for "Password"
















Change By:


Andrew Harmel-Law
(10/Jun/13 7:03 AM)




Status:


Open
In Progress



























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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] [job-dsl-plugin] (JENKINS-18141) BuildParameters: Support for "Password"

2013-06-10 Thread and...@harmel-law.com (JIRA)















































Andrew Harmel-Law
 assigned  JENKINS-18141 to Andrew Harmel-Law



BuildParameters: Support for "Password"
















Change By:


Andrew Harmel-Law
(10/Jun/13 7:02 AM)




Assignee:


Justin Ryan
Andrew Harmel-Law



























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







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this 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.