Re: Mixing automatic and scheduled builds

2012-02-23 Thread Sason
Thanks John, that sounds like a good idea. I'll see what I can do by way of archiving artifacts. So far, I had been thinking of artifacts in term of pure build output (files, libraries, whatever), not as metadata. On 23 Feb., 23:56, John Vacz wrote: > On 23.02.2012 08:36, Sason wrote: > > > > > >

Re: Violations Plugin and JSlint

2012-02-23 Thread Daniel Becroft
2012/2/13 Grzegorz Ślusarek > Bob Koertge gmail.com> writes: > > > > > I cannot seem to get detailed infomration on my errors with JSLint and > violations. Here is some screenshots http://screencast.com/t/Vu6vo2y9 -> > I get > the overall results, but clicking any of the .js file links leads to

Re: JMS trigger

2012-02-23 Thread Didier Durand
Hi, If you go to the plugins page and check the Build Triggers section, you'll see that many plugins have the same intent as yours: FileFound plugin, FST plugin, IRC plugin, URL change plugin. So, you should definitely do it. Btw, the plugins mentionned probably provide good source code skeleton

JMS trigger

2012-02-23 Thread tommyB
So I have been using Jenkins for a couple of years to periodically run some etl/batch jobs. Most of the jobs are simple enough that I just need a groovy script or two to take care business. So anyway, I am starting to get requests to start dealing with real time data from JMS. The data processin

Re: groovy plugin?

2012-02-23 Thread Vojtech Juranek
> Does the groovy plugin need anything special installed on the slaves? there are two options, groovy script and system groovy script. First one requires groovy installation on slaves (check global jenkins configuration, auto-install can be used), second doesn't, however it's not executed on sla

RE: Using svn export instead of svn checkout

2012-02-23 Thread Terry.Rankine
svn export would take less disk space, but switching to another VCS alltogether may be what you want for speed. While I personally believe that svn forces you to get the governance of a code base right, I think git dodges that entirely (thats why linux kernel developers like it). However, git c

Re: Mixing automatic and scheduled builds

2012-02-23 Thread John Vacz
On 23.02.2012 08:36, Sason wrote: Hi there, I'd like to set up two dependent build projects for the same software product as follows: - have a "quick" build run every time a developer commits changes, i.e. using the SCM polling trigger. This will only be an incremental build, followed by unit te

groovy plugin?

2012-02-23 Thread Les Mikesell
Does the groovy plugin need anything special installed on the slaves? I can run the example 'println System.getenv("PATH")' in the jenkins script console for a slave but if I put the same thing in an 'execute groovy script''s groovy command box and run a build I get: [envtest] $ groovy e:\hudson\

Where are archived artifacts following promotion?

2012-02-23 Thread Alan Jackoway
Hello, I am trying to configure Jenkins to build and archive an artifact when I promote a build. This artifact is not built until the project is promoted. So my promotion actions are: 1. Execute shell scripts that build package-name-[whatever].tar.gz 2. Archive the artifacts with path package-nam

RE: Using svn export instead of svn checkout

2012-02-23 Thread Jim McCaskey
FWIW: This request has been open for a few years: https://issues.jenkins-ci.org/browse/JENKINS-1304 Your concerns is disk space, my concern is speed of checkout. Export can be much faster on a very large tree. Like you I do clean checkouts so any of the other concerns don't apply for me. May

Re: Using svn export instead of svn checkout

2012-02-23 Thread Les Mikesell
On Thu, Feb 23, 2012 at 11:39 AM, Sami Tikka wrote: > > I know disk space is not cheap if the disk is inside an expensive and slow > enterprise SAN. I know many teams that have gone rogue on their organization > and set up their own CI server outside of IT department control and have been > hap

Re: Using svn export instead of svn checkout

2012-02-23 Thread Sami Tikka
It seems there aren't many people who have need for that feature. You can still open a ticket with a feature request in the Jenkins issue tracker. If no one steps up to the task, your only option is to implement it yourself or hire someone to do it for you. There are also commercial versions of

Re: Using svn export instead of svn checkout

