[JIRA] (JENKINS-14846) Multiple repositories failes checkout of custom branch

2012-09-24 Thread flozz...@gmail.com (JIRA)














































Florin Hillebrand
 updated  JENKINS-14846


Multiple repositories failes checkout of custom branch
















Change By:


Florin Hillebrand
(24/Sep/12 6:54 AM)




Summary:


Environmentvariabledoesntgetexpanded
Multiplerepositoriesfailescheckoutofcustombranch





Labels:


git
multiple-scms





Description:


Stepstoreproduce:1.Setup
MultiSCMwitha
git
repository
checkoutwithtworepositories(withorwithoutrefspec)
2.Specify
${TEST_BRANCH}as
ajobstringparameterforthe
branch
specifier
3.
Definejobisparameterizedanddefine
Launch
the
stringparameterTEST_BRANCH
build
witha
valid
custom
branch
.
asparameter
Actualresults:Checksoutthelast
build
built
branchExpectedresults:Checkoutthebranchwhichwasspecifiedby
TEST_BRANCH
parameter





Component/s:


multiple-scms



























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






[JIRA] (JENKINS-14846) Multiple repositories failes checkout of custom branch

2012-09-24 Thread flozz...@gmail.com (JIRA)














































Florin Hillebrand
 updated  JENKINS-14846


Multiple repositories failes checkout of custom branch
















Change By:


Florin Hillebrand
(24/Sep/12 6:54 AM)




Description:


Stepstoreproduce:1.Setupgit
checkout
plugin
withtworepositories(withorwithoutrefspec)2.Specifyajobstringparameterforthebranch3.LaunchthebuildwithacustombranchasparameterActualresults:ChecksoutthelastbuiltbranchExpectedresults:Checkoutthebranchwhichwasspecifiedbyparameter



























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






[JIRA] (JENKINS-15278) Diskspace Notification

2012-09-24 Thread a...@odecee.com.au (JIRA)














































Alvin Oh
 created  JENKINS-15278


Diskspace Notification















Issue Type:


Task



Assignee:


Slide-O-Mix



Attachments:


jenkins.jpg, test.py



Components:


email-ext, text-finder



Created:


24/Sep/12 6:56 AM



Description:


Allow email notification of diskspace when free-space have reached 95% on a given directories (e.g C: Drive).

