Re: [VOTE] Bump Jenkins to Java 6

2012-09-06 Thread Stephen Connolly
On 5 September 2012 23:16, Kohsuke Kawaguchi wrote: > On 09/05/2012 01:18 PM, Brian Smith wrote: > >> Hi >> >> I don't think EOL alone is a good reason to upgrade the runtime >> dependency, anybody concerned about it can run on a newer JVM anyway. >> >> It might help if someone were to outline the

Re: Timestamp in log output of a Maven build

2012-09-06 Thread Michaël Pailloncy
Thank you Domi. I'll test it right away. Michaël 2012/9/5 domi > have a look at this: > https://wiki.jenkins-ci.org/display/JENKINS/Timestamper > Domi > > On 05.09.2012, at 17:39, mpapo - Michaël Pailloncy > wrote: > > > Hi, > > > > Is there a way to show timestamp in log output of a build ? >

api to get username who created job or who changed job's configuration.!!!

2012-09-06 Thread hitesh kumar
Hi, Any one knows about api which can get username who created job or last username who changed job configuration in last? regards, Hiteswar

Re: api to get username who created job or who changed job's configuration.!!!

2012-09-06 Thread Vincent Latombe
Hi, you should check out https://wiki.jenkins-ci.org/display/JENKINS/JobConfigHistory+Plugin Vincent 2012/9/6 hitesh kumar > Hi, > Any one knows about api which can get username who created job or last > username who changed job configuration in last? > > regards, > Hiteswar >

JENKINS CVS PLUGIN

2012-09-06 Thread Deeps
Hi, Is there a way in which i can use a parameter specified at run time for CVS_BRANCH? I'm running Jenkins version 1.475 and CVS Plugin version 1.6. If not, can it please be included. I'm doing a cvs checkout and then in my build step i'm using the CVS_BRANCH to run some shell commands through

EnvInject 1.69 possible bug

2012-09-06 Thread Matthew.Webber
Having just updated the EnvInject plugin from 1.68 to 1.69, I see some additional messages in the console log: [EnvInject] - Variables injected successfully. [EnvInject] - Unset unresolved 'GDA_beamline_ESRF_bm26a_developers' variable. [EnvInject] - Unset unresolved 'GDA_beamline_DLS_b16_develope

Re: passing parameters with build flow plugin

