[JIRA] [copyartifact] (JENKINS-24887) Workflow support of Copyartifact

2014-09-27 Thread de...@ikedam.jp (JIRA)














































ikedam
 created  JENKINS-24887


Workflow support of Copyartifact















Issue Type:


Improvement



Assignee:


Unassigned


Components:


copyartifact



Created:


27/Sep/14 6:01 AM



Description:


With supporting SimpleBuildStep introduced in Jenkins 1.577...

(copied from https://github.com/jenkinsci/copyartifact-plugin/pull/43)
Atm, it works using the base 'step' step (i.e. you need to specify the $class) e.g.

node('master') {
  // Do stuff
  step($class: 'hudson.plugins.copyartifact.CopyArtifact', projectName: 'project1', filter: 'hellothere.txt')
  // More stuff
}


Once the workflow apis are published  we can build a dedicated step for this, it would look something like the following:


node('master') {
  // Do stuff
  copy(projectName: 'project1', filter: 'hellothere.txt')
  // More stuff
}





Project:


Jenkins



Priority:


Major



Reporter:


ikedam

























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







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


[JIRA] [copyartifact] (JENKINS-24888) Complete runtime permission check of Copyartifact

2014-09-27 Thread de...@ikedam.jp (JIRA)














































ikedam
 created  JENKINS-24888


Complete runtime permission check of Copyartifact















Issue Type:


Improvement



Assignee:


Unassigned


Components:


copyartifact



Created:


27/Sep/14 6:07 AM



Description:


Copyartifact performs permission checks only when projects to copy from are specified with variables: See https://wiki.jenkins-ci.org/display/JENKINS/Copy+Artifact+Plugin#CopyArtifactPlugin-Permissionstocopyartifact

This is misleading, users are often confused and that results in many JIRA issues.

As the latest Jenkins provides a more flexible authorization model (QueueItemAuthenticator), it's time for copyartifact to check permissions even for projects specified without variables.




Project:


Jenkins



Priority:


Major



Reporter:


ikedam

























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







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


[JIRA] [copyartifact] (JENKINS-24889) Copyartifact should output more verbose messages

2014-09-27 Thread de...@ikedam.jp (JIRA)














































ikedam
 created  JENKINS-24889


Copyartifact should output more verbose messages















Issue Type:


Improvement



Assignee:


Unassigned


Components:


copyartifact



Created:


27/Sep/14 6:09 AM



Description:


Add an option to have outputs like "build XXX is skipped for unstable".

There are often JIRA issues "the build wasn't properly selected", but there's no way to diagnose that.




Project:


Jenkins



Priority:


Major



Reporter:


ikedam

























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







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


[JIRA] [copyartifact] (JENKINS-24890) BuildFilter-based configuration for Copyartifact

2014-09-27 Thread de...@ikedam.jp (JIRA)














































ikedam
 created  JENKINS-24890


BuildFilter-based configuration for Copyartifact















Issue Type:


New Feature



Assignee:


Unassigned


Components:


copyartifact



Created:


27/Sep/14 6:11 AM



Description:


Copyartifact provides BuildSelector and BuildFilter as mechanisms to select a build to copy from.
But it mainly uses only BuildSelector.

BuildFilter-based configuration would allow more flexible build specifications such as: the last completed build that is unstable or more AND a downstream of build XXX AND its parameter FOO is BAR or BAZ.




Project:


Jenkins



Priority:


Major



Reporter:


ikedam

























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







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


[JIRA] [copyartifact] (JENKINS-24891) Remove FilePathCopyMethod from copyartifact

2014-09-27 Thread de...@ikedam.jp (JIRA)














































ikedam
 created  JENKINS-24891


Remove FilePathCopyMethod from copyartifact















Issue Type:


New Feature



Assignee:


Unassigned


Components:


copyartifact



Created:


27/Sep/14 6:13 AM



Description:


Copyartifact provides an extension point Copier which is to implement file copying operations.

But it doesn't provide an interface to switch them,
and it's only confusing to developers.

Especially, FilePathCopyMethod, an old implementation for Copier is no longer used, and not tested at all.
We should remove that. 




Project:


Jenkins



Priority:


Minor



Reporter:


ikedam

























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







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


[JIRA] [copyartifact] (JENKINS-24892) Copyartifact 2.0

2014-09-27 Thread de...@ikedam.jp (JIRA)














































ikedam
 created  JENKINS-24892


Copyartifact 2.0















Issue Type:


New Feature



Assignee:


ikedam



Components:


copyartifact



Created:


27/Sep/14 6:14 AM



Description:


I plan to start to develop Copyartifact 2.0 with major changes which may no longer preserve compatibility from 1.X.




Project:


Jenkins



Priority:


Major



Reporter:


ikedam

























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







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


[JIRA] [git] (JENKINS-24879) Git Plugin env variable resolution not working in Git Publisher

2014-09-27 Thread tobias.scha...@gmx.de (JIRA)














































tobias schaber
 commented on  JENKINS-24879


Git Plugin env variable resolution not working in Git Publisher















Hi Mark,

First: Sorry for not finding the duplicate entry. Thank you for your Response, it works. Great. You helped me over!

Kind regards,
Tobias



























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







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


[JIRA] [git] (JENKINS-24879) Git Plugin env variable resolution not working in Git Publisher

2014-09-27 Thread tobias.scha...@gmx.de (JIRA)















































tobias schaber
 resolved  JENKINS-24879 as Duplicate


Git Plugin env variable resolution not working in Git Publisher
















Change By:


tobias schaber
(27/Sep/14 8:25 AM)




Status:


Open
Resolved





Resolution:


Duplicate



























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







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


[JIRA] [mailer] (JENKINS-24885) SMTP authentication not working from jenkins version 1.576

2014-09-27 Thread dan...@beckweb.net (JIRA)















































Daniel Beck
 resolved  JENKINS-24885 as Duplicate


SMTP authentication not working from jenkins version 1.576
















Duplicates JENKINS-24214, which should be fixed in Mailer Plugin 1.11.





Change By:


Daniel Beck
(27/Sep/14 9:32 AM)




Status:


Open
Resolved





Resolution:


Duplicate



























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







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


[JIRA] [core] (JENKINS-24842) Add progress to artifact archiver

2014-09-27 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-24842


Add progress to artifact archiver















That is not going to be feasible any time soon, as the default artifact archiver reuses FilePath.copyRecursiveTo, and that doesn't support writing informational messages.



























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







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


[JIRA] [maven] (JENKINS-4428) Security leak - password parameters are visible

2014-09-27 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 updated  JENKINS-4428


Security leak - password parameters are visible
















This issue is about the MavenProbeAction in Maven Project Plugin, so assigning that as component.





Change By:


Daniel Beck
(27/Sep/14 9:38 AM)




Component/s:


maven





Component/s:


security





Component/s:


core





Component/s:


mask-passwords



























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







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


[JIRA] [crowd2] (JENKINS-24884) Unable to use SSO with Jenkins + Crowd

2014-09-27 Thread gentoo.inte...@gmail.com (JIRA)














































Kanstantsin Shautsou
 commented on  JENKINS-24884


Unable to use SSO with Jenkins + Crowd















Hi, could you check closed issues? There was some issues before but they are all were closed by requestor after setting right proxy and other settings.
Plus add in jenkins configuration logger for crowd and jenkins/hudson.security, acegi classes to collect debug info. And open in chrome debug console and check in network connection requested/accepted "cookies" tab.



























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







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


[JIRA] [job-dsl-plugin] (JENKINS-22708) JobDSL Plugin can produce never ending jobs (resource leak)

2014-09-27 Thread m...@daniel-spilker.com (JIRA)














































Daniel Spilker
 commented on  JENKINS-22708


JobDSL Plugin can produce never ending jobs (resource leak)















The problem is that properties collects all properties of the job object, so all getter methods get called. Unfortunately, also getXml() is called which generates the config XML for the job. And there starts the recursion because to generated the XML, all configure block will be evaluated. And the configure block will try to generated the XML which calls the configure block and so on.

As a workaround I tried to make the "Process Job DSLs" step abortable by checking the thread's interrupted flag and throwing a InterruptedException. But that didn't work because the exception is caught somewhere and never aborts the build step.

Another solution would be to rename getXml() and getNode() to createXml() and createNode(). That would change the API, but will break the recursion since properties no longer causes the XML to be generated.



























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







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


[JIRA] [git-client] (JENKINS-24864) java.lang.ClassNotFoundException: hudson.matrix.MatrixBuild

2014-09-27 Thread ricardo.riba...@gmail.com (JIRA)












































 
Ricardo Ribalda
 edited a comment on  JENKINS-24864


java.lang.ClassNotFoundException: hudson.matrix.MatrixBuild
















I have tried with matrix-project and git plugin enabled, and still no luck. Check the attached log. There is already a debian bug related to this https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762798

If I downgrade, everything works again. Maybe another missing plugin?


Running from: /usr/share/jenkins/jenkins.war
Sep 26, 2014 9:37:03 AM winstone.Logger logInternal
INFO: Beginning extraction from war file
Sep 26, 2014 9:37:03 AM org.eclipse.jetty.util.log.JavaUtilLog info
INFO: jetty-8.y.z-SNAPSHOT
Sep 26, 2014 9:37:04 AM org.eclipse.jetty.util.log.JavaUtilLog info
INFO: NO JSP Support for , did not find org.apache.jasper.servlet.JspServlet
Jenkins home directory: /var/lib/jenkins found at: EnvVars.masterEnvVars.get("JENKINS_HOME")
Sep 26, 2014 9:37:04 AM org.eclipse.jetty.util.log.JavaUtilLog info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Sep 26, 2014 9:37:04 AM winstone.Logger logInternal
INFO: Winstone Servlet Engine v2.0 running: controlPort=disabled
Sep 26, 2014 9:37:04 AM jenkins.InitReactorRunner$1 onAttained
INFO: Started initialization
Sep 26, 2014 9:37:04 AM jenkins.InitReactorRunner$1 onAttained
INFO: Listed all plugins
Sep 26, 2014 9:37:04 AM jenkins.InitReactorRunner$1 onAttained
INFO: Prepared all plugins
Sep 26, 2014 9:37:04 AM jenkins.InitReactorRunner$1 onAttained
INFO: Started all plugins
Sep 26, 2014 9:37:04 AM jenkins.InitReactorRunner$1 onAttained
INFO: Augmented all extensions
Sep 26, 2014 9:37:06 AM jenkins.InitReactorRunner$1 onTaskFailed
SEVERE: Failed Loading job Altium Database to Sqlite
java.lang.ClassCastException: java.util.Vector cannot be cast to hudson.util.DescribableList
	at hudson.model.AbstractProject.triggers(AbstractProject.java:339)
	at hudson.model.AbstractProject.onLoad(AbstractProject.java:322)
	at hudson.model.Project.onLoad(Project.java:90)
	at hudson.model.Items.load(Items.java:273)
	at jenkins.model.Jenkins$18.run(Jenkins.java:2587)
	at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:169)
	at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:282)
	at jenkins.model.Jenkins$7.runTask(Jenkins.java:900)
	at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:210)
	at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)

