Re: Slowness in Jenkins

2013-04-22 Thread intelchen
Hi, It depends. Maybe it will not work still. Or maybe one way to fix this problem is asking for more physical memory. It's better that you could have some investigations into your server performance to find out the bottleneck. Br, Bill On Tuesday, April 16, 2013 5:27:49 PM UTC

Re: Slowness in Jenkins

2013-04-22 Thread intelchen
Hi, On Tuesday, April 16, 2013 5:27:49 PM UTC+8, Aswini Rajasekaran wrote: > > This is how Jenkins gets started, java -XX:MaxPermSize=512m > -XX:PermSize=128m > -Xms2g -Xmx2g > The Max Permsize for jvm is 512mb. > Isn't this enough? > > > > -- > View this message in context: > http://jenki

RE: email notifications have issues for Jenkins master in Amazon

2013-04-22 Thread Alex Earl
EC2 instance MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b5d58869e96a304dafcd596 --047d7b5d58869e96a304dafcd596 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Wouldn't the version of Jenkins use the version if mailer bundled? Sent from my Wind

Re: email notifications have issues for Jenkins master in Amazon EC2 instance

2013-04-22 Thread Irfan Sayed
Mailer version and jenkins version should be compatible with each other Regards On Tuesday, April 23, 2013, Slide wrote: > I think you need to upgrade your Jenkins version. The Mailer plugin was not introduced until 1.494 or so, your version is MUCH older than that. There could be some version i

Re: email notifications have issues for Jenkins master in Amazon EC2 instance

2013-04-22 Thread Slide
I think you need to upgrade your Jenkins version. The Mailer plugin was not introduced until 1.494 or so, your version is MUCH older than that. There could be some version issues. On Mon, Apr 22, 2013 at 4:28 PM, rakhee Kulkarni wrote: > Irfan, > > I have the smtp server set. I can send emails,

Re: email notifications have issues for Jenkins master in Amazon EC2 instance

2013-04-22 Thread rakhee Kulkarni
Irfan, I have the smtp server set. I can send emails, however I see some message after and the build fails. Thanks, Rakhee On Sunday, April 21, 2013 8:44:51 PM UTC-7, Irfan Sayed wrote: > > did u add smtp mail server address in global configuration ? > > regards > > > > On Sun, Apr 21, 2013 at

Re: email notifications have issues for Jenkins master in Amazon

2013-04-22 Thread rakhee Kulkarni
Hi Slide, I am using Jenkins 1.424.6 and mailer plugin 1.2. The mail does get sent however I do see these messages and the build fails. Thanks for getting back. Rakhee On Saturday, April 20, 2013 10:44:27 PM UTC-7, slide wrote: > > EC2 instance > MIME-Version: 1.0 > Content-Type: multipart/a

Call for Jenkins tshirt design

2013-04-22 Thread Alyssa Tong
Calling all creative Jenkins enthusiasts, I'm soliciting for cool and fun design ideas for the up coming Jenkins Palo Alto tshirt. We want to make this a tshirt that everybody would want so pls send me your ideas. A few friendly reminder: CFP is still open, pls submit here

Re: Running slave in a chroot

2013-04-22 Thread felix schwitzer
Hi Stephen Thanks for the hint, the second one looks good but I have to check this with the admin of the buildserver. In the meanwhile I launch the slave via command on master. The master ssh-s to the slave and starts the slave.jar in the chroot via a script. Seems to work properly... On 0

jenkin high CPU

2013-04-22 Thread Zetan Drableg
Today jenkins 1.496 is consuming 100% cpu for long periods of time and the web UI is not responding. We restarted the VM this morning after Vmware planned outage and are now stuck in this state. Thread dumps reveal every web request is off waiting to getLastFailedBuild How do I fix this? Thanks

Re: Will next LTS use svn v1.7?

2013-04-22 Thread Mark Waite
I created that link based on the contents of the previous LTS release page (1.480.x RC Testing).  I did not intend to make it a statement of what features were included or not included in the 1.509.x LTS release. Would you be willing to download the 1.509.1 LTS release candidate, perform some S

RE: Can a Jenkins job save/retrieve job information from previous run

2013-04-22 Thread David Aldrich
Ø Are you talking about archiving the artifacts as a post build action? Yes. Ø How do I retrieve the published artifact from the previous job? That, I believe, is where you use the Copy Artifacts plugin. David From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com]

Re: Can a Jenkins job save/retrieve job information from previous run

2013-04-22 Thread Eric Wood
Are you talking about archiving the artifacts as a post build action?  How do I retrieve the published artifact from the previous job.  Do I have to code this myself, is there a check box?  Basically I'm looking to save information about the job as a series of name/value pairs so a subsequent ru

RE: Can a Jenkins job save/retrieve job information from previous run

2013-04-22 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
To expand on that: this is called 'archiving artifacts', and you can use the Copy Artifacts plugin to copy artifacts from a previous job into a subsequent job. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Apr 22 2013 11:17:37

RE: Can a Jenkins job save/retrieve job information from previous run

