Re: jenkins svn update

2012-02-15 Thread fiona
hi, I open my job config, there no place to increase the -Xmx -Xms , I increase it in my enviornment variable JAVA_OPTS,the Xmx is 1024m, Xms is 128m, it seems like no effect. BTW,my source code is too much. On 2月16日, 下午1时20分, Didier Durand wrote: > Hi, > > Maybe not enough memory for the JVM run

Re: Job dependencies

2012-02-15 Thread Didier Durand
Hi, You could create a job C that is triggered by the same events as B C will only do 1 thing: have A a downstream job and A will have B as downstream job So, when C triggers (based on the triggers that you have chosen) it launches A. When A finishes, it launches B That's 1 way: maybe will peop

Re: jenkins svn update

2012-02-15 Thread Didier Durand
Hi, Maybe not enough memory for the JVM running the job to handle the svn protocol efficiently Try to increase the -Xmx -Xms on the Java Options of your job config. I would be interested to read about your results with this proposal or any other. regards didier On Feb 16, 6:15 am, fiona

jenkins svn update

2012-02-15 Thread fiona
if my source code is managed by svn, when a new build start, it will update first,but I find it very slow, if I execute command 'svn update' alone, it is update fast. what factor maybe affect the speed?

Re: Pipelines in Jenkins...

2012-02-15 Thread R. Tyler Croy
On Wed, 15 Feb 2012, Jeff wrote: > I'm trying to implement Jenkins with Maven as the build CI/CD tool since it > does so well with the technologies we are using out of the box instead of > GO that the larger .NET-based organization is using. > > I've done Jenkins jobs for stand-alone projects b

From Changeset to Build rather than from Build to Changeset

2012-02-15 Thread Glfk4rt
Howdy, Is there a reverse lookup for "All Changes"? Or worded, is there a programmatic way to determine which build was the first to contain a changeset? Thanks, Rodney

Failed Tests reports link returns 404 error

2012-02-15 Thread Jeff
New to Jenkins...in case it's not obvious. I have the TestNG plugin installed but the tests are currently run using JUnit via Maven surefire plugin. Should the failed test report link work with JUnit as well? I'm not sure what I should be expecting to happen. -- Jeff Vincent predato...@gmail.c

Solved: java.lang.InstantiationError: org.eclipse.jgit.lib.Repository

2012-02-15 Thread James Mulcahy
Note: I've resolved this issue, but am posting since others have also run into this, but I didn't find a documented solution. I upgraded both Jenkins and a number of plugins last night. Shortly afterwards (though curiously, not immediately), builds started failing with the following error. BU

RE: How do folks look at parameters/settings accross "all projects"?

2012-02-15 Thread Chris_Williams1
I've never used the ConfigSlicer, but you might be able to use a Groovy script, run from the Jenkins script console, to look through the various Jenkins objects. There are several samples here: https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+Script+Console I created a simple one to look thr

How do folks look at parameters/settings accross "all projects"?

2012-02-15 Thread Merrow, Frank
So we have 100+ projects and growing fast . . . They are all mostly the same, but changes creep in when folks debug or whatever. What we'd really like to be able to do is to look at all the projects at once . . . The Config Slicer is heading in the right direction, but it only does a small sub

ghunit testing in xcode

2012-02-15 Thread Mat Stollman
Hey Everyone! I was wondering if anyone has received an issue with xcode 4.2.1 and trying to run ghunit tests. For some reason, I can not get it to run my shell script with the sh command. Here is the ending of my output: It pulls from our github correctly but this is always the end result. I did

Pipelines in Jenkins...

2012-02-15 Thread Jeff
I'm trying to implement Jenkins with Maven as the build CI/CD tool since it does so well with the technologies we are using out of the box instead of GO that the larger .NET-based organization is using. I've done Jenkins jobs for stand-alone projects but not jobs chained from dependent projects.

question about JIRA updated for issue JENKINS-12037

2012-02-15 Thread Mark Streit
Hello, We had reported a defect some time ago that we are seeing with the Jenkins CLI in versions 1.441 and which is continuing through 1.449... I recently uploaded log files from our server environment (Tomcat 7 using 1.449) and just need to know what is the best way to follow-up beyond comments

Re: git: reduce clones' disk space

2012-02-15 Thread Gergely Nagy
Thanks Mark, that's great info - to me it sounds like the way to go. Gergo On Wed, Feb 15, 2012 at 3:03 AM, Mark Waite wrote: > The git plugin rework discussions mentioned the possibility of including > the "---reference " argument to git clone so the pack > files for a single repository could b

FSTrigger plugin: can't monitor unix symlink to dir, with path containing environment variables...

2012-02-15 Thread Adam Aquilon
Hello all, (This is my first question to this list. Running Jenkins 1.446.) I'm trying to use the FS Trigger plugin (version 0.26) to monitor any changes to a symlink (on linux) and trigger a job when the symlink target changes. 1. The symlink points to a directory. The change I want to moni

Re: Maven Build on Slave Fails: NoClassDefFound error when parsing pom.xml

2012-02-15 Thread jcsirot
I'm also facing the same problem. Jenkins version: 1.451 Jenkins master is running on a Linux Debian Jenkins slave is a MacOSX Lion 10.7.3 Maven is the default Lion embedded maven 3.0.3 Java is the default Lion embedded JDK The Log output: Parsing POMs ERROR: Failed to parse POMs hudson.util.IO

