I want to deploy jenkins into ecliplse but i'm unable, Sorry i'm newbie please help

2014-01-27 Thread Vineet Kharwar
Hi all, I want to deploy jenkins project to eclipse. As i need to do some changes in the jenkins, can anyone help me with this. -- 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

Re: svn checkout/update on linux slave; hopelessly slow...

2014-01-27 Thread kgiloo
Thanx so much for the hint, redirecting jvm to version 1.7.0_51 helps a lot! It seems update runs now with expected speed! Will check with complete checkout... On Monday, January 27, 2014 7:35:09 PM UTC+1, LesMikesell wrote: > > On Thu, Jan 23, 2014 at 7:35 AM, kgiloo > > wrote: > > > > what

Jenkins and Gerrit integration questions - Gerrit-trigger plugin

2014-01-27 Thread JianHua Geng
Hi All, I am working on Jenkins and Gerrit integration recently, and I am using the gerrit-trigger plugin. Now I can trigger my jenkins job when patch has been created in my gerrit. My questions are: 1. How can I retrigger my job when I publish some special comments on the patch in gerrit? F

PermGen space heap dumps triggered by FindBugs analysis

2014-01-27 Thread jenkins.carnegielearning
I opened Issue 21414 on Jenkins JIRA a few days ago, describing a problem I am having with Jenkins hitting a PermGen space error, causing it to lock up and become functionless. I have since found that I can trigger it on demand, on an otherwise idle, just-restarted, Jenkins JVM, by attempting to

How to have downstream job scheduled?

2014-01-27 Thread Umesh Prajapati
Hi Jenkins, I have a upstream job which I trigger everday but I would like to call another job once a week during weekend by upstream job. So basically Job A triggers Job B. Job A gets triggered everyday and I would like to have Job B only triggered once a week during weekend. Is this possib

Re: hudson.model.WorkspaceCleanupThread.disabled=true ? - quick question

2014-01-27 Thread Daniel Beck
On 27.01.2014, at 17:27, zw wrote: > Will hudson.model.WorkspaceCleanupThread.disabled=true stop all jobs' > configuration to "clean workspace" if they are configured to do so ? I'm not sure what you mean, so here's an what the property does: This property only disables the periodic automatic

Re: SOAP UI and jenkins - visualize results

2014-01-27 Thread Leon Katz
> > > *Can you provide the pom.xml with the changes that were added. It was not > really clear to me, how they should look from the comments.* > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receivin

Re: svn checkout/update on linux slave; hopelessly slow...

2014-01-27 Thread Les Mikesell
On Thu, Jan 23, 2014 at 7:35 AM, kgiloo wrote: > > what is probably a no-go for the integration of our linux builds with > jenkins' job per node..: > redhat 5.5 > checkout: nearly one hour on SSD (few minutes only using the svn client > command line) > > even simple 'update' is very slow and takes

Re: svn checkout/update on linux slave; hopelessly slow...

2014-01-27 Thread kgiloo
Unix slave, version 2.33System PropertiesNameValuecom.ibm.cpu.endianlittle com.ibm.jcl.checkClassPath com.ibm.oti.configurationscarcom.ibm.oti.jcl.build20100326_1904 com.ibm.oti.shared.enabledfalsecom.ibm.oti.vm.bootstrap.library.path /usr/lib/jvm/java-1.6.0-ibm-1.6.0.8.x86_64/jre/lib/amd64/default

Re: svn checkout/update on linux slave; hopelessly slow...

2014-01-27 Thread kgiloo
This is frustrating. I cannot explain why it takes so long... Is anybody able to

How to define maven options, common for all projects?

2014-01-27 Thread Dmitry Katsubo
Dear Jenkins users, I have a set of free-style jobs in Jenkins and I want to set up certain system variables which are common for them. I have tried: - *Global properties → Environment variables* (key-value) - *Maven Project Configuration → Global MAVEN_OPTS* (-Dkey=value) without any

hudson.model.WorkspaceCleanupThread.disabled=true ? - quick question

2014-01-27 Thread zw
Hi All Will hudson.model.WorkspaceCleanupThread.disabled=true stop all jobs' configuration to "clean workspace" if they are configured to do so ? Thanks -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop

Re: Hudson to Jenkins

2014-01-27 Thread Dmitry Katsubo
Pity that transformations are implemented only for maven2-projects. I need migration for free-style projects. On Monday, 4 June 2012 18:07:00 UTC+2, Marcel Schutte wrote: > > Hi, > > The attachment contains my (very unpolished) code to convert the hudson > 2.2 config format to that of jenkins. >

Re: Need suport about Reporter Output with TestNG

2014-01-27 Thread Shawn McCarthy
Have you tried just instead of ? I use in my Reporter.log and it looks correct. On Sunday, January 26, 2014 8:42:15 PM UTC-7, Nguyen Hung wrote: > > Hi all, > > I using TestNG to report results of jobs but I met a problem about > Reporter Output... It does not understand the HTML tags (ex:

RE: Need Helpl. Run Jenkins just by itself: java -jar jenkins.war (which uses Jetty) use JDBC Realm

2014-01-27 Thread Mandeville, Rob
I don't think that you can do what you're trying to do. When you run in standalone mode, you are using the Winstone server (winstone.sourceforge.net) as your servlet container. Winstone doesn't appear to do any authentication for you (it's minimalist). If you set the 'delegate to servlet cont

Synergy "scan scm tool" option

2014-01-27 Thread arakel
Hi all, I am using Jenkins (version 1.504) with Synergy plug-in (version 1.6) and Synergy 7.1. The master runs on Linux and the synergy job is tied to a Windows 7 slave. I tick the “Scan scm tool” option under the heading “What triggers the build” to detect any changes in Synergy. The

Re: LTS 1.532.2 release date

2014-01-27 Thread Daniel Beck
On 27.01.2014, at 03:33, Arnaud Héritier wrote: > My instance is again broken this morning with a With Screen of the death > I attached another dump and this time there is no reference to the project > stats plugin (even if I didn't yet had the time to remove it) : > https://issues.jenkins-ci

Need Helpl. Run Jenkins just by itself: java -jar jenkins.war (which uses Jetty) use JDBC Realm

2014-01-27 Thread Артур Игоревич Белоусов
Hi all, I need to solve the following problem: Using plug-Role-Based Strategy ( https://wiki.jenkins-ci.org/display/JENKINS/Role+Strategy+Plugin) with option "Delegate to servlet container" for Jenkins as standalone application (java-jar jenkins.war) provide authorization via database how and wh