Deliverables:

	Whilst waiting for a proper plugin to be develop pertaining to task (https://issues.jenkins-ci.org/browse/JENKINS-2107), i have develop a quick python script to cater for this scenario.



Jenkins plugins needed:

	Text-finder (latest)
	Email-ext (Latest)
	Enclosed python script.



1. Set the build to build on schedule (daily, hourly etc).
2. Make sure discard all previous builds for house-keeping mechanism.
3. Attached .jpg show how to integrate these functionality together.








Environment:


Window Machine Only.




Project:


Jenkins



Priority:


Trivial



Reporter:


Alvin Oh

























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






[JIRA] (JENKINS-14846) Multiple repositories failes checkout of custom branch

2012-09-24 Thread flozz...@gmail.com (JIRA)














































Florin Hillebrand
 commented on  JENKINS-14846


Multiple repositories failes checkout of custom branch















A workaround for this is to specify a choose parameter containing the repositories, to have only one repository set up in git plugin. So a user can first select the repository where his branch is and then specify the branch.



























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






[JIRA] (JENKINS-15265) Assumes default shell is bourne shell or bash and can not set jenkins environment varaibles if another shell

2012-09-24 Thread m...@edmund-wagner.de (JIRA)















































edmund_wagner
 assigned  JENKINS-15265 to edmund_wagner



Assumes default shell is bourne shell or bash and can not set jenkins environment varaibles if another shell
















Change By:


edmund_wagner
(24/Sep/12 6:59 AM)




Assignee:


edmund_wagner



























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






[JIRA] (JENKINS-15278) Diskspace Notification

2012-09-24 Thread a...@odecee.com.au (JIRA)














































Alvin Oh
 commented on  JENKINS-15278


Diskspace Notification















Please feel free to update to make the script better. It's just a quick program to cater for diskspace usage on Jenkins machine. Thanks people.



























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






[JIRA] (JENKINS-14846) Multiple repositories failes checkout of custom branch

2012-09-24 Thread flozz...@gmail.com (JIRA)















































Florin Hillebrand
 assigned  JENKINS-14846 to Kohsuke Kawaguchi



Multiple repositories failes checkout of custom branch
















Change By:


Florin Hillebrand
(24/Sep/12 7:00 AM)




Assignee:


NicolasDeLoof
KohsukeKawaguchi



























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






[JIRA] (JENKINS-14846) Multiple repositories failes checkout of custom branch

2012-09-24 Thread flozz...@gmail.com (JIRA)














































Florin Hillebrand
 updated  JENKINS-14846


Multiple repositories failes checkout of custom branch
















Change By:


Florin Hillebrand
(24/Sep/12 7:01 AM)




Environment:


jenkins:1.477and1.472git:1.1.21and1.1.22
multi-scm:0.2



























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






[JIRA] (JENKINS-15265) Assumes default shell is bourne shell or bash and can not set jenkins environment varaibles if another shell

2012-09-24 Thread m...@edmund-wagner.de (JIRA)














































edmund_wagner
 commented on  JENKINS-15265


Assumes default shell is bourne shell or bash and can not set jenkins environment varaibles if another shell















maybe exporting the variables is a bit overkill. i think NODE_NAME=${NODE_NAME} would be enough. 
whats your opinion on that solution?



























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






[JIRA] (JENKINS-15008) NPE

2012-09-24 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-15008


NPE 















It seems i found the problem: i have input string parameter $hWorkspace + custom workspace set to this variable. Current workspace browser shows $JENKINS_HOME content, so i think something variables overload.



























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






[JIRA] (JENKINS-15008) NPE

2012-09-24 Thread gentoo.inte...@gmail.com (JIRA)












































 
Kanstantsin Shautsou
 edited a comment on  JENKINS-15008


NPE 
















It seems i found the problem: i have input string parameter $hWorkspace + custom workspace set to this variable. Current workspace browser shows $JENKINS_HOME content, so i think something wrong with variables overload.



























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






[JIRA] (JENKINS-15279) The plugins should be able to perform upload to QA Verify.

2012-09-24 Thread m...@praqma.net (JIRA)














































Mads Nielsen
 created  JENKINS-15279


The plugins should be able to perform upload to QA Verify.















Issue Type:


New Feature



Assignee:


Praqma Support



Components:


prqa



Created:


24/Sep/12 7:46 AM



Description:


The plugin should be able to upload project analysis to QA Verify. 




Due Date:


28/Sep/12 12:00 AM




Project:


Jenkins



Priority:


Major



Reporter:


Mads Nielsen

























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






[JIRA] (JENKINS-15280) The user should be able to select multiple reports to be generated for project.

2012-09-24 Thread m...@praqma.net (JIRA)














































Mads Nielsen
 created  JENKINS-15280


The user should be able to select multiple reports to be generated for project.















Issue Type:


New Feature



Assignee:


Praqma Support



Components:


prqa



Created:


24/Sep/12 7:47 AM



Description:


The users should be able to create additonal reports. This includes the Suppression and Code Review reports.




Due Date:


28/Sep/12 12:00 AM




Project:


Jenkins



Priority:


Major



Reporter:


Mads Nielsen

























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






[JIRA] (JENKINS-15281) Enable advanced analysis options

2012-09-24 Thread m...@praqma.net (JIRA)














































Mads Nielsen
 created  JENKINS-15281


Enable advanced analysis options















Issue Type:


New Feature



Assignee:


Praqma Support



Components:


prqa



Created:


24/Sep/12 7:53 AM



Description:


The plugin should be able to include advanced analysis options including:
*Cross Module Analysis
*Dependency Mode
*Dataflow analysis.




Due Date:


28/Sep/12 12:00 AM




Project:


Jenkins



Priority:


Major



Reporter:


Mads Nielsen

























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






[JIRA] (JENKINS-15282) Enhance build artifacts

2012-09-24 Thread m...@praqma.net (JIRA)














































Mads Nielsen
 created  JENKINS-15282


Enhance build artifacts















Issue Type:


New Feature



Assignee:


Praqma Support



Components:


prqa



Created:


24/Sep/12 7:55 AM



Description:


The plugin should include relevant files useful for debugging purposes in it's build artifacts. 




Due Date:


28/Sep/12 12:00 AM




Project:


Jenkins



Priority:


Major



Reporter:


Mads Nielsen

























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






[JIRA] (JENKINS-15109) Stacktrace introduced in 1.481 when going to http://jenkins /computer/(master)/api/xml

2012-09-24 Thread mweb...@java.net (JIRA)














































mwebber
 commented on  JENKINS-15109


Stacktrace introduced in 1.481 when going to http://jenkins /computer/(master)/api/xml















The fix is in Jenkins 1.483 (but not 1.482)



























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






[JIRA] (JENKINS-15265) Assumes default shell is bourne shell or bash and can not set jenkins environment varaibles if another shell

2012-09-24 Thread shaman.xs.mahmo...@ericsson.com (JIRA)














































Shaman Mahmoudi
 commented on  JENKINS-15265


Assumes default shell is bourne shell or bash and can not set jenkins environment varaibles if another shell















Hi Edmund,

I agree. Thanks.



























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






[JIRA] (JENKINS-12861) klocwork - update to recognize 9.5.x xml schema

2012-09-24 Thread w.male...@gmail.com (JIRA)














































Waldek M
 commented on  JENKINS-12861


klocwork - update to recognize 9.5.x xml schema















Well, I'd like a release for sure  
I'm using plugin 1.10 with KW 9.5.3 and the following stack trace appears (see below). Is it perhaps this issue?

ERROR: Publisher com.thalesgroup.hudson.plugins.klocwork.KloPublisher aborted due to exception
java.lang.NullPointerException
	at com.thalesgroup.hudson.plugins.klocwork.KloPublisher.perform(KloPublisher.java:101)
	at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:36)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:717)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:692)
	at hudson.model.Build$BuildExecution.post2(Build.java:183)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:639)
	at hudson.model.Run.execute(Run.java:1527)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:236)
xUnit INFO - Starting to record.



























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






[JIRA] (JENKINS-15283) The node does not return back online as there is enough disk space again

2012-09-24 Thread gnua...@yandex.ru (JIRA)














































Alexander Gnuschenko
 updated  JENKINS-15283


The node does not return back online as there is enough disk space again
