Re: Job dependencies

2012-02-15 Thread Alper Tekinalp
Any idea please? 2012/2/15 Alper > Hi. > I have two jobs A, B and B is dependent to A. So how can I say every > time before building job B build job A? > Best regards. -- Alper Tekinalp Hermes İletişim atekinalp.blogspot.com

[ANN] M2Release plugin

2012-02-15 Thread Nord, James
Hi all, I don't normally do announcements but there is a new version of the Jenkins/Hudson m2Release plugin available. Unlike previous versions which just worked in any Hudson or Jenkins version greater than declared in the plugin this version will work with either of the options below: *

Re: upgrade to 1.451 messed up , Jenkins down now.

2012-02-15 Thread Richard Mortimer
On 15/02/2012 14:24, Kalluri, Jagan wrote: I restarted my Machine still don’t see the jobs, I regularly take Back ups every weekend. Can anyone tell me how to reload data manually. Your first screenshot showed that you specified JENKINS_HOME on the command line. You need to provide that to

jcifs.smb.SmbException: The network name cannot be found.

2012-02-15 Thread Vinod
Hi All, I am running master on linux machine and slave on Windows machine. While running node job I get this message where xx.xxx.xx.xxx is IP Address for slave jenkins Connecting to xx.xxx.xx.xxx ERROR: The network name cannot be found. jcifs.smb.SmbException: The network name cannot be found.

The network name cannot be found

2012-02-15 Thread Vinod
Hi All, I am running master on linux machine and slave on Windows machine. While running node job I get this message where xx.xxx.xx.xxx is IP Address for slave jenkins Connecting to xx.xxx.xx.xxx ERROR: The network name cannot be found. jcifs.smb.SmbException: The network name cannot be found.

Re: Jenkins CLI login problem

2012-02-15 Thread danny staple
I think the answer is in the message: "You must authenticate to access this Jenkins. Use --username/--password/--password-file parameters or login command." If seems like you have security enabled, and you should be providing a --username or authentication method for it to work. On 15 February

Re: upgrade to 1.451 messed up , Jenkins down now.

2012-02-15 Thread Jan Seidel
Nah... As long as you just did a restart is nothing gone. You can find all your jobs in Jenkins/jobs/[Jobname]\config.xml. They contain your configuration for each job. You can take a look into the Jenkins log to see why they didn't load. And this has one good thing ;) This little shock you expe

Jenkins CLI login problem

2012-02-15 Thread Lestin Liu
Hi, Did anyone have CLI creditential problem? I met with the following messege: --> java -jar jenkins-cli.jar -s http://hudson-01:8008/ help You must authenticate to access this Jenkins. Use --username/--password/--password-file parameters or login command. --> java -jar jenkins-cli.jar -s http:

Re: sonar fails to analyze snapshots after maven release

2012-02-15 Thread jalogar
Domi, I have updated the M2 release plugin to version 0.9, so now in the build configuration I see a new entry "Release envrionment variable" with value IS_M2RELEASEBUILD. In the sonar configuration, I have set this value in the "Skip if environment variable is defined". I think with these two con

Re: kill builds that take too long?

2012-02-15 Thread Dirk Weigenand
Add the timeout property (http://ant.apache.org/manual/Tasks/junit.html) to your junit ant task (iff you use ant). This will terminate unit tests taking longer than the specified amount in milliseconds. For the surefire maven plugin the relevant property is described hier: http://maven.apache.o

RE: kill builds that take too long?

2012-02-15 Thread Matthew.Webber
You want https://wiki.jenkins-ci.org/display/JENKINS/Build-timeout+Plugin Matthew > -Original Message- > Is there a way I can get Jenkins to kill builds that take too long? > I have one job whose unit tests periodically hang, and sometimes it's a > day or two before I notice (no news is go

kill builds that take too long?

2012-02-15 Thread Chris Withers
Hi All, Is there a way I can get Jenkins to kill builds that take too long? I have one job whose unit tests periodically hang, and sometimes it's a day or two before I notice (no news is good news, right? ;-) ) cheers, Chris -- Simplistix - Content Management, Batch Processing & Python Consu

Re: Web page issue

2012-02-15 Thread Richard Mortimer
Hi, (moving thread back to -users@ instead of -dev@) On 15/02/2012 05:05, sureshkumar nandakumar wrote: Hi, Really thanks for your reply. I didn’t get any issues in server. It is working well. The log file that you supplied is where issues in the server are generally reported. In your case th

Marking a build unstable for new warnings

2012-02-15 Thread Johannes Wienke
Hey everyone, we have a job which performs some custom coding style checking on some files. As the result format my custom checker produces checkstyle XML output. What we would like to have is that committers are notified by mail each time they introduce a new style warning. I could achieve some

Re: Block Build when downstream project is *queued*

2012-02-15 Thread Dirk Kuypers
Hi, sorry for the late answer, I was busy with other things. Copy artifacts seems to be the thing that would fit perfectly, thanks for the suggestion! Running everything in one job is no alternative because it would take more than 2 hours until all the tests are ready. I have 12 executors in paral

Job dependencies

2012-02-15 Thread Alper
Hi. I have two jobs A, B and B is dependent to A. So how can I say every time before building job B build job A? Best regards.