2012-09-06 Thread ola nilsson
Use the parameterized build plugin (for the unit-tests job) and setup a string variable called MYSVN_REV (SVN_REVISION is a 'built-in'). Pass the variable into the build from the flow DSL like you show above. Then, in the unit-tests job config use MYSVN_REV (it's an environment variable) in the

JNLP Slave Behavior upon Server Bounce

2012-09-06 Thread Mandeville, Rob
I'm running a fairly extensive Jenkins installation with about 120-140 slave nodes, almost entirely on Linux (as is the server). The server has been hanging and taking up 100% CPU on its server from time to time, so I've had to bounce the server. With 12-hour test cycles, this can be...disrupt

Re: Jenkins with TestLink

2012-09-06 Thread cjo
My suggestions were for triggering other jobs on the Jenkins server that run on different machines. i.e Project A starts either Project 1 - tied to windows nodes or Project 2 - tied to linux nodes Where the script in Projects 1 & 2 actually controls the tests, running on the node. e.g. Copi

Re: JNLP Slave Behavior upon Server Bounce

2012-09-06 Thread domi
Hi Rob, yes they are, the slaves automatically reconnect to there master as soon as its available again. Domi On 06.09.2012, at 13:10, "Mandeville, Rob" wrote: > I’m running a fairly extensive Jenkins installation with about 120-140 slave > nodes, almost entirely on Linux (as is the server).

RE: JNLP Slave Behavior upon Server Bounce

2012-09-06 Thread Mandeville, Rob
Just to be sure: they don't abort their jobs in this case? --Rob From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of domi Sent: Thursday, September 06, 2012 8:58 AM To: jenkinsci-users@googlegroups.com Subject: Re: JNLP Slave Behavior upon Server Bounce

Re: JNLP Slave Behavior upon Server Bounce

2012-09-06 Thread domi
That I'm not 100% sure, but I think the jobs do get killed - even though the saves are not dead. Domi On 06.09.2012, at 14:59, "Mandeville, Rob" wrote: > Just to be sure: they don’t abort their jobs in this case? > > --Rob > > From: jenkinsci-users@googlegroups.com > [mailto:jenkinsci-use

Re: Jenkins doesn't work with Eclipse Mylyn

2012-09-06 Thread alex ouzounis
any news for a possible fix ? Alex On Tuesday, August 7, 2012 3:31:22 PM UTC+3, Stepan Vavra wrote: > > Hello, > I've found that the problem is with the Winstone web server. > When I deploy Jenkins to Jetty or Tomcat, everyting is fine. > > So the resolution is that Jenkins should have used worki

Sharing files between master and slave (dropbox like)

2012-09-06 Thread Jerome Lacoste
I am trying to centralize on my master the list of files required for my various slaves. My current solution(s) including drawbacks are described below. Feel free to comment if you have a better alternative. Because of security reasons, I want to keep a minimal number of connections between my

Subversion plugin failing with

2012-09-06 Thread John R Cary
I have been trying to get jenkins (v1.478) to svn checkout my repos. I keep getting the error org.tmatesoft.svn.core.SVNErrorMessage: svn: OPTIONS ... ... bad_record_mac Intensive searching has not found the answer to this problem. From http://issues.tmatesoft.com/issue/SVNKIT-176 I tried JENK

Re: Sharing files between master and slave (dropbox like)

2012-09-06 Thread Les Mikesell
On Thu, Sep 6, 2012 at 8:50 AM, Jerome Lacoste wrote: > I am trying to centralize on my master the list of files required for my > various slaves. > [...] > Possible "simple" implementations: > * a directory on the slave that automatically gets synced with the master on > a particular location e.

Re: MSTestRunner plugin unable to launch mstest.exe

2012-09-06 Thread bearrito
I had the same issue. This is what works for me foreach($testFolder in $testFolders) { Set-Location "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE" $testPath = Join-Path $testFolder.FullName ( $testFolder.Name + ".dll" ) $resultPath = Join-Path $PRIMARYWORKSPACE ( $te

MSTest Plugin doesn't fail the job on failing test.

2012-09-06 Thread bearrito
I would like the MSTest plugin to fail the job when a test fails. Is this feasible ?

Another Maven Release plugin error

2012-09-06 Thread gsilverman
I'm getting the following output when I build a project with the Maven Release Build checked in the Maven Build Environment section of the project configuration (My artifact pom.xml file has the maven release plugin, version 2.3.2 property configured): [INFO] --

Problem with MAVEN_HOME in a build

2012-09-06 Thread mpapo - Michaël Pailloncy
Hi, We faced in a problem with Maven during a release build. The job is configured with the Release Plugin. MAVEN_HOME variable is correctly set during the first build (and any 'normals' builds), but when we launch a release and the build arrive to the command 'mvn .. release:clean release:prep

Re: MSTest Plugin doesn't fail the job on failing test.

2012-09-06 Thread Mark Waite
You might consider the comments in this thread before you mark a job as failed due to test failures: http://jenkins.361315.n4.nabble.com/plugin-A-build-with-failed-tests-should-be-marked-as-Unstable-or-Failure-td3585663.html  If that guidance doesn't meet your needs and you decide that you stil

Subversion plugin failing with bad_record_mac

2012-09-06 Thread John R. Cary
I have been trying to get jenkins (v1.478) to svn checkout my repos. I keep getting the error org.tmatesoft.svn.core.SVNErrorMessage: svn: OPTIONS ... ... bad_record_mac Intensive searching has not found the answer to this problem. From http://issues.tmatesoft.com/issue/SVNKIT-176 I tried JENK

iPhone App To Help You Learn Chinese (Mandarin) Faster By Using Flashcards With Pictures

2012-09-06 Thread Chinese Flashcards with Pictures
http://goo.gl/VFim3 - "iChineseFlashcards" is an iPhone app that will help you learn Chinese (Mandarin) faster by using flashcards with pictures (learn over 300 most commonly used words in the English / Chinese language from A to Z), thanks.

Re: problem installing plug-ins on windows pc

2012-09-06 Thread Kenneth
Found a fix. The problem isn't with the browser, but with the fact that jenkins was installed under ..Program Files... I unistalled and moved to C:\Jenkins\.. and erverything works thus far. and the potential limit on path and filename lengths of 256 is a bit further off. cheers kfn On Saturday

RE: MSTest Plugin doesn't fail the job on failing test.

2012-09-06 Thread William Soula
Is there anything in the log to denote a failure? You could use the log parser to fail if it finds test failures. But I agree with the guy below they should be marked unstable, which can also be done with the log parser plugin. Will From: jenkinsci-users@google

how to handle build dependencies?

2012-09-06 Thread Kenneth
I am quite new to Jenkins, and am faling in love ;-) (with him sound wrong though) Anyway I am trying to figure out how to handle projects that depends on each other. I would really like to only have one job for each project. How should I handle that one project relies on another? a.exe uses b

Submit config.xml for Maven job but Maven release is not enabled

2012-09-06 Thread Loren
I have been using Hudson/Jenkins for a few years now. I manage roughly 350 Maven artifacts and probably double that number of jobs. To help with Maven releases I wish to automate the sequence of jobs that are to be executed and also test those jobs in a sandboxed env prior to release (so as not

Re: how to handle build dependencies?

2012-09-06 Thread Loren
Check the build trigger checkbox that says "Build when a snapshot dependency is built". So if A depends upon B and you check the box in A, then A will build after B builds.

Re: how to handle build dependencies?

2012-09-06 Thread Loren
Sorry, that was a Maven answer. Add a post-build action and you can specify what is to be built after a project builds. > > >

Re: Subversion plugin failing with bad_record_mac

2012-09-06 Thread John R. Cary
Answering my own question: I could not get jenkins to use sslv3, but by modifying my server to also allow tlsv1 on the SSLProtocol definition, I got the Jenkins subversion plugin to work. The magic line appears to be SSLProtocol -all +SSLv3 +TLSv1 John Cary On 9/6/12 11:57 AM, John R. C

Re: how to handle build dependencies?

2012-09-06 Thread Loren
Sorry again, I thought you were using a repository. Wow, Maven really has me hard wired. I don't have an easy answer for you other than possibly executing a "Pre step" that sets up your downstream project with the upstream artifact, and linking the jobs together using a post-build action in you

Re: how to handle build dependencies?

2012-09-06 Thread David Weintraub
There are a couple of plugins you might use: * Copy Artifacts Plugin: This will copy artifacts from Build "A" to Build "B". * You can set Jenkins up to trigger one build from another. There are two places where this can be done. One is an option to trigger the job when another job finishes. Th

populating the workspace on a slave

2012-09-06 Thread acozine
We use Jenkins for our rails projects and are moving to a master-and-slaves setup on EC2, where a small master spawns slaves as needed. The Amazon EC2 plugin works well - it starts new instances and establishes a slave connection. However, builds that pass on the master fail on the slave. On th

Re: how to handle build dependencies?

2012-09-06 Thread Les Mikesell
On Thu, Sep 6, 2012 at 2:15 PM, Kenneth wrote: > I am quite new to Jenkins, and am faling in love ;-) (with him sound wrong > though) > > Anyway I am trying to figure out how to handle projects that depends on each > other. I would really like to only have one job for each project. How should > I

Re: [VOTE] Bump Jenkins to Java 6

2012-09-06 Thread Conny Kreyßel
Am Mittwoch, 5. September 2012 21:18:41 UTC+2 schrieb domi: > > Hi all, > > just after todays meeting on the IRC chat, we startet a discussion about > upgrading Jenkins to Java 6. > As Java 5 has reached EOL since quite a while, some core developers have > asked whether it would be > OK to b

Re: [VOTE] Bump Jenkins to Java 6

2012-09-06 Thread Conny Kreyßel
+1 I know thats not easy to update all kinds of nodes to Java 1.6+. But the jenkins core should be cleaned up to depend on Java 1.6. Conny Am Mittwoch, 5. September 2012 21:18:41 UTC+2 schrieb domi: > > Hi all, > > just after todays meeting on the IRC chat, we startet a discussion about > upg

Re: how to handle build dependencies?

2012-09-06 Thread Kenneth
Hi all, Thanks for so many responses. I'm currently looking into filefingerprinting an copy artifacts plugin. It sounds like the right way, and I can almost get it to work. ;-) but... I'm stuck with the problem that the project referes it at ..\..\debug, while the jenkins output is different, an

How to take pull -u from a repository instead of doing update only in mercurial using jenkins

2012-09-06 Thread Varghese Renny
Hi, I got an error because some develpers has deleted code from mercurial repository, since it is taking update only if something is deleted from repository it won't get reflect in the build workspace. What can i do for avoiding build getting failed due to this reason? Regard

Antwort: How to take pull -u from a repository instead of doing update only in mercurial using jenkins

2012-09-06 Thread Andreas Schilling
Hi Varghese, I'm not sure what problem you mean. The Jenkins hg plugin does a pull and an update. If files were deleted within the pulled changesets they also become deleted in the workspace. Are you sure that not something else causes the problems you have? Kind regards, Andreas Schilling CA

Re: How to take pull -u from a repository instead of doing update only in mercurial using jenkins

2012-09-06 Thread Varghese Renny
Yeah, recently one develper has deleted one file in remote repo, so after that build is getting failed pointing to the java file he deleted. so it is taking update only not pull.. I have given options like Repository url corresponding url... Branchnil Modules nil clean build didn't