Change By:


Alexander Gnuschenko
(24/Sep/12 10:03 AM)




Environment:


master:RedHeat,1.475,1.483,SUNjava1.6.0_18-b07node:AIX,IBMJ9VM(build2.4,JRE1.6.0IBMJ92.4AIXppc64-64jvmap6460sr9-20110203_74623(JITenabled,AOTenabled),start:java-Dfile.encoding=UTF-8-Dhudson.model.WorkspaceCleanupThread=false-Dhudson.model.WorkspaceCleanupThread.disabled=true-jarslave.jar-jnlpUrlhttp://HOSTNAME:PORT/computer/NOD_NAME/slave-
agennt
agent
.jnlp$LOG21



























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






[JIRA] (JENKINS-15283) The node does not return back online as there is enough disk space again

2012-09-24 Thread gnua...@yandex.ru (JIRA)














































Alexander Gnuschenko
 created  JENKINS-15283


The node does not return back online as there is enough disk space again















Issue Type:


Bug



Affects Versions:


current



Assignee:


Alexander Gnuschenko



Components:


nodejs



Created:


24/Sep/12 10:01 AM



Description:


The node does not return back online as there is enough disk space again.
In tests I wait 30 minutes (with ctrl-f5 in mozilla and 1 job in queue for determine online state of node)

Sep 24, 2012 12:51:24 PM hudson.node_monitors.AbstractDiskSpaceMonitor data
WARNING: Making 40apptest offline temporarily due to the lack of disk space

when i press "refresh status" in nodes" - its become online, but not automaticaly, only by button.

WBR, Alexander.

ps: a lot of thanks for jenkins-ci - its clever, especcialy after luntbuild.





Due Date:


22/Sep/12 12:00 AM




Environment:


master: RedHeat, 1.475, 1.483, SUN java 1.6.0_18-b07

node: AIX, IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 AIX ppc64-64 jvmap6460sr9-20110203_74623 (JIT enabled, AOT enabled), 



start: java -Dfile.encoding=UTF-8 -Dhudson.model.WorkspaceCleanupThread=false -Dhudson.model.WorkspaceCleanupThread.disabled=true -jar slave.jar -jnlpUrl http://HOSTNAME:PORT/computer/NOD_NAME/slave-agennt.jnlp  $LOG 21 












Project:


Jenkins



Priority:


Major



Reporter:


Alexander Gnuschenko

























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






[JIRA] (JENKINS-15199) Slaves turns to Dead state after connecting to remote machine

2012-09-24 Thread stew...@flamingspork.com (JIRA)














































Stewart Smith
 commented on  JENKINS-15199


Slaves turns to Dead state after connecting to remote machine















I've gotten this too (on most of our ssh launched slaves):

java.lang.NullPointerException
	at hudson.matrix.MatrixConfiguration.newBuild(MatrixConfiguration.java:220)
	at hudson.matrix.MatrixConfiguration.newBuild(MatrixConfiguration.java:66)
	at hudson.model.AbstractProject.createExecutable(AbstractProject.java:1197)
	at hudson.model.AbstractProject.createExecutable(AbstractProject.java:136)
	at hudson.model.Executor.run(Executor.java:211)

more info



























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






[JIRA] (JENKINS-15199) Slaves turns to Dead state after connecting to remote machine

2012-09-24 Thread stew...@flamingspork.com (JIRA)














































Stewart Smith
 commented on  JENKINS-15199


Slaves turns to Dead state after connecting to remote machine















Problem disappeared when downgrading to 1.482



























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






[JIRA] (JENKINS-15237) Dependent Maven Jobs ignore version-number

2012-09-24 Thread j...@zuchhold.com (JIRA)














































Jan Zuchhold
 commented on  JENKINS-15237


Dependent Maven Jobs ignore version-number















I can confirm this problem, downgrading to 1.480 is a 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






[JIRA] (JENKINS-15237) Dependent Maven Jobs ignore version-number

2012-09-24 Thread j...@zuchhold.com (JIRA)












































 
Jan Zuchhold
 edited a comment on  JENKINS-15237


Dependent Maven Jobs ignore version-number
















I can confirm this problem, downgrading to 1.480 is a workaround.

$10 reward for a fix of this: http://www.freedomsponsors.org/core/issue/29/dependent-maven-jobs-ignore-version-number



























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






[JIRA] (JENKINS-15199) Slaves turns to Dead state after connecting to remote machine

2012-09-24 Thread carlos.ulr...@gmail.com (JIRA)














































Carlos André
 commented on  JENKINS-15199


Slaves turns to Dead state after connecting to remote machine















I'll try this as workaround.

Thanks a lot.



























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






[JIRA] (JENKINS-6961) Add the possibility to move existing views to a nested view.

2012-09-24 Thread david.is...@gmail.com (JIRA)














































David Ishee
 commented on  JENKINS-6961


Add the possibility to move existing views to a nested view.















Is there a way to accomplish this by manually editing some config files somewhere? That could be a workaround until a nice GUI is developed.



























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






[JIRA] (JENKINS-15284) Selenium hub doesn't work on a server with multiple interface

2012-09-24 Thread yann...@roger.lv (JIRA)














































Yannick ROGER
 created  JENKINS-15284


Selenium hub doesnt work on a server with multiple interface















Issue Type:


Bug



Affects Versions:


current



Assignee:


Richard Lavoie



Components:


selenium



Created:


24/Sep/12 1:32 PM



Description:


When using the selenium hub on a server with more than one interface, selenium hub uses the wrong interface so our tests do not run.

I was able to get selenium hub work by starting it manually specifying the interface to be used.
java -jar selenium-server-standalone-2.25.0.jar -role hub -host 10.101.7.42

Maybe a good solution would be to be able to specify the interface to listen to in jenkins (like it is done for the port).

This issue is blocking us in our deployment of the selenium jenkins.
Thanks for everything.





Environment:


red hat/ java 1.6




Project:


Jenkins



Priority:


Major



Reporter:


Yannick ROGER

























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






[JIRA] (JENKINS-7666) ClassCastException parsing JUnit result

2012-09-24 Thread zlika_...@hotmail.com (JIRA)














































Thomas Zlika
 commented on  JENKINS-7666


ClassCastException parsing JUnit result















I'm exactly in the same situation as Falko :

	I had the problem of the "org.dom4j.DocumentFactory Nested exception: org.dom4j.DocumentFactory" exception
	I tried to solve it with the solution from the blog article
	Now I'm facing the "org.dom4j.tree.QNameCache cannot be cast to org.dom4j.tree.QNameCache" exception



We are using Jenkins 1.437 on a RedHat Linux 6.2 server.
We have Sonar installed on the same server, BUT we do not use any Sonar plugin during our Maven build.

Is there any workaround for this annoying bug ?

Regards,
Thomas



























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






[JIRA] (JENKINS-15285) scm-sync-configuration upgrade from 0.0.5 to 0.0.6 results in NullPointerException

2012-09-24 Thread kas...@duhn.net (JIRA)














































Kasper Duhn
 created  JENKINS-15285


scm-sync-configuration upgrade from 0.0.5 to 0.0.6 results in NullPointerException















Issue Type:


Bug



Affects Versions:


current



Assignee:


Frédéric Camblor



Components:


scm-sync-configuration



Created:


24/Sep/12 1:43 PM



Description:


When I update or do a clean install of version 0.0.6 this crash happends, and the plugin remains inactive:

24-09-2012 11:07:08 jenkins.InitReactorRunner$1 onAttained
INFO: Prepared all plugins
24-09-2012 11:07:08 jenkins.InitReactorRunner$1 onTaskFailed
SEVERE: Failed Initializing plugin scm-sync-configuration
java.lang.NullPointerException
	at hudson.PluginManager$2$1$2.run(PluginManager.java:333)
	at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:146)
	at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259)
	at jenkins.model.Jenkins$7.runTask(Jenkins.java:875)
	at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:187)
	at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:94)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