Sep 26, 2014 9:37:06 AM jenkins.InitReactorRunner$1 onTaskFailed
SEVERE: Failed Loading job AXI_LX100T_CMOSIF-multi-12b-xformlegacy
java.lang.ClassCastException: java.util.Vector cannot be cast to hudson.util.DescribableList
	at hudson.model.AbstractProject.triggers(AbstractProject.java:339)
	at hudson.model.AbstractProject.onLoad(AbstractProject.java:322)
	at hudson.model.Project.onLoad(Project.java:90)
	at hudson.model.Items.load(Items.java:273)
	at jenkins.model.Jenkins$18.run(Jenkins.java:2587)
	at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:169)
	at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:282)
	at jenkins.model.Jenkins$7.runTask(Jenkins.java:900)
	at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:210)
	at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)




























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







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


[JIRA] [git-client] (JENKINS-24864) java.lang.ClassNotFoundException: hudson.matrix.MatrixBuild

2014-09-27 Thread ricardo.riba...@gmail.com (JIRA)














































Ricardo Ribalda
 commented on  JENKINS-24864


java.lang.ClassNotFoundException: hudson.matrix.MatrixBuild















I have tried with matrix-project and git plugin enabled, and still no luck. Check the attached log. There is already a debian bug related to this https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=762798

If I downgrade, everything works again


Running from: /usr/share/jenkins/jenkins.war
Sep 26, 2014 9:37:03 AM winstone.Logger logInternal
INFO: Beginning extraction from war file
Sep 26, 2014 9:37:03 AM org.eclipse.jetty.util.log.JavaUtilLog info
INFO: jetty-8.y.z-SNAPSHOT
Sep 26, 2014 9:37:04 AM org.eclipse.jetty.util.log.JavaUtilLog info
INFO: NO JSP Support for , did not find org.apache.jasper.servlet.JspServlet
Jenkins home directory: /var/lib/jenkins found at: EnvVars.masterEnvVars.get("JENKINS_HOME")
Sep 26, 2014 9:37:04 AM org.eclipse.jetty.util.log.JavaUtilLog info
INFO: Started SelectChannelConnector@0.0.0.0:8080
Sep 26, 2014 9:37:04 AM winstone.Logger logInternal
INFO: Winstone Servlet Engine v2.0 running: controlPort=disabled
Sep 26, 2014 9:37:04 AM jenkins.InitReactorRunner$1 onAttained
INFO: Started initialization
Sep 26, 2014 9:37:04 AM jenkins.InitReactorRunner$1 onAttained
INFO: Listed all plugins
Sep 26, 2014 9:37:04 AM jenkins.InitReactorRunner$1 onAttained
INFO: Prepared all plugins
Sep 26, 2014 9:37:04 AM jenkins.InitReactorRunner$1 onAttained
INFO: Started all plugins
Sep 26, 2014 9:37:04 AM jenkins.InitReactorRunner$1 onAttained
INFO: Augmented all extensions
Sep 26, 2014 9:37:06 AM jenkins.InitReactorRunner$1 onTaskFailed
SEVERE: Failed Loading job Altium Database to Sqlite
java.lang.ClassCastException: java.util.Vector cannot be cast to hudson.util.DescribableList
	at hudson.model.AbstractProject.triggers(AbstractProject.java:339)
	at hudson.model.AbstractProject.onLoad(AbstractProject.java:322)
	at hudson.model.Project.onLoad(Project.java:90)
	at hudson.model.Items.load(Items.java:273)
	at jenkins.model.Jenkins$18.run(Jenkins.java:2587)
	at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:169)
	at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:282)
	at jenkins.model.Jenkins$7.runTask(Jenkins.java:900)
	at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:210)
	at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)