2012-02-23 Thread Les Mikesell
On Thu, Feb 23, 2012 at 6:53 AM, Asmann, Roland wrote: > > As for tracing changes, I don't care about those on a build-server! The > only purpose of a build-server is to check out the code, build it and > report on that. If your build-server is making changes and checking > those in, you are not u

Re: custom build environments?

2012-02-23 Thread Les Mikesell
On Thu, Feb 23, 2012 at 6:42 AM, Mandeville, Rob wrote: > Another possibility would be to put Boost in a non-standard location where > autoconf/configure would never find it, install various versions of Boost > that you need into various directories, and then pass command-line arguments > to autoc

Re: Using svn export instead of svn checkout

2012-02-23 Thread Didier Durand
Hi, please, keep cool . The reason for checkout rather than export is to track and obtain changes in your big files from subversion to your jenkins server but only when they've effectively changed not each time you run the build as you will incurr with export. But, it seems you won't hear tha

Crowd 2 plugin makes too many REST API calls?

2012-02-23 Thread Uwe Stuehler
Hi list, hi Thorsten, First of all, thanks Thorsten for your work on the Crowd 2 plugin! I decided to give it a try, but I noticed that pages were loading really really slow when I was logged in. So I took a look at the communication between Jenkins and Crowd: # ngrep HTTP 'host crowd and port 80

Re: Using svn export instead of svn checkout

2012-02-23 Thread Asmann, Roland
Since we already use the clean checkout option, I don't see where the performance can be gained. As for tracing changes, I don't care about those on a build-server! The only purpose of a build-server is to check out the code, build it and report on that. If your build-server is making changes a

RE: custom build environments?

2012-02-23 Thread Mandeville, Rob
Another possibility would be to put Boost in a non-standard location where autoconf/configure would never find it, install various versions of Boost that you need into various directories, and then pass command-line arguments to autoconf/configure specifying where to get your Boost library from.

Re: Using svn export instead of svn checkout

2012-02-23 Thread Didier Durand
Hi, Even if checkout was possible, I don't think that it is a good idea from a perf standpoint: if you export a file, it gets out of svn control and the changes cannot be tracked. So, next time your run the job, you have to do a full export again even if the file didn't change inbetween: can take

Using svn export instead of svn checkout

2012-02-23 Thread Asmann, Roland
Hi all, Would it be possible to use 'svn export' instead of 'svn checkout'? We have a couple of projects that contain very large files, which are then obviously saved twice on the Server -- once as the actual file and once as the bas-version for SVN. Since we don't check-in stuff from Jenkins,

Error getting SSL context object

2012-02-23 Thread Pedro Lopez
Hello, I am working on AIX with the jenkins version 1.444 and the java version 1.6.0 I have the following error on stdout after launching jenkins application. [Winstone 2012/02/23 12:05:45] - Winstone shutdown successfully [Winstone 2012/02/23 12:05:45] - Container startup failed java.io.IOExcep

RE: custom build environments?

2012-02-23 Thread Nord, James
What we have done is use maven to setup the environment with some calls to tar etc. We build boost and store it (versioned) in a maven repo (as tar.gz including object headers etc). Then what needs boost downloades it and unpacks it into a workspace relative path.The make scrips are all configur

Re: Jenkins show wrong time?

2012-02-23 Thread Ed Bras
I finally changed it: UTC=false, but it made no difference, Jenkins keep showing the time one hour ahead.. (strange..) And now Maven shows one hour back. So at the time of 10.00 (AM), jenkins shows 11:00 and Maven shows 9:00 in the logging :(... I am lost.. Ideas? On Wed, Feb 15, 2012 at 8:14 AM,

RE: Environment variable referencing to remote fs root

2012-02-23 Thread Matthew.Webber
That won’t work if you use a custom workspace for a job. The same probably applies if, under the global configuration, you have (under "Advanced") changed "Workspace Root Directory". Matthew > -Original Message- > From: jenkinsci-users@googlegroups.com > [mailto:jenkinsci-users@googlegr

Re: Problems with multiple java installations on a windows slave

2012-02-23 Thread Vincent Latombe
Did you declare your JDK in Jenkins' global settings? If you have done so, you should be able to select for each job the JDK that you want to use. Vincent 2012/2/22 Sami Tikka > I don't really use Maven that much but I do build Jenkins from time to > time. > > Jenkins has at least two ways of