24-09-2012 11:07:08 jenkins.InitReactorRunner$1 onAttained
INFO: Started all plugins


Workaround is to revert to the old version http://updates.jenkins-ci.org/download/plugins/scm-sync-configuration/




Environment:


Windows Server 2008R2




Project:


Jenkins



Priority:


Blocker



Reporter:


Kasper Duhn

























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






[JIRA] (JENKINS-15286) Specified type class …GitoriousWeb is not assignable to the expected class …BuildChooser

2012-09-24 Thread jgl...@cloudbees.com (JIRA)














































Jesse Glick
 created  JENKINS-15286


Specified type class …GitoriousWeb is not assignable to the expected class …BuildChooser















Issue Type:


Bug



Assignee:


Nicolas De Loof



Components:


git



Created:


24/Sep/12 1:58 PM



Description:


Also seen in DEV@cloud, but to reproduce:

Run the Git plugin in test mode. Create a job. Add a Git SCM section. Enter a repository location (arbitrary). At the bottom of the screen, click the “Jenkins ver. 1.424” link to http://jenkins-ci.org/ and then click the browser’s Back button.

The repository location is now blank again, so reënter the repository location. Now click “Save”. You get a CCE from one of the GitRepositoryBrowser types to BuildChooser, such as:


2012-09-24 09:48:15.156:/:WARN:  Error while serving http://localhost:8080/job/x/configSubmit
java.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:282)
	at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:149)
	at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:88)
	at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:104)
	at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:561)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:646)
	at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:234)
	at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53)
	at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:561)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:646)
	at org.kohsuke.stapler.Stapler.invoke(Stapler.java:477)
	at org.kohsuke.stapler.Stapler.service(Stapler.java:159)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
	at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:491)
	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1074)
	at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:94)
	at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:86)
	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1065)
	at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:47)
	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1065)
	at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84)
	at hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:76)
	at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:164)
	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1065)
	at hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:81)
	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1065)
	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:365)
	at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:185)
	at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
	at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:689)
	at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:391)
	at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:146)
	at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
	at org.mortbay.jetty.Server.handle(Server.java:285)
	at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:457)
	at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:765)
	at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:628)
	at 

[JIRA] (JENKINS-15285) scm-sync-configuration upgrade from 0.0.5 to 0.0.6 results in NullPointerException

2012-09-24 Thread fcamb...@java.net (JIRA)














































Frédéric Camblor
 commented on  JENKINS-15285


scm-sync-configuration upgrade from 0.0.5 to 0.0.6 results in NullPointerException















What is your 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






[JIRA] (JENKINS-15287) Null pointer exception from ValgrindPublisher