Sep 26, 2014 9:37:06 AM jenkins.InitReactorRunner$1 onTaskFailed
SEVERE: Failed Loading job AXI_LX100T_CMOSIF-multi-12b-xformlegacy
java.lang.ClassCastException: java.util.Vector cannot be cast to hudson.util.DescribableList
	at hudson.model.AbstractProject.triggers(AbstractProject.java:339)
	at hudson.model.AbstractProject.onLoad(AbstractProject.java:322)
	at hudson.model.Project.onLoad(Project.java:90)
	at hudson.model.Items.load(Items.java:273)
	at jenkins.model.Jenkins$18.run(Jenkins.java:2587)
	at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:169)
	at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:282)
	at jenkins.model.Jenkins$7.runTask(Jenkins.java:900)
	at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:210)
	at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)




























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







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


[JIRA] [git-client] (JENKINS-24864) java.lang.ClassNotFoundException: hudson.matrix.MatrixBuild

2014-09-27 Thread ebo...@apache.org (JIRA)












































 
Emmanuel Bourg
 edited a comment on  JENKINS-24864


java.lang.ClassNotFoundException: hudson.matrix.MatrixBuild
















Hi, I'm the one who packaged the latest version of Jenkins in Debian. There is notable difference with the package from the Debian repository vs the one downloaded from the jenkins-ci.org site, it's installed with no plugin enabled. We haven't managed to package all the default plugins yet. So if a plugin assumes another one is installed by default and doesn't declare the dependency explicitly, it may cause such issues.

