Groovy to get Disk space used by build

2014-03-19 Thread Hiteswar
Hi gang , Please share if u know any way by groovy to get disk space used(size) by build of job. Thanks for assistance . Regards Hiteswar Sent from my iPhone -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group an

Re: checkout PermGen space error

2014-03-19 Thread 敬錞潘
I just disable some plugin to fix it -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit http

checkout PermGen space error

2014-03-19 Thread 敬錞潘
This is my jenkins build log below: [8mha:lh+LCP9b85aBtbiIQTGjNKU4P08vOT+vOD8nVc83PyU1x6OyILUoJzMv2y+/JJUBAhiZGBgqihhk0NSjKDWzXb3RdlLBUSYGJk8GtpzUvPSSDB8G5tKinBIGIZ+sxLJE/ZzEvHT94JKizLx0a6BxUmjGOUNodHsLgAzOEgYu/dLi1CL9vNKcHACFIKlWvw==[0manonymous 啟動 建置中 工作區 /Users/peter/.jenk

Re: SVN Tagging Issue

2014-03-19 Thread Daniel Beck
On 19.03.2014, at 21:38, Daniel Beck wrote: > Unfortunately, from reading the code, it looks more like > SubversionSCM.DescriptorImpl.createAuthenticationProvider(AbstractProject) > would need to pass the project's SubversionSCM to > CredentialsSVNAuthenticationProviderImpl.createAuthenticati

Looking for tips for profiling CPU and memory use of jobs

2014-03-19 Thread Owen B. Mehegan
I need to add slaves to my Jenkins installation (all Linux), but I realized that I really don't know how to spec and configure them for my use case. I have about 40 jobs that run one or more times per day, as well as 10-20 more jobs that run at least weekly. I don't really know if any given job

Re: SVN Tagging Issue

2014-03-19 Thread Daniel Beck
Subversion Tagging Plugin reuses the Subversion SCM authentication of the project. And Subversion plugin 2.0 changed a lot about that. There's a chance you just need to add an 'Additional Credential' for the repo. It's essentially the same problem as in JENKINS-21785 [1]. Read all the comments

Re: Polling Times

2014-03-19 Thread Daniel Beck
Use this: H/10 7-19 * * 1-5 It's essentially parts of these two examples provided in the inline help pasted together: > # every fifteen minutes (perhaps at :07, :22, :37, :52) > H/15 * * * * > # once every two hours every weekday (perhaps at 10:38 AM, 12:38 PM, 2:38 PM, > 4:38 PM) > H 9-16/2 * *

Re: The result of the email template testing is different in different web browsers

2014-03-19 Thread Slide
This is VERY odd since all of the processing is done on the server side. Is it possible that the markup is there, but just not showing up in the other browsers? Can you look at the source in the browsers that do not work and see if its in there? Are you doing a plain text email, or html? On Mon,

Google Summer of Code opportunity

2014-03-19 Thread Eduardo Pareja Tobes
Hey everyone I think this could of interest for people reading this; we (Bio4j) are an open source bioinformatics data platform based in AWS and graph databases. We have pretty specific (I think) needs for our development, testing and release processes, and for this year GSoC we have working

The result of the email template testing is different in different web browsers

2014-03-19 Thread Levski Weng
I'm writing a email template in groovy, but when I test the email template in different browsers(Firefox 27/Opera Next), the testing result is different. What I want is to grab the failure cause in another Jenkins plugin called Build Failure Analyzer. The relative email template is attached below:

Splitting a Jenkins job into multiple jobs depending on each other while the same workspace and the artifacts produced by previous jobs

2014-03-19 Thread Daniel P.
Hello, we have an SVN with a setup like this: trunk/parent/project_pom.xml trunk/parent/plugins trunk/parent/plugins/plugins_pom.xml trunk/parent/plugins/pluginA trunk/parent/plugins/pluginB trunk/parent/tests trunk/parent/tests/tests_pom.xml trunk/parent/tests/testPluginA trunk/parent/tests/te

SVN Tagging Issue

2014-03-19 Thread chris.beech
Hi everyone, I'm new to Jenkins but am having some problems with the SVN Tagging Plugin that I can't seem to get past. I'm trying to tag my build, but am getting the following frustrating error at the end of the build.. *dispmsg:* * [echo] 18:41:12 Compiling the test classes generated fro

Build stop randamly ERROR: Failed to parse POMs

2014-03-19 Thread Paraparan Srishanmugaraja
Hi, I run Jenkins in a machine and run Jenkins agent another machine. I connected through ssh. I got below exception in the randomly. Please advise. Thanks in advance ERROR: Failed to parse POMs hudson.remoting. ChannelClosedException: channel is already closed at hudson.remoting.C

Polling Times

2014-03-19 Thread Andrew Kujtan
I'm trying to set up my SVN polling to run every 10 minutes between 7am and 8pm Monday through Friday, the documentation is a little hard to parse, is the following correct? H/6 7-20/1 * * 1-5 Cheers, Andrew Kujtan -- You received this message because you are subscribed to the Google Gro

Jenkins Plugin - Icon shown multiple times when implementing ProminentProjectAction

2014-03-19 Thread Fabio Douek
Hi, I wrote a Jenkins plugin, which has a class which implements ProminentProjectAction. I'm returning the path to the icon in the public String getIconFileName() method. Everything works as expected when there is one Build step. However, if I specify 3 build steps using my Plugin, the icon is

Re: Jenkins OutOfMemory since recent upgrade

2014-03-19 Thread Simon Groenewolt
hi MoBarger On Tuesday, March 18, 2014 7:23:20 PM UTC+1, MoBarger wrote: > > This happened to me. I had to disable the disk usage plugin. > Also you need to go to Manage Jenkins, clean old data to remove its > entries from the job config files. > Thanks for your reply. I've checked my install

Re: can't startup Jenkins

2014-03-19 Thread Richard Bywater
Re Q2, looks like the port is in use. Do you perhaps have Jenkins set to autostart when you boot your computer? Either that or some other application has grabbed it. Richard. On Wed, Mar 19, 2014 at 9:40 PM, 敬錞潘 wrote: > I can startup Jenkins yesterday , > and it can auto build my project > (b

can't startup Jenkins

2014-03-19 Thread 敬錞潘
I can startup Jenkins yesterday , and it can auto build my project (but xcodebuild fail always,this is another problem,i want to fix it later) Today morning I install Tap plugin&TestFlight plugin and add a Tap & TestFlight setting in my project configuration, Jenkins checkout new one version agai

Re: Using Containers (pros / cons)

2014-03-19 Thread Baptiste Mathus
As Jenkins now actually embeds jetty, I would say go the simplest way: start with java -jar Jenkins.war (10+ slaves). But it also depends what you're used to, sure. For example, if you have good internal experience operating tomcat, running Jenkins inside tomcat would certainly still be a sensible

Re: How do I persist changes to the model made via a Groovy script to disk?

2014-03-19 Thread Baptiste Mathus
+1 having both tried the javadoc and ide path in the past, I recommend by far the ide. Discovering code and possibilities through javadoc solely proves terribly cumbersome. Cheers Le 17 mars 2014 00:11, "Richard Lavoie" a écrit : > The IDE is the best way because of the inter class easy navigatio