2012-09-24 Thread rit...@roguewave.com (JIRA)














































David Ritter
 created  JENKINS-15287


Null pointer exception from ValgrindPublisher















Issue Type:


Bug



Affects Versions:


current



Assignee:


Johannes Ohlemacher



Components:


valgrind



Created:


24/Sep/12 2:09 PM



Description:


We upgraded to the latest Valgrind plugin and started seeing the following exception:


ERROR: Publisher org.jenkinsci.plugins.valgrind.ValgrindPublisher aborted due to exception
java.lang.NullPointerException
	at org.jenkinsci.plugins.valgrind.ValgrindPublisher.perform(ValgrindPublisher.java:115)
	at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:36)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:717)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:692)
	at hudson.model.Build$BuildExecution.post2(Build.java:183)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:639)
	at hudson.model.Run.execute(Run.java:1527)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:236)



I don't have data yet to give you a testcase to help reproduce this issue.  I will attempt to obtain it later today.




Project:


Jenkins



Priority:


Critical



Reporter:


David Ritter

























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






[JIRA] (JENKINS-15278) Diskspace Notification

2012-09-24 Thread slide.o....@gmail.com (JIRA)















































Slide-O-Mix
 resolved  JENKINS-15278 as Not A Defect


Diskspace Notification
















Why was this filed as an issue rather than just posted to the mailing list? Only ONE person will see this when filed as an issue.





Change By:


Slide-O-Mix
(24/Sep/12 2:19 PM)




Status:


Open
Resolved





Resolution:


NotADefect



























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






[JIRA] (JENKINS-15288) JAVA_HOME env variable not populating path to JDK installation

2012-09-24 Thread cjaeh...@me.com (JIRA)














































Chris Jaehnen
 created  JENKINS-15288


JAVA_HOME env variable not populating path to JDK installation















Issue Type:


Bug



Affects Versions:


current



Assignee:


Unassigned


Components:


javanet



Created:


24/Sep/12 2:33 PM



Description:


When performing a build on a Maven project, the build gets the following error:

ERROR: Failed to parse POMs
java.io.IOException: Cannot run program "/bin/java" (in directory "E:\Program Files\Jenkins\jobs\GAFRI ESB\workspace"): CreateProcess error=2, The system cannot find the file specified

We have JAVA_HOME set as a system environment variable and it used to configured the path to the JDK installation. This worked until recently. The environment variable is no longer being populated for Maven project.




Environment:


Windows Server 2008 R2




Project:


Jenkins



Priority:


Major



Reporter:


Chris Jaehnen

























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






[JIRA] (JENKINS-15285) scm-sync-configuration upgrade from 0.0.5 to 0.0.6 results in NullPointerException

2012-09-24 Thread kas...@duhn.net (JIRA)














































Kasper Duhn
 commented on  JENKINS-15285


scm-sync-configuration upgrade from 0.0.5 to 0.0.6 results in NullPointerException















Jenkins ver. 1.482



























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






[JIRA] (JENKINS-15289) 3.0 is incompatible

2012-09-24 Thread nicolas.del...@gmail.com (JIRA)














































Nicolas De Loof
 created  JENKINS-15289


3.0 is incompatible















Issue Type:


Bug



Assignee:


Bruno P. Kinoshita



Components:


ccm



Created:


24/Sep/12 3:21 PM



Description:


after upgrade to 3.0, jobs can't load :

WARNING: Failed to resolve class 
com.thoughtworks.xstream.mapper.CannotResolveClassException: hudson.plugins.ccm.CCMBuildAction

backward compatibility should be preserved with some conversion code.




Project:


Jenkins



Priority:


Major



Reporter:


Nicolas De Loof

























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






[JIRA] (JENKINS-15290) Query and Trigger Gerrit Patches shows nothing

2012-09-24 Thread werni...@java.net (JIRA)














































wernight
 created  JENKINS-15290


Query and Trigger Gerrit Patches shows nothing















Issue Type:


Bug



Assignee:


rsandell



Components:


gerrit-trigger



Created:


24/Sep/12 3:48 PM



Description:


"Query and Trigger Gerrit Patches" for "is:open" now displays nothing. Restarting Jenkins and Gerrit but still nothing.

However the triggers work properly.
The access right should not have changed.
The only thing that changed is the SSH public hash ID which has been updated in Jenkins and works everywhere else.

Upgraded to Gerrit 2.5, still same issue.




Project:


Jenkins



Priority:


Major



Reporter:


wernight

























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






[JIRA] (JENKINS-13928) bad version number at offiset=6

2012-09-24 Thread c...@praqma.net (JIRA)















































Christian Wolfgang
 resolved  JENKINS-13928 as Cannot Reproduce


bad version number at offiset=6
















Change By:


Christian Wolfgang
(24/Sep/12 3:49 PM)




Status:


Open
Resolved





Resolution:


CannotReproduce



























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






[JIRA] (JENKINS-14039) Scan-build can be used without xcode

2012-09-24 Thread russell.gal...@gmail.com (JIRA)














































Russell Gallop
 commented on  JENKINS-14039


Scan-build can be used without xcode















I agree this would be good.

You can get it to work in a way. The publisher looks for reports in the folder clangScanBuildReports so you should make that the output folder for scan-build. e.g.:

scan-build -o clangScanBuildReports make