The ClassCastException exception is a Debian specific issue which is going to be resolved (bytecode-compatibility-transformer isn't available in Debian yet, we patched the code around this issue in the meantime but it seems to be 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/d/optout.


[JIRA] [git-client] (JENKINS-24864) java.lang.ClassNotFoundException: hudson.matrix.MatrixBuild

2014-09-27 Thread ebo...@apache.org (JIRA)














































Emmanuel Bourg
 commented on  JENKINS-24864


java.lang.ClassNotFoundException: hudson.matrix.MatrixBuild















Hi, I'm the one who packaged the latest version of Jenkins in Debian. There is notable difference with the package from the Debian repository vs the one downloaded from the jenkins-ci.org site, it's installed with no plugin enabled. We haven't manage to package all the default plugins yet. So if a plugin assumes another one is installed by default and doesn't declare the dependency explicitly, it may cause such issues.

The ClassCastException exception is a Debian specific issue which is going to be resolved (bytecode-compatibility-transformer isn't available in Debian yet, we patched the code around this issue in the meantime but it seems to be 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/d/optout.


[JIRA] [git-client] (JENKINS-24864) java.lang.ClassNotFoundException: hudson.matrix.MatrixBuild

2014-09-27 Thread mark.earl.wa...@gmail.com (JIRA)














































Mark Waite
 commented on  JENKINS-24864


java.lang.ClassNotFoundException: hudson.matrix.MatrixBuild















I am unable to duplicate the problem.  The steps I took included:


	Login to my Debian Jessie x64 machine
	Remove the .jenkins directory (rm -rf .jenkins)
	Start /usr/share/jenkins/jenkins.war (java -jar /usr/share/jenkins/jenkins.war --httpPort=9090)
	Browse to Jenkins Configure System page (http://jessie64a:9090/configure), confirm it is well behaved
	Refresh the Jenkins plugin list from update center (Check Now button at http://jessie64a:9090/pluginManager/advanced)
	Installed the latest versions of all the plugin updates detected
	Restart Jenkins
	Install additional plugins (git, git parameter, and more)
	Restart Jenkins
	Browse to Jenkins Configure System page (http://jessie64a:9090/configure), confirm it is well behaved
	Disable git-client plugin
	Restart Jenkins
	Browse to Jenkins Configure System page (http://jessie64a:9090/configure), confirm it is well behaved



For reference, the contents of my .jenkins/plugins directory is:


ant   git.jpimapdb-api  ssh-credentials.bak
antisamy-markup-formatter git-parameter  mapdb-api.jpi  ssh-credentials.jpi
antisamy-markup-formatter.bak git-parameter.jpi  matrix-authssh-credentials.jpi.pinned
antisamy-markup-formatter.jpi instant-messaging  matrix-auth.bakssh-slaves
antisamy-markup-formatter.jpi.pinned  instant-messaging.jpi  matrix-auth.jpissh-slaves.bak
ant.jpi   ircbot matrix-auth.jpi.pinned ssh-slaves.jpi
credentials   ircbot.jpi matrix-project ssh-slaves.jpi.pinned
credentials.bak   javadocmatrix-project.bak subversion
credentials.jpi   javadoc.bakmatrix-project.jpi subversion.bak
credentials.jpi.pinnedjavadoc.jpimatrix-project.jpi.pinned  subversion.jpi
cvs   javadoc.jpi.pinned maven-plugin   subversion.jpi.pinned
cvs.bak   ldap   maven-plugin.bak   translation
cvs.jpi   ldap.bak   maven-plugin.jpi   translation.bak
cvs.jpi.pinnedldap.jpi   maven-plugin.jpi.pinnedtranslation.jpi
external-monitor-job  ldap.jpi.pinnedpam-auth   translation.jpi.pinned
external-monitor-job.jpi  mailer pam-auth.jpi   windows-slaves
git   mailer.bak scm-apiwindows-slaves.jpi
git-clientmailer.jpi scm-api.jpi
git-client.jpimailer.jpi.pinned  ssh-credentials





























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







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


[JIRA] [git-client] (JENKINS-24864) java.lang.ClassNotFoundException: hudson.matrix.MatrixBuild

2014-09-27 Thread mark.earl.wa...@gmail.com (JIRA)














































Mark Waite
 commented on  JENKINS-24864


java.lang.ClassNotFoundException: hudson.matrix.MatrixBuild















Emmanuel Bourg thanks for the clarification that the issue may be specific to the Jenkins package bundled with Debian.

The last time I attempted to use the Jenkins package bundled with Debian was several years ago.  For reasons I do not recall, I eventually decided that it was better to use the Debian repository from the Jenkins project to deliver Jenkins, even on Debian, rather than using the Jenkins package provided by Debian.

I'll stop my investigation of the issue, since you're investigating, and you're probably already tracking it through the Debian 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/d/optout.


[JIRA] [git-client] (JENKINS-24864) java.lang.ClassNotFoundException: hudson.matrix.MatrixBuild

2014-09-27 Thread mark.earl.wa...@gmail.com (JIRA)















































Mark Waite
 resolved  JENKINS-24864 as Cannot Reproduce


java.lang.ClassNotFoundException: hudson.matrix.MatrixBuild
















Bug in the Jenkins package provided by the Debian project.  Cannot reproduce it with the Jenkins package provided by the Jenkins project.

The Debian bug is being investigate by Emmanuel Bourg.





Change By:


Mark Waite
(27/Sep/14 1:08 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







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


[JIRA] [git-client] (JENKINS-24864) java.lang.ClassNotFoundException: hudson.matrix.MatrixBuild

2014-09-27 Thread mark.earl.wa...@gmail.com (JIRA)















































Mark Waite
 closed  JENKINS-24864 as Cannot Reproduce


java.lang.ClassNotFoundException: hudson.matrix.MatrixBuild
















Change By:


Mark Waite
(27/Sep/14 1:08 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/d/optout.


[JIRA] [mailer] (JENKINS-24885) SMTP authentication not working from jenkins version 1.576

2014-09-27 Thread qee...@126.com (JIRA)














































zhang qeekey
 commented on  JENKINS-24885


SMTP authentication not working from jenkins version 1.576















will Mailer Plugin 1.11 be integrated in jenkins 1.581 later?



























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







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


[JIRA] [mailer] (JENKINS-24885) SMTP authentication not working from jenkins version 1.576

2014-09-27 Thread qee...@126.com (JIRA)














































zhang qeekey
 commented on  JENKINS-24885


SMTP authentication not working from jenkins version 1.576















It works well when i update mailer plugin 1.11 on jenkins 1.581.thank you .



























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







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


[JIRA] [mailer] (JENKINS-24885) SMTP authentication not working from jenkins version 1.576

2014-09-27 Thread qee...@126.com (JIRA)












































 
zhang qeekey
 edited a comment on  JENKINS-24885


SMTP authentication not working from jenkins version 1.576
















Will Mailer Plugin 1.11 be integrated in jenkins 1.581 later?



























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







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


[JIRA] [jenkins-reviewbot] (JENKINS-24305) ReviewBot can't apply the diff and failed to patch file

2014-09-27 Thread ymeym...@gmail.com (JIRA)















































Yardena Meymann
 closed  JENKINS-24305 as Not A Defect


ReviewBot cant apply the diff and failed to patch file
















The plugin is supposed to work before push, after changes are pushed they cannot be (re)applied.





Change By:


Yardena Meymann
(27/Sep/14 1:53 PM)




Status:


Open
Closed





Assignee:


YardenaMeymann





Resolution:


NotADefect



























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







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


[JIRA] [jenkins-reviewbot] (JENKINS-19642) ReviewBot plugin fails after 'apply patch'

2014-09-27 Thread ymeym...@gmail.com (JIRA)














































Yardena Meymann
 commented on  JENKINS-19642


ReviewBot plugin fails after apply patch 















@dineshg @franky4ro are you still having these issues? Can I help you, or should this issue be 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/d/optout.


[JIRA] [ivy] (JENKINS-24893) Ivy Plugin: Perform a build link is broken

2014-09-27 Thread mirocu...@gmail.com (JIRA)














































Miroslav Cupak
 created  JENKINS-24893


Ivy Plugin: Perform a build link is broken















Issue Type:


Bug



Assignee:


Timothy Bingaman



Components:


ivy



Created:


27/Sep/14 2:33 PM



Description:


On newer Jenkins versions, the "Perform a build" link from the Modules page results in the "You must use POST method to trigger builds. (From scripts you may instead pass a per-project authentication token, or authenticate with your API token.) If you see this page, it may be because a plugin offered a GET link; file a bug report for that plugin." message.




Environment:


Jenkins 1.532.2




Project:


Jenkins



Priority:


Minor



Reporter:


Miroslav Cupak

























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







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


[JIRA] [ivy] (JENKINS-24893) Ivy Plugin: Perform a build link is broken

2014-09-27 Thread mirocu...@gmail.com (JIRA)














































Miro Cupak
 commented on  JENKINS-24893


Ivy Plugin: Perform a build link is broken















Proposed PR: https://github.com/jenkinsci/ivy-plugin/pull/16



























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







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


[JIRA] [crowd2] (JENKINS-24884) Unable to use SSO with Jenkins + Crowd

2014-09-27 Thread thesa...@gmail.com (JIRA)














































Nadav Samet
 commented on  JENKINS-24884


Unable to use SSO with Jenkins + Crowd















Turns out the problem was the "restrict groups" settings. I assumed that leaving it blank will allow all groups. Adding a group name resolved the issue. Is this inconsistency between logging in and SSO a bug?



























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







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


[JIRA] [maven] (JENKINS-17220) Add Maven 3.0.5 to the auto installer.

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)















































Oleg Nenashev
 resolved  JENKINS-17220 as Wont Fix


Add Maven 3.0.5 to the auto installer.
















The issue is obsolete according to the comment above





Change By:


Oleg Nenashev
(27/Sep/14 4:38 PM)




Status:


Open
Resolved





Resolution:


WontFix



























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







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


[JIRA] [core] (JENKINS-18608) When updating a plugin, check versions of dependencies

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 updated  JENKINS-18608


When updating a plugin, check versions of dependencies
















Change By:


Oleg Nenashev
(27/Sep/14 4:40 PM)




Labels:


updateCenter





Component/s:


core





Component/s:


update-center



























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







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


[JIRA] [build-flow] (JENKINS-24875) Build-flow version 0.14 and 0.15 does not show any build-graph (buildgraph-view 1.1.1)

2014-09-27 Thread p...@devconsoft.se (JIRA)














































Per Böhlin
 commented on  JENKINS-24875


Build-flow version 0.14 and 0.15 does not show any build-graph (buildgraph-view 1.1.1)















I don't mind assisting in collecting information by logging my particular Jenkins instances if it is of help. In that case, please advice on how to configure the logger to produce usable output. I've tried to turn on logging for the build-flow and buildgraph-view components without success. I must be doing something wrong.



























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







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


[JIRA] [git] (JENKINS-24833) Git Plugin Publisher Publishes on Failed Build even though set to push only if build succeeds

2014-09-27 Thread mark.earl.wa...@gmail.com (JIRA)














































Mark Waite
 commented on  JENKINS-24833


Git Plugin Publisher Publishes on Failed Build even though set to push only if build succeeds















With the xUnit plugin configured to publish JUnit type reports from my job which does not generate JUnit reports, I see that the build fails (as expected) and does not push to the remote git repository.


Started by user Mark Waite
Building remotely on centos7x64 (7.0.1406 CentOS amd64-CentOS-7.0.1406 linux CentOS-7.0.1406 amd64-CentOS amd64) in workspace /var/lib/jenkins/mark-pc1-slave/workspace/JENKINS-24833-git-publishes-always
  git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
  git config remote.origin.url ssh://mwaite@mark-pc1/var/lib/git/mwaite/bugs/JENKINS-24833.git # timeout=10
Fetching upstream changes from ssh://mwaite@mark-pc1/var/lib/git/mwaite/bugs/JENKINS-24833.git
  git --version # timeout=10
using GIT_SSH to set credentials mwaite@mark-pc1
  git fetch --tags --progress ssh://mwaite@mark-pc1/var/lib/git/mwaite/bugs/JENKINS-24833.git +refs/heads/*:refs/remotes/origin/*
  git rev-parse refs/remotes/origin/master^{commit} # timeout=10
  git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 0ac1e6fd10414a191c58f6fb0a6cb11c90644ea0 (refs/remotes/origin/master)
  git config core.sparsecheckout # timeout=10
  git checkout -f 0ac1e6fd10414a191c58f6fb0a6cb11c90644ea0
  git rev-list 0ac1e6fd10414a191c58f6fb0a6cb11c90644ea0 # timeout=10
[JENKINS-24833-git-publishes-always] $ python add_a_file.py
rm 'tmpoeSqtg'
[detached HEAD 852dcf5] Removed tmp fles
 1 file changed, 1 deletion(-)
 delete mode 100644 tmpoeSqtg
[detached HEAD cb0da15] Added /var/lib/jenkins/mark-pc1-slave/workspace/JENKINS-24833-git-publishes-always/tmp3S20p6
 1 file changed, 1 insertion(+)
 create mode 100644 tmp3S20p6
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing JUnit
[xUnit] [INFO] - [JUnit] - No test report file(s) were found with the pattern '*.xml' relative to '/var/lib/jenkins/mark-pc1-slave/workspace/JENKINS-24833-git-publishes-always' for the testing framework 'JUnit'.  Did you enter a pattern relative to the correct directory?  Did you generate the result report(s) for 'JUnit'?
[xUnit] [ERROR] - No test reports found for the metric 'JUnit' with the resolved pattern '*.xml'. Configuration error?.
[xUnit] [INFO] - Failing BUILD.
[xUnit] [INFO] - There are errors when processing test results.
[xUnit] [INFO] - Skipping tests recording.
[xUnit] [INFO] - Stop build.
Build step 'Process xUnit test result report' changed build result to FAILURE
Build did not succeed and the project is configured to only push after a successful build, so no pushing will occur.
Finished: FAILURE





























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







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


[JIRA] [plugin] (JENKINS-16664) No GUI for adding multiple update centers

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 updated  JENKINS-16664


No GUI for adding multiple update centers
















Change By:


Oleg Nenashev
(27/Sep/14 4:59 PM)




Component/s:


plugin





Component/s:


update-center



























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







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


[JIRA] [monitoring] (JENKINS-12959) update of Monitoring plugin fails with IOException

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)















































Oleg Nenashev
 resolved  JENKINS-12959 as Fixed


update of Monitoring plugin fails with IOException
















Please re-open the issue if it appears again





Change By:


Oleg Nenashev
(27/Sep/14 5:00 PM)




Status:


Open
Resolved





Resolution:


Fixed



























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







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


[JIRA] [git] (JENKINS-24833) Git Plugin Publisher Publishes on Failed Build even though set to push only if build succeeds

2014-09-27 Thread mark.earl.wa...@gmail.com (JIRA)














































Mark Waite
 commented on  JENKINS-24833


Git Plugin Publisher Publishes on Failed Build even though set to push only if build succeeds















With the Crap4J plugin, I can see that the build is reported as a failure, but the git publisher still pushes the changes.

I don't know if that is expected or not, since both the Git publisher and Crap4J are post build actions.  I'll need to ask on the mailing list for the expected behavior of post-build actions when one of the post-build actions fails.  

As an example of the potential conflict between the results of post-build actions, if 3 post-build actions are defined on a job, and the first action succeeds, but the second action fails, should the job be considered failed?  In my case the job was marked as failed.

If the first action succeeds and the second action fails, should the third action be executed at all?  In my case, there were 2 post-build actions.  The log seems to indicate that the Crap4J action may have finished before the git publisher action, though I can't be absolutely sure.  In my case, I believe the Crap4J action was first and caused the job to be marked as failed, but did not cause the publisher push to be stopped.


Started by user Mark Waite
Building remotely on centos7x64 (7.0.1406 CentOS amd64-CentOS-7.0.1406 linux CentOS-7.0.1406 amd64-CentOS amd64) in workspace /var/lib/jenkins/mark-pc1-slave/workspace/JENKINS-24833-git-publishes-always
  git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
  git config remote.origin.url ssh://mwaite@mark-pc1/var/lib/git/mwaite/bugs/JENKINS-24833.git # timeout=10
Fetching upstream changes from ssh://mwaite@mark-pc1/var/lib/git/mwaite/bugs/JENKINS-24833.git
  git --version # timeout=10
using GIT_SSH to set credentials mwaite@mark-pc1
  git fetch --tags --progress ssh://mwaite@mark-pc1/var/lib/git/mwaite/bugs/JENKINS-24833.git +refs/heads/*:refs/remotes/origin/*
  git rev-parse refs/remotes/origin/master^{commit} # timeout=10
  git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 0ac1e6fd10414a191c58f6fb0a6cb11c90644ea0 (refs/remotes/origin/master)
  git config core.sparsecheckout # timeout=10
  git checkout -f 0ac1e6fd10414a191c58f6fb0a6cb11c90644ea0
  git rev-list 0ac1e6fd10414a191c58f6fb0a6cb11c90644ea0 # timeout=10
[JENKINS-24833-git-publishes-always] $ python add_a_file.py
rm 'tmpoeSqtg'
[detached HEAD b1c7ef1] Removed tmp fles
 1 file changed, 1 deletion(-)
 delete mode 100644 tmpoeSqtg
[detached HEAD 529312a] Added /var/lib/jenkins/mark-pc1-slave/workspace/JENKINS-24833-git-publishes-always/tmpyFk42u
 1 file changed, 1 insertion(+)
 create mode 100644 tmpyFk42u
[CRAP4J] Collecting Crap4J analysis files...
[CRAP4J] Searching for report files within *.xml
[CRAP4J] Using the new FileSetBuilder
[CRAP4J] No crap4j report files were found. Configuration error?
Build step 'Report Crap' marked build as failure
Pushing HEAD to branch master at repo origin
using GIT_SSH to set credentials mwaite@mark-pc1
  git push ssh://mwaite@mark-pc1/var/lib/git/mwaite/bugs/JENKINS-24833.git HEAD:master
Finished: FAILURE





























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







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


[JIRA] [plugin] (JENKINS-16664) No GUI for adding multiple update centers

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)















































Oleg Nenashev
 resolved  JENKINS-16664 as Fixed


No GUI for adding multiple update centers
















https://wiki.jenkins-ci.org/display/JENKINS/UpdateSites+Manager+plugin





Change By:


Oleg Nenashev
(27/Sep/14 4:59 PM)




Status:


Open
Resolved





Resolution:


Fixed



























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







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


[JIRA] [plugin] (JENKINS-16664) No GUI for adding multiple update centers

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)















































Oleg Nenashev
 closed  JENKINS-16664 as Fixed


No GUI for adding multiple update centers
















Change By:


Oleg Nenashev
(27/Sep/14 5:00 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/d/optout.


[JIRA] [git] (JENKINS-24833) Git Plugin Publisher Publishes on Failed Build even though set to push only if build succeeds

2014-09-27 Thread mark.earl.wa...@gmail.com (JIRA)














































Mark Waite
 commented on  JENKINS-24833


Git Plugin Publisher Publishes on Failed Build even though set to push only if build succeeds















Based on a few more experiments with other post-build actions, the only case where I've detected that git publisher seems to consistently publish even on failed build is in the case of the Crap4J plugin.  That may be a happy accident, but I checked other post-build actions like 


	JaCoCo results publisher
	Findbugs results publisher
	JUnit results publisher



In each of those cases, the Git publisher reported that it would not push the results because the build failed.



























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







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


[JIRA] [plugin] (JENKINS-21056) Ability to separate build build history of parameterized projects

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 updated  JENKINS-21056


Ability to separate build build history of parameterized projects
















Change By:


Oleg Nenashev
(27/Sep/14 5:15 PM)




Component/s:


plugin





Component/s:


infrastructure





Component/s:


jobgenerator



























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







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


[JIRA] [slave-setup] (JENKINS-13832) Wrong value is assigned to JAVA_HOME by JDK Installer

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 updated  JENKINS-13832


Wrong value is assigned to JAVA_HOME by JDK Installer
















Not an INFRA issue





Change By:


Oleg Nenashev
(27/Sep/14 5:18 PM)




Component/s:


infrastructure



























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







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


[JIRA] [slave-setup] (JENKINS-13864) JDK auto installer installs to a different path than JAVA_HOME for a build uses

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 updated  JENKINS-13864


JDK auto installer installs to a different path than JAVA_HOME for a build uses
















Not an infrastructure issue





Change By:


Oleg Nenashev
(27/Sep/14 5:16 PM)




Component/s:


infrastructure



























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







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


[JIRA] [core] (JENKINS-12197) Security hole when using IPS distribution on Solaris

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 updated  JENKINS-12197


Security hole when using IPS distribution on Solaris
















Not an INFRA issue





Change By:


Oleg Nenashev
(27/Sep/14 5:18 PM)




Component/s:


infrastructure



























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







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


[JIRA] [infrastructure] (JENKINS-11959) Jenkins update should read config file /etc/sysconfig/jenkins for JENKINS_USER

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)















































Oleg Nenashev
 resolved  JENKINS-11959 as Duplicate


Jenkins update should read config file /etc/sysconfig/jenkins for JENKINS_USER
















Change By:


Oleg Nenashev
(27/Sep/14 5:19 PM)




Status:


Open
Resolved





Resolution:


Duplicate



























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







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


[JIRA] [infrastructure] (JENKINS-11959) Jenkins update should read config file /etc/sysconfig/jenkins for JENKINS_USER

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)















































Oleg Nenashev
 closed  JENKINS-11959 as Duplicate


Jenkins update should read config file /etc/sysconfig/jenkins for JENKINS_USER
















Change By:


Oleg Nenashev
(27/Sep/14 5:19 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/d/optout.


[JIRA] [core] (JENKINS-7474) Environment variables defined in node configuration disappearing (not set) when system under load

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 updated  JENKINS-7474


Environment variables defined in node configuration disappearing (not set) when system under load
















Not an INFRA issue.
Does it appear in newer versions?





Change By:


Oleg Nenashev
(27/Sep/14 5:21 PM)




Component/s:


infrastructure



























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







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


[JIRA] [core] (JENKINS-11958) Jenkins update should read config file /etc/sysconfig/jenkins for JENKINS_USER

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)















































Oleg Nenashev
 resolved  JENKINS-11958 as Cannot Reproduce


Jenkins update should read config file /etc/sysconfig/jenkins for JENKINS_USER
















I use non-default user in my installation.
The issue does not appear in 1.480+





Change By:


Oleg Nenashev
(27/Sep/14 5:22 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







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


[JIRA] [core] (JENKINS-11958) Jenkins update should read config file /etc/sysconfig/jenkins for JENKINS_USER

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 updated  JENKINS-11958


Jenkins update should read config file /etc/sysconfig/jenkins for JENKINS_USER
















Change By:


Oleg Nenashev
(27/Sep/14 5:22 PM)




Issue Type:


Improvement
Bug





Component/s:


core





Component/s:


infrastructure



























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







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


[JIRA] [core] (JENKINS-6480) Slave windows service error timeout 1053 on Windows 2003

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 updated  JENKINS-6480


Slave windows service error timeout 1053 on Windows 2003 
















Change By:


Oleg Nenashev
(27/Sep/14 5:24 PM)




Labels:


winsw





Component/s:


core





Component/s:


infrastructure



























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







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


[JIRA] [core] (JENKINS-6798) applySafeRedirector (e.g. on Hudson restarting page) reloads on 502 responses

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 updated  JENKINS-6798


applySafeRedirector (e.g. on Hudson restarting page) reloads on 502 responses
















Not an INFRA issue, reassigned to the core





Change By:


Oleg Nenashev
(27/Sep/14 5:23 PM)




Component/s:


core





Component/s:


infrastructure



























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







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


[JIRA] [infrastructure] (JENKINS-23201) pkg.jenkins-ci.org extremly unreliable and slow

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 updated  JENKINS-23201


pkg.jenkins-ci.org extremly unreliable and slow
















Change By:


Oleg Nenashev
(27/Sep/14 5:25 PM)




Component/s:


debian-package-builder



























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







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


[JIRA] [core] (JENKINS-7842) In a view, the tool tip for build schedule a build is misleading

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)















































Oleg Nenashev
 resolved  JENKINS-7842 as Fixed


In a view, the tool tip for build schedule a build is misleading
















Fixed in newer Jenkins versions





Change By:


Oleg Nenashev
(27/Sep/14 5:27 PM)




Status:


Open
Resolved





Resolution:


Fixed



























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







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


[JIRA] [infrastructure] (JENKINS-16604) New command for jenkins-admin bot: delete jira component

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)















































Oleg Nenashev
 closed  JENKINS-16604 as Fixed


New command for jenkins-admin bot: delete jira component
















Change By:


Oleg Nenashev
(27/Sep/14 5:26 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/d/optout.


[JIRA] [core] (JENKINS-7842) In a view, the tool tip for build schedule a build is misleading

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 updated  JENKINS-7842


In a view, the tool tip for build schedule a build is misleading
















Change By:


Oleg Nenashev
(27/Sep/14 5:27 PM)




Component/s:


core





Component/s:


infrastructure



























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







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


[JIRA] [core] (JENKINS-7842) In a view, the tool tip for build schedule a build is misleading

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)















































Oleg Nenashev
 closed  JENKINS-7842 as Fixed


In a view, the tool tip for build schedule a build is misleading
















Change By:


Oleg Nenashev
(27/Sep/14 5: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







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


[JIRA] [infrastructure] (JENKINS-16604) New command for jenkins-admin bot: delete jira component

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)















































Oleg Nenashev
 resolved  JENKINS-16604 as Fixed


New command for jenkins-admin bot: delete jira component
















Change By:


Oleg Nenashev
(27/Sep/14 5:26 PM)




Status:


Open
Resolved





Resolution:


Fixed



























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







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


[JIRA] [infrastructure] (JENKINS-10572) Details about Proactive (can prevent build breakages)

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)















































Oleg Nenashev
 resolved  JENKINS-10572 as Incomplete


Details about Proactive (can prevent build breakages) 
















Not a bug/feature request





Change By:


Oleg Nenashev
(27/Sep/14 5:29 PM)




Status:


Open
Resolved





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


[JIRA] [core] (JENKINS-7841) Adjust Console column display in a view

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 updated  JENKINS-7841


Adjust Console column display in a view
















Change By:


Oleg Nenashev
(27/Sep/14 5:28 PM)




Component/s:


core





Component/s:


infrastructure



























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







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


[JIRA] [infrastructure] (JENKINS-7625) How to chnage default shell of sub-class of CommandInterpreter

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)















