2013-04-22 Thread David Aldrich
Yes, I suggest you use build artifacts. David From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Eric Wood Sent: 22 April 2013 16:15 To: jenkinsci-users@googlegroups.com Subject: Can a Jenkins job save/retrieve job information from previous run Is it p

Can a Jenkins job save/retrieve job information from previous run

2013-04-22 Thread Eric Wood
Is it possible for a jenkins job/project to save information that was gathered during it's execution so this information can be retrieved and processed on a subsequent execution? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe

Re: Checkstyle plug-in: Define which violations should be high or low priority

2013-04-22 Thread Angelo D'Agnano
Thanks Ullrich, I found how to set, in the checkstyle xml configuration, the severity (http://checkstyle.sourceforge.net/property_types.html#severity). Angelo On Monday, April 22, 2013 2:33:16 PM UTC+2, Ullrich Hafner wrote: > > It is not possible to customize the priority in the Jenkins plug-i

RE: How to pass multiple parameters to jenkins cli build

2013-04-22 Thread Stanley, Jason
--username --password-file /path/to/file/Password.txt From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of mallikarjunece Sent: Friday, April 19, 2013 6:31 AM To: jenkinsci-users@googlegroups.com Subject: RE: How to pass multiple parameters to jenkins cl

Filter SCM polling on Multiple SCM with Git

2013-04-22 Thread graya2
I am using "Multiple SCM" plugin and I have 2 git repos that are being pulled into my workspace: g...@bitbucket.org:foo/a --> goes to directory $WORKSPACE/a g...@bitbucket.org:foo/b --> goes to directory $WORKSPACE/b I want to filter *all* commits to foo/a so that the job does not start. Easy eno

RE: How to pass multiple parameters to jenkins cli build

2013-04-22 Thread mallikarjunece
How to pass user name java -jar Jenkins-cli.jar -s JENKINS_URL build JOB_NAME --username= -- View this message in context: http://jenkins.361315.n4.nabble.com/How-to-pass-multiple-parameters-to-jenkins-cli-build-tp4663381p4663545.html Sent from the Jenkins users mailing list archive at Nabble

RE: How to pass multiple parameters to jenkins cli build

2013-04-22 Thread mallikarjunece
Hi, How to supply build started by user for jenkins cli build ??? Is there any provision for this ??? Please let me know.. Thanks in advance ... Mallikarjuna On Thu, 18 Apr 2013 20:11:03 +0530 Jason [via Jenkins] Stanley wrote

Will next LTS use svn v1.7?

2013-04-22 Thread David Aldrich
Hi I was hoping that the next Jenkins LTS release will use a Subversion v.1.7 compatible svn plugin, but this link suggests that it will still use a v.1.6 compatible version: https://wiki.jenkins-ci.org/display/JENKINS/LTS+1.509.x+RC+Testing

Re: Checkstyle plug-in: Define which violations should be high or low priority

2013-04-22 Thread Ulli Hafner
It is not possible to customize the priority in the Jenkins plug-in: the plug-in reads the priorities of the Checkstyle analysis results (of your build) and maps them to the corresponding Jenkins priority. Ulli Am 22.04.2013 um 13:31 schrieb Angelo D'Agnano : > Hi, > > I installed the checks

Re: No plugins available in Plugins manager in Jenkins 1.466.2 on Ubuntu Server 12.10

2013-04-22 Thread Caroline
Thought i'd answer this in case anyone else came across it - seems to be a problem with the jenkins apt-get installed package. If i download the jenkins war and run it everything works fine... (very odd) On Friday, 19 April 2013 17:47:17 UTC+1, Caroline wrote: > > A bit more info: > > An existi

Checkstyle plug-in: Define which violations should be high or low priority

2013-04-22 Thread Angelo D'Agnano
Hi, I installed the checkstyle plug-in and everything seems to work fine. The only problem I have is that all checkstyle violations are displayed as "High Priority". How can I customize what is displayed as High, normal or low priority? Thanks, Angelo -- You received this message because yo

setting timezone for users

2013-04-22 Thread Chris Withers
Hi All, I'm looking after a Jenkins server that's used by two teams, one in europe and one in the united states. How can I get the UI to show the correct times for users in their own timezone? cheers, Chris -- Simplistix - Content Management, Batch Processing & Python Consulting

Jenkins CI LDAP setup: Very slow Log in

2013-04-22 Thread Moral
I have the following setup: - Apache Tomcat 7.0.32 - Jenkins CI 1.511 I need to Secure Jenkins so I have chosen the LDAP authentication plug in (version 1.2) The set up of the LDAP seems to be ok since I can connect to the LDAP server. The only issue I have is that it takes up to 1 mi

How to get the subprojects of a certain freestyleproject

2013-04-22 Thread 李军
Hello guys, I am pretty new to jenkins. I have encountered a problem and need your kind help :p I have setup a project, lets say project A. This project contains a certain project B as part of it(via "trigger/call builds on other projects" with "Block until the triggered projects finish their