In practice it does not work well with multiple scan-build commands because it moves report files from the datestamped folder up a directory. Therefore you have to move the other html files up a directory too. e.g.:

scan-build -o clangScanBuildReports ./configure
scan-build -o clangScanBuildReports make
mv clangScanBuildReports//report.html clangScanBuildReports



























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






[JIRA] (JENKINS-15287) Null pointer exception from ValgrindPublisher

2012-09-24 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-15287


Null pointer exception from ValgrindPublisher















Code changed in jenkins
User: Johannes Ohlemacher
Path:
 src/main/java/org/jenkinsci/plugins/valgrind/ValgrindPublisher.java
http://jenkins-ci.org/commit/valgrind-plugin/2272b12ec662afb0a158e64c33b5e289534fc1bf
Log:
  JENKINS-15287: fixed npe on empty error 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






[JIRA] (JENKINS-15291) Out of heap space when publishing clang scan-build errors on large project

2012-09-24 Thread russell.gal...@gmail.com (JIRA)














































Russell Gallop
 created  JENKINS-15291


Out of heap space when publishing clang scan-build errors on large project















Issue Type:


Bug



Affects Versions:


current



Assignee:


Josh Kennedy



Components:


clang-scanbuild, plugin



Created:


24/Sep/12 4:31 PM



Description:


I am building a large project with a lot of clang errors and get the following output:

Publishing Clang scan-build results
FATAL: Java heap space
java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOfRange(Arrays.java:3209)
at java.lang.String.init(String.java:215)
at java.lang.StringBuffer.toString(StringBuffer.java:585)
at java.io.StringWriter.toString(StringWriter.java:193)
at org.apache.commons.io.IOUtils.toString(IOUtils.java:360)
at hudson.FilePath.readToString(FilePath.java:1430)
at jenkins.plugins.clangscanbuild.publisher.ClangScanBuildPublisher.createBugInstance(ClangScanBuildPublisher.java:193)
at jenkins.plugins.clangscanbuild.publisher.ClangScanBuildPublisher.createBugFromClangScanBuildHtml(ClangScanBuildPublisher.java:128)
at jenkins.plugins.clangscanbuild.publisher.ClangScanBuildPublisher.perform(ClangScanBuildPublisher.java:104)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:710)
at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:685)
at hudson.model.Build$RunnerImpl.post2(Build.java:162)
at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:632)
at hudson.model.Run.run(Run.java:1459)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:239)

I have 3404 clang error files, totalling about 2.4 GB. The largest is 4.7 MB. It looks from the source code like it is loading the html files into a string one by one when it does this. I have specified 4 GB of stack space and think that this should be enough!

4 GB of heap is enough for a subset of my project producing 1691 clang html files, totalling 1.2 GB. The largest of these is also 4.7 MB so I don't think that is the issue.




Environment:


Ubuntu




Project:


Jenkins



Labels:


plugins




Priority:


Major



Reporter:


Russell Gallop

























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






[JIRA] (JENKINS-15029) Update of MSBuild plugin to 1.15 causes Parameterized trigger plugin to fail.

2012-09-24 Thread glit...@sunwaptasolutions.com (JIRA)














































Glen Little
 commented on  JENKINS-15029


Update of MSBuild plugin to 1.15 causes Parameterized trigger plugin to fail.















Please don't set the issue to Resolved if you don't understand it! Ask more questions if you need to, but the original description and the comments seem clear - "Using the %SOURCE% variable format doesn't work."



























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






[JIRA] (JENKINS-9397) TarArchiver and ZipArchiver don't preserve file permissions

2012-09-24 Thread bbaj...@gmail.com (JIRA)














































Barisa Obradovic
 commented on  JENKINS-9397


TarArchiver and ZipArchiver dont preserve file permissions















I've cloned the current version of the jenkins to https://github.com/bbaja42/jenkins.

Junit test for this bug fails the build, 


Failed tests:   permission(hudson.util.io.TarArchiverTest): expected:33261 but was:33206
  testCopyToWithPermission(hudson.FilePathTest): expected:33060 but was:33206
  testSymlink(hudson.UtilTest): expected:012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567 but was:null


mvn -version

Apache Maven 3.0.4
Maven home: /usr/share/maven
Java version: 1.6.0_24, vendor: Sun Microsystems Inc.
Java home: /usr/lib/jvm/java-6-openjdk-i386/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.2.0-31-generic-pae", arch: "i386", family: "unix"



























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






[JIRA] (JENKINS-15265) Assumes default shell is bourne shell or bash and can not set jenkins environment varaibles if another shell

2012-09-24 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-15265


Assumes default shell is bourne shell or bash and can not set jenkins environment varaibles if another shell















Code changed in jenkins
User: Edmund Wagner
Path:
 src/main/java/org/jvnet/hudson/plugins/VariableReplacerUtil.java
http://jenkins-ci.org/commit/ssh-plugin/d4dc43df6ec8eddadbaf5a20fecc93f4d3ef0542
Log:
  fixed JENKINS-15265
do not export variables, just set them































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






Purchase

2012-09-24 Thread Jeff Willson
HELLO,

I AM JEFF WILSON AND I WILL LIKE TO KNOW IF YOU CARRY (PAD LOCK)FOR SALE.AND IF 
YES,REPLY ME BACK WITH YOUR WEBSITE SO THAT I CAN SELECT THE ONE THAT I WILL 
LIKE TO ORDER,ALSO I AM SHIPPING THE (PAD LOCK) TO ONE OF MY COMPANY IN RUSSIA 
AND I WILL RECOMMEND A FREIGHT COMPANY FOR THE PICKED UP..THANK YOU AND HOPE TO 
HEAR FROM YOU SOON.

THANK YOU ... 


[JIRA] (JENKINS-15265) Assumes default shell is bourne shell or bash and can not set jenkins environment varaibles if another shell

2012-09-24 Thread m...@edmund-wagner.de (JIRA)















































edmund_wagner
 closed  JENKINS-15265 as Fixed


Assumes default shell is bourne shell or bash and can not set jenkins environment varaibles if another shell
















fixed in ssh plugin 2.3





Change By:


edmund_wagner
(24/Sep/12 5:55 PM)




Status:


Open
Closed





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






[JIRA] (JENKINS-14590) Redeploy Artifacts needs to executed for each module when it used redeploy all modules

2012-09-24 Thread jeff.maxw...@gmail.com (JIRA)














































Jeff Maxwell
 updated  JENKINS-14590


Redeploy Artifacts needs to executed for each module when it used redeploy all modules
















Change By:


Jeff Maxwell
(24/Sep/12 6:01 PM)




Environment:


1.
472
461andAbove





Description:


Formerlyyou
Inversionspriorto1.461one
couldredeployallartifactsofabuild
withoneclick,nowyouneedtoredeployeachmoduleseparately
fromthebuildpagefromtheRedeployArtifactsbutton
.In
1.461andabovetheRedeployArtifactsbuttonnolongerappearsontherootbuildpageandonlyappearsoneachcomponentpage.Thisappearstobecausedthissection:{code}hudson.maven.reporters.MavenAggregatedArtifactRecordrecords/parentreference=../../..//hudson.maven.reporters.MavenAggregatedArtifactRecord{code}nolongerappearinginthebuild.xml.Thisbugmakesredeployinglarge
multi-moduleprojects
thisisimpossible.
problematic,complicatingpromotionofabuildfromastagingtoareleaserepository



























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






[JIRA] (JENKINS-14590) Redeploy Artifacts needs to executed for each module when it used redeploy all modules

2012-09-24 Thread jeff.maxw...@gmail.com (JIRA)














































Jeff Maxwell
 commented on  JENKINS-14590


Redeploy Artifacts needs to executed for each module when it used redeploy all modules















This is blocking us from migrating to newer versions of Jenkins.



























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






[JIRA] (JENKINS-4740) 404 when not logged in when clicking link in hudson-e-mail

2012-09-24 Thread anomalou...@gmail.com (JIRA)














































David Porter
 commented on  JENKINS-4740


404 when not logged in when clicking link in hudson-e-mail















Removing Read Overall  Anonymous worked as a fix for me.

Thank you btosabre!



























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






[JIRA] (JENKINS-15022) Pruning of poll logs

2012-09-24 Thread c...@praqma.net (JIRA)















































Christian Wolfgang
 resolved  JENKINS-15022 as Fixed


Pruning of poll logs
















Change By:


Christian Wolfgang
(24/Sep/12 8:31 PM)




Status:


Open
Resolved





Resolution:


Fixed



























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






[JIRA] (JENKINS-15147) Make use of FileCallableWrapperFactory

2012-09-24 Thread c...@praqma.net (JIRA)















































Christian Wolfgang
 resolved  JENKINS-15147 as Fixed


Make use of FileCallableWrapperFactory 
















Change By:


Christian Wolfgang
(24/Sep/12 8:30 PM)




Status:


Open
Resolved





Resolution:


Fixed



























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






[JIRA] (JENKINS-15287) Null pointer exception from ValgrindPublisher

2012-09-24 Thread johannes.ohlemac...@googlemail.com (JIRA)















































Johannes Ohlemacher
 resolved  JENKINS-15287 as Fixed


Null pointer exception from ValgrindPublisher
















fixed with version 0.17, sorry for the trouble 





Change By:


Johannes Ohlemacher
(24/Sep/12 9:11 PM)




Status:


Open
Resolved





Resolution:


Fixed



























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






[JIRA] (JENKINS-15029) Update of MSBuild plugin to 1.15 causes Parameterized trigger plugin to fail.

2012-09-24 Thread gregory.boissi...@gmail.com (JIRA)














































Gregory Boissinot
 commented on  JENKINS-15029


Update of MSBuild plugin to 1.15 causes Parameterized trigger plugin to fail.















It seems to work fine in my environment.
Please could you check again with the last 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






[JIRA] (JENKINS-15037) Option to consider only stable builds when calculating new warnings

2012-09-24 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-15037


Option to consider only stable builds when calculating new warnings















Code changed in jenkins
User: Ulli Hafner
Path:
 src/main/java/hudson/plugins/analysis/core/AbstractProjectAction.java
 src/main/java/hudson/plugins/analysis/core/AnnotationsAggregator.java
 src/main/java/hudson/plugins/analysis/core/BuildHistory.java
 src/main/java/hudson/plugins/analysis/core/BuildResult.java
 src/main/java/hudson/plugins/analysis/core/HealthAwarePublisher.java
 src/main/java/hudson/plugins/analysis/core/HealthAwareRecorder.java
 src/main/java/hudson/plugins/analysis/core/HealthAwareReporter.java
 src/main/java/hudson/plugins/analysis/core/NullBuildHistory.java
 src/test/java/hudson/plugins/analysis/core/BuildHistoryTest.java