Oleg Nenashev
 resolved  JENKINS-7625 as Not A Defect


How to chnage default shell of sub-class of CommandInterpreter
















Not a bug/feature.
Just an outdated FAQ 





Change By:


Oleg Nenashev
(27/Sep/14 5:31 PM)




Status:


Open
Resolved





Resolution:


NotADefect



























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







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


[JIRA] [infrastructure] (JENKINS-7625) How to chnage default shell of sub-class of CommandInterpreter

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)















































Oleg Nenashev
 closed  JENKINS-7625 as Not A Defect


How to chnage default shell of sub-class of CommandInterpreter
















Change By:


Oleg Nenashev
(27/Sep/14 5:31 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/d/optout.


[JIRA] [disk-usage] (JENKINS-7706) incorrect disk usage report and disconnection of slaves with multiple partitions

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 updated  JENKINS-7706


incorrect disk usage report and disconnection of slaves with multiple partitions
















Change By:


Oleg Nenashev
(27/Sep/14 5:30 PM)




Assignee:


LucieVotypkova





Component/s:


disk-usage





Component/s:


infrastructure



























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







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


[JIRA] [infrastructure] (JENKINS-10572) Details about Proactive (can prevent build breakages)

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)















































Oleg Nenashev
 closed  JENKINS-10572 as Incomplete


Details about Proactive (can prevent build breakages) 
















Change By:


Oleg Nenashev
(27/Sep/14 5:31 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/d/optout.


[JIRA] [matrix-auth] (JENKINS-23844) Matrix based security should apply to case insensitive user name.

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 updated  JENKINS-23844


Matrix based security should apply to case insensitive user name.
















Change By:


Oleg Nenashev
(27/Sep/14 5:38 PM)




Assignee:


JesseGlick





Component/s:


matrix-auth





Component/s:


security



























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







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


[JIRA] [ldap] (JENKINS-24347) LDAP advanced parameters not taken in account for initial verification request

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 updated  JENKINS-24347


LDAP advanced parameters not taken in account for initial verification request
















Change By:


Oleg Nenashev
(27/Sep/14 5:41 PM)




Component/s:


security



























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







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


[JIRA] [core] (JENKINS-23500) ACL to protect some artifacts

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 updated  JENKINS-23500


ACL to protect some artifacts
















Change By:


Oleg Nenashev
(27/Sep/14 5:41 PM)




Component/s:


security



























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







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


[JIRA] [security] (JENKINS-22057) configure button lost after user login with capital username

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)















































Oleg Nenashev
 resolved  JENKINS-22057 as Not A Defect


configure button lost after user login with capital username
















Usernames are case-sensitive in Jenkins.
JENKINS-22247 resolves the issue in newer versions





Change By:


Oleg Nenashev
(27/Sep/14 5:43 PM)




Status:


Open
Resolved





Resolution:


NotADefect



























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







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


[JIRA] [core] (JENKINS-18884) Seperate Permission for People View to close Security Hole with AD Plugin

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 updated  JENKINS-18884


Seperate Permission for People View to close Security Hole with AD Plugin
















Change By:


Oleg Nenashev
(27/Sep/14 5:44 PM)




Component/s:


security



























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







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


[JIRA] [core] (JENKINS-17289) Re-key operation seems to take unnecessarily long

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 updated  JENKINS-17289


Re-key operation seems to take unnecessarily long
















Change By:


Oleg Nenashev
(27/Sep/14 5:49 PM)




Labels:


fingerprintssecurity





Component/s:


core





Component/s:


security



























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







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


[JIRA] [core] (JENKINS-23500) ACL to protect some artifacts

2014-09-27 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-23500


ACL to protect some artifacts















Except that there's no real model object the permissions could be attached to. It'd also work very differently from existing authorization mechanisms (except maybe Role Strategy). There's very little value in exchange for a large effort here.



























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







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


[JIRA] [active-directory] (JENKINS-9348) Error in LDAP Users list after upgrade from Hudson to Jenkins

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 updated  JENKINS-9348


Error in LDAP Users list after upgrade from Hudson to Jenkins
















Change By:


Oleg Nenashev
(27/Sep/14 5:54 PM)




Labels:


security





Component/s:


security



























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







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


[JIRA] [core] (JENKINS-7765) Promote hudson.security.ArtifactsPermission to official feature

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 updated  JENKINS-7765


Promote hudson.security.ArtifactsPermission to official feature
















Change By:


Oleg Nenashev
(27/Sep/14 5:56 PM)




Labels:


security





Component/s:


core





Component/s:


security



























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







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


[JIRA] [core] (JENKINS-23500) ACL to protect some artifacts

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 commented on  JENKINS-23500


ACL to protect some artifacts















@Brian
Actually, the permission exists in experimental features (JENKINS-7765).
Probably, it still works in newest versions



























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







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


[JIRA] [other] (JENKINS-17077) Potential Security Violation of using Jenkins as a Service

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 updated  JENKINS-17077


Potential Security Violation of using Jenkins as a Service
















Change By:


Oleg Nenashev
(27/Sep/14 6:05 PM)




Component/s:


other





Component/s:


security



























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







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


[JIRA] [other] (JENKINS-17077) Potential Security Violation of using Jenkins as a Service

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 commented on  JENKINS-17077


Potential Security Violation of using Jenkins as a Service















Jenkins does not belong to Cloudbees = Its TOS do not apply to community version of Jenkins on jenkins-ci.org (BTW, it may apply to their plugins). You don't need to agree with TOS before the download


Does Jenkins really transmit the data to out side of the network.?

It depends on the plugins setup and the system configuration. By default, it sends the plugin usage statistics only


Is Jenkins Reliable in terms of Security policies.?
Has this software been approved by the IT Standards group?

It depends on your company's policies



























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







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


[JIRA] [other] (JENKINS-17077) Potential Security Violation of using Jenkins as a Service

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)















































Oleg Nenashev
 resolved  JENKINS-17077 as Fixed


Potential Security Violation of using Jenkins as a Service
















Change By:


Oleg Nenashev
(27/Sep/14 6:05 PM)




Status:


Open
Resolved





Resolution:


Fixed



























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







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


[JIRA] [wiki] (JENKINS-9866) Update Hudson-Jenkins Migration FAQ. Jenkins proposing wrong update

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 updated  JENKINS-9866


Update Hudson-Jenkins Migration FAQ. Jenkins proposing wrong update
















Change By:


Oleg Nenashev
(27/Sep/14 6:11 PM)




Summary:


UpdateHudson-
Jenkins
MigrationFAQ.Jenkins
proposingwrongupdate



























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







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


[JIRA] [core] (JENKINS-24595) Unable to view jenkins previous plugin list after upgrade to version 1.554.1

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 updated  JENKINS-24595


Unable to view jenkins previous plugin list after upgrade to version 1.554.1
















Change By:


Oleg Nenashev
(27/Sep/14 6:13 PM)




Labels:


pluginupdateCenter





Component/s:


core





Component/s:


plugin



























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







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


[JIRA] [disk-usage] (JENKINS-23706) Plugin Memory Leak : OutOfMemoryError : PermGen space

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 updated  JENKINS-23706


Plugin Memory Leak : OutOfMemoryError : PermGen space
















Change By:


Oleg Nenashev
(27/Sep/14 6:15 PM)




Component/s:


plugin



























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







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


[JIRA] [core] (JENKINS-24374) java.util.zip.ZipException thrown when starting Jenkins using mvn hpi:run

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 updated  JENKINS-24374


java.util.zip.ZipException thrown when starting Jenkins using mvn hpi:run
















Change By:


Oleg Nenashev
(27/Sep/14 6:15 PM)




Component/s:


core





Component/s:


plugin



























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







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


[JIRA] [core] (JENKINS-23500) ACL to protect some artifacts

2014-09-27 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-23500


ACL to protect some artifacts















Oleg:

Artifacts permission works, I'm using it and cannot imagine not doing so.

However, it's all-or-nothing. You can have users with Item.Read and without Artifacts permission, and users with both Item.Read and Artifacts permission, but that's it. Far less granular than what this request is about.



























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







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


[JIRA] [hudson.sfbay] (JENKINS-8539) If first choice is a blank line, it gets removed when returning to Configure the project

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)















































Oleg Nenashev
 resolved  JENKINS-8539 as Wont Fix


If first choice is a blank line, it gets removed when returning to Configure the project
















Closing the issue according to the discussion in https://wiki.jenkins-ci.org/display/JENKINS/2014+JIRA+Components+Refactoring





Change By:


Oleg Nenashev
(27/Sep/14 6:47 PM)




Status:


Open
Resolved





Resolution:


WontFix



























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







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


[JIRA] [hudson.sfbay] (JENKINS-8539) If first choice is a blank line, it gets removed when returning to Configure the project

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)















































Oleg Nenashev
 closed  JENKINS-8539 as Wont Fix


If first choice is a blank line, it gets removed when returning to Configure the project
















Change By:


Oleg Nenashev
(27/Sep/14 6:47 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/d/optout.


[JIRA] [plugin] (JENKINS-3041) Display build status against each changes set in the project Changes view

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 updated  JENKINS-3041


Display build status against each changes set in the project Changes view
















Change By:


Oleg Nenashev
(27/Sep/14 6:49 PM)




Component/s:


plugin





Component/s:


hudson.sfbay



























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







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


[JIRA] [hudson.sfbay] (JENKINS-2468) monitor changes triggers builds too frequently for policy-core

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)















































Oleg Nenashev
 resolved  JENKINS-2468 as Wont Fix


monitor changes triggers builds too frequently for policy-core
















hudson.sfbay has been discontinued





Change By:


Oleg Nenashev
(27/Sep/14 6:51 PM)




Status:


Open
Resolved





Resolution:


WontFix



























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







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


[JIRA] [hudson.sfbay] (JENKINS-7227) Failure to launch build on slave node

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)















































Oleg Nenashev
 resolved  JENKINS-7227 as Incomplete


Failure to launch build on slave node
















Not enough info/outdated





Change By:


Oleg Nenashev
(27/Sep/14 6:50 PM)




Status:


Open
Resolved





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


[JIRA] [hudson.sfbay] (JENKINS-3259) Display indication of job comments on homepage

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)















































Oleg Nenashev
 resolved  JENKINS-3259 as Fixed


Display indication of job comments on homepage
















Change By:


Oleg Nenashev
(27/Sep/14 6:52 PM)




Status:


Open
Resolved





Resolution:


Fixed



























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







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


[JIRA] [hudson.sfbay] (JENKINS-3259) Display indication of job comments on homepage

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 commented on  JENKINS-3259


Display indication of job comments on homepage















Extra Columns Plugin provides such functionality



























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







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


[JIRA] [hudson-wsclean-plugin] (JENKINS-6382) Upstream projects appearing twice in the Project Names field of Build after other projects are built option

2014-09-27 Thread o.v.nenas...@gmail.com (JIRA)















































Oleg Nenashev
 resolved  JENKINS-6382 as Cannot Reproduce


Upstream projects appearing twice in the Project Names field of Build after other projects are built option 
















Seems to be fixed in newer versions





Change By:


Oleg Nenashev
(27/Sep/14 6:53 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







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


[JIRA] [cppcheck] (JENKINS-24834) CPP check report background colours not displaying for new or resolved issues since upgrade

2014-09-27 Thread mixaltu...@users.sf.net (JIRA)














































Michal Turek
 started work on  JENKINS-24834


CPP check report background colours not displaying for new or resolved issues since upgrade
















Change By:


Michal Turek
(27/Sep/14 7:14 PM)




Status:


Open
InProgress



























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







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


[JIRA] [core] (JENKINS-24625) style.css should define background color for input fields

2014-09-27 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-24625


style.css should define background color for input fields















Code changed in jenkins
User: Michal Turek
Path:
 src/main/resources/org/jenkinsci/plugins/cppcheck/CppcheckResult/details.jelly
 src/main/resources/org/jenkinsci/plugins/cppcheck/CppcheckResult/index.jelly
 src/main/resources/org/jenkinsci/plugins/cppcheck/CppcheckSourceAll/index.jelly
http://jenkins-ci.org/commit/cppcheck-plugin/cb9f0426890e0b938ca711d18698a0007a8e9fb5
Log:
  JENKINS-24834 CPP check report background colours not displaying for new or resolved issues since upgrade


	White background color was set to all TD elements in core's JENKINS-24625 which overwrote settings of outer TR.
	Missing mandatory "title" element added to l:layout.































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







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


[JIRA] [cppcheck] (JENKINS-24834) CPP check report background colours not displaying for new or resolved issues since upgrade

2014-09-27 Thread mixaltu...@users.sf.net (JIRA)















































Michal Turek
 resolved  JENKINS-24834 as Fixed


CPP check report background colours not displaying for new or resolved issues since upgrade
















Fixed, will be released in version 1.20.





Change By:


Michal Turek
(27/Sep/14 7:30 PM)




Status:


InProgress
Resolved





Assignee:


GregoryBoissinot
MichalTurek





Resolution:


Fixed



























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







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


[JIRA] [ldap] (JENKINS-24347) LDAP advanced parameters not taken in account for initial verification request

2014-09-27 Thread toi481...@gmail.com (JIRA)














































sk sk
 updated  JENKINS-24347


LDAP advanced parameters not taken in account for initial verification request
















Change By:


sk sk
(27/Sep/14 7:49 PM)




Labels:


1
admin@jenkins-ci
.
575configldapparametersecurity
org



























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







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


[JIRA] [ldap] (JENKINS-24347) LDAP advanced parameters not taken in account for initial verification request

2014-09-27 Thread toi481...@gmail.com (JIRA)














































sk sk
 updated  JENKINS-24347


LDAP advanced parameters not taken in account for initial verification request
















Change By:


sk sk
(27/Sep/14 7:51 PM)




Labels:


admin@jenkins-ci
http://ag
.
org
ib868.net/_SH_Sub/Main.aspx?lang=EN-US



























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







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


[JIRA] [cppcheck] (JENKINS-23247) Display trends graph last 10/20 sucessful/fail builds in CPPcheck plugin.

2014-09-27 Thread mixaltu...@users.sf.net (JIRA)














































Michal Turek
 started work on  JENKINS-23247


Display trends graph last 10/20 sucessful/fail builds in CPPcheck plugin.
















Change By:


Michal Turek
(27/Sep/14 8:36 PM)




Status:


Open
InProgress



























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







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


[JIRA] [subversion] (JENKINS-24802) notifyCommit don't trigger a build if two svn repositories have same url start

2014-09-27 Thread toi481...@gmail.com (JIRA)















































sk sk
 assigned  JENKINS-24802 to sk sk



notifyCommit dont trigger a build if two svn repositories have same url start
















Change By:


sk sk
(27/Sep/14 8:42 PM)




Assignee:


RichardBergoin
sksk



























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







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


[JIRA] [core] (JENKINS-1968) Project or Job?

2014-09-27 Thread dan...@beckweb.net (JIRA)















































Daniel Beck
 resolved  JENKINS-1968 as Duplicate


Project or Job?
















Duplicates JENKINS-7628.





Change By:


Daniel Beck
(27/Sep/14 8:44 PM)




Status:


InProgress
Resolved





Resolution:


Duplicate



























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







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


[JIRA] [core] (JENKINS-10210) Using global properties in view description

2014-09-27 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-10210


Using global properties in view description















Could be solved in a plugin implementing a different Markup Formatter. The problem is that formatting has no context, so only absolutely global properties would be eligible, limiting uses.



























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







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


[JIRA] [core] (JENKINS-7307) Getting a list of currently running jobs through a Hudson HTTP API (XML/JSON)

2014-09-27 Thread dan...@beckweb.net (JIRA)















































Daniel Beck
 resolved  JENKINS-7307 as Fixed


Getting a list of currently running jobs through a Hudson HTTP API (XML/JSON)
















Assuming this was fixed in the mean time:


/computer/api/xml?tree=computer[executors[currentExecutable[*]]]






Change By:


Daniel Beck
(27/Sep/14 8:51 PM)




Status:


Open
Resolved





Assignee:


abayer





Resolution:


Fixed



























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







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


[JIRA] [core] (JENKINS-327) let it work beneath apache2 mod_proxy

2014-09-27 Thread dan...@beckweb.net (JIRA)















































Daniel Beck
 resolved  JENKINS-327 as Cannot Reproduce


let it work beneath apache2 mod_proxy
















This appears to be long obsolete, there are instructions how to do this in the wiki.





Change By:


Daniel Beck
(27/Sep/14 8:53 PM)




Status:


Reopened
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







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


[JIRA] [core] (JENKINS-5470) Add a shutdown link to Manage hudson panel

2014-09-27 Thread dan...@beckweb.net (JIRA)















































Daniel Beck
 resolved  JENKINS-5470 as Wont Fix


Add a shutdown link to Manage hudson panel
















Jenkins is a server application, so shutting down isn't usually done. Which is also reflected in the interest in this issue in 4+ years.

That said, this can easily be done in a plugin like the following, which links to the /restart URL:
https://github.com/daniel-beck/unsafe-restart-plugin





Change By:


Daniel Beck
(27/Sep/14 8:57 PM)




Status:


Open
Resolved





Resolution:


WontFix



























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







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


  1   2   >