http://jenkins-ci.org/commit/analysis-core-plugin/e9fbcb2fc9769f9cde9f073be92c39525b64e635
Log:
  JENKINS-15037 Added flag to consider stable reference builds only.





























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






[JIRA] (JENKINS-15037) Option to consider only stable builds when calculating new warnings

2012-09-24 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-15037


Option to consider only stable builds when calculating new warnings















Code changed in jenkins
User: Ulli Hafner
Path:
 src/main/resources/util/thresholds_de.properties
http://jenkins-ci.org/commit/analysis-core-plugin/fa56e0b8a18c476e956da4f071daab813cf2d780
Log:
  JENKINS-15037 Added flag to consider stable reference builds only.





























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






[JIRA] (JENKINS-15037) Option to consider only stable builds when calculating new warnings

2012-09-24 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-15037


Option to consider only stable builds when calculating new warnings















Code changed in jenkins
User: Ulli Hafner
Path:
 src/main/java/hudson/plugins/checkstyle/CheckStyleAnnotationsAggregator.java
 src/main/java/hudson/plugins/checkstyle/CheckStyleMavenResult.java
 src/main/java/hudson/plugins/checkstyle/CheckStyleMavenResultAction.java
 src/main/java/hudson/plugins/checkstyle/CheckStylePublisher.java
 src/main/java/hudson/plugins/checkstyle/CheckStyleReporter.java
 src/main/java/hudson/plugins/checkstyle/CheckStyleReporterResult.java
 src/main/java/hudson/plugins/checkstyle/CheckStyleResult.java
http://jenkins-ci.org/commit/checkstyle-plugin/3839a1d61430a3d0d878d54d75b7e40e15d3de02
Log:
  JENKINS-15037 Added flag to consider stable reference builds only.





























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






[JIRA] (JENKINS-12861) klocwork - update to recognize 9.5.x xml schema

2012-09-24 Thread gregory.boissi...@gmail.com (JIRA)















































Gregory Boissinot
 resolved  JENKINS-12861 as Fixed


klocwork - update to recognize 9.5.x xml schema
















Change By:


Gregory Boissinot
(24/Sep/12 9:37 PM)




Status:


Open
Resolved





Resolution:


Fixed



























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






[JIRA] (JENKINS-15284) Selenium hub doesn't work on a server with multiple interface

2012-09-24 Thread lavoie.rich...@gmail.com (JIRA)














































Richard Lavoie
 commented on  JENKINS-15284


Selenium hub doesnt work on a server with multiple interface















what do you see when you check in the logs of jenkins ? any errors ?

What's the output ewhen you do a "netstat -nlp" ?



























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






[JIRA] (JENKINS-15278) Diskspace Notification

2012-09-24 Thread a...@odecee.com.au (JIRA)














































Alvin Oh
 commented on  JENKINS-15278


Diskspace Notification















I do applogise as i dont know where this for the Jenkins community. Can you please redirect me to the correct place? Thanks.



























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






[JIRA] (JENKINS-15278) Diskspace Notification

2012-09-24 Thread a...@odecee.com.au (JIRA)












































 
Alvin Oh
 edited a comment on  JENKINS-15278


Diskspace Notification
















I do applogise as i dont know where to place this for the Jenkins community. Can you please redirect me to the correct place? Thanks.



























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






[JIRA] (JENKINS-15278) Diskspace Notification

2012-09-24 Thread slide.o....@gmail.com (JIRA)














































Slide-O-Mix
 commented on  JENKINS-15278


Diskspace Notification















There is a jenkins-user group on google groups.



























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






[JIRA] (JENKINS-15278) Diskspace Notification

2012-09-24 Thread a...@odecee.com.au (JIRA)














































Alvin Oh
 commented on  JENKINS-15278


Diskspace Notification















Thank you. Do u want to close 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






[JIRA] (JENKINS-15278) Diskspace Notification

2012-09-24 Thread slide.o....@gmail.com (JIRA)















































Slide-O-Mix
 closed  JENKINS-15278 as Not A Defect


Diskspace Notification
















Change By:


Slide-O-Mix
(24/Sep/12 11:27 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






[JIRA] (JENKINS-14173) Strange character on page: Â

2012-09-24 Thread dmeibu...@java.net (JIRA)














































dmeibusch
 commented on  JENKINS-14173


Strange character on page: Â















We see this often on v1.480 (and have seen it in pretty much every version since mid-400s, maybe)
Client: Chrome  Firefox (windoze xp,7)
Server: Linux, Tomcat 6.0.24

Refresh the page and it goes away.



























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






[JIRA] (JENKINS-14173) Strange character on page: Â

2012-09-24 Thread dmeibu...@java.net (JIRA)












































 
dmeibusch
 edited a comment on  JENKINS-14173


Strange character on page: Â
















We see this often on v1.480 (and have seen it in pretty much every version since mid-400s, maybe)
Client: Chrome  Firefox (windoze xp,7)
Server: Linux, Tomcat 6.0.24 (LANG=en_US.utf8)

Refresh the page and it goes away.



























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