Mixing automatic and scheduled builds

2012-02-22 Thread Sason
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 tests. - run a scheduled full "nightly

Re: svn revision policy

2012-02-22 Thread Christoph Kutzinski
Is it possible that you talk about the Hudson svn plugin and not about the Jenkins one? I'm not aware about a revision policy in the Jenkins one. Am 23.02.2012 um 02:43 schrieb fiona : > thanks a lot for your support! in fact , I'm confused by 'build time' > and 'Head revision' in configuring

Re: email coming to everyone instead of build breakers (culprits)

2012-02-22 Thread Slide
I think its actually similar to this one: https://issues.jenkins-ci.org/browse/JENKINS-11309 On Wed, Feb 22, 2012 at 6:57 PM, wrote: > Sounds like https://issues.jenkins-ci.org/browse/JENKINS-12421 > > ** ** > > *From:* jenkinsci-users@googlegroups.com [mailto: > jenkinsci-users@googlegroups

RE: email coming to everyone instead of build breakers (culprits)

2012-02-22 Thread Sampath.Rajagopal
Sounds like https://issues.jenkins-ci.org/browse/JENKINS-12421 From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Slide Sent: Wednesday, February 22, 2012 5:34 PM To: jenkinsci-users@googlegroups.com Subject: RE: email coming to everyone instead of bui

Re: svn revision policy

2012-02-22 Thread fiona
thanks a lot for your support! in fact , I'm confused by 'build time' and 'Head revision' in configuring 'subversion revision policy', I don't know the difference between them. I think both of them check out the revision at the build startup time. On 2月23日, 上午5时14分, Les Mikesell wrote: > On Wed,

RE: email coming to everyone instead of build breakers (culprits)

2012-02-22 Thread Slide
This may be a known bug, I don't have JIRA available right now, but you could check. On Feb 22, 2012 6:03 PM, wrote: > "Send to Recipient List" is not checked for any trigger. > > "Include Culprits" is checked for Failure trigger. In here "Recipient > List" is empty. > > “send to Committe

Re: custom build environments?

2012-02-22 Thread Dean Yu
We have an internal plugin that manages chroots for exactly this scenario. We set up the chroot through a BuildWrapper, and we override the launch method so that each build step enters the chroot before it executes. There’s a lot of internal-only code in here, so it’s not something we can open s

RE: email coming to everyone instead of build breakers (culprits)

2012-02-22 Thread Sampath.Rajagopal
"Send to Recipient List" is not checked for any trigger. "Include Culprits" is checked for Failure trigger. In here "Recipient List" is empty. "send to Committers" is not checked for any trigger. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Slide

Re: FSTrigger plugin issues

2012-02-22 Thread Brad Huggins
Done. Let me know if you need any additional information. https://issues.jenkins-ci.org/browse/JENKINS-12865 On Wed, Feb 22, 2012 at 4:39 PM, Grégory Boissinot < gregory.boissi...@gmail.com> wrote: > Could you raise a bug report for the envinject component and attach your > job configuration file

Re: email coming to everyone instead of build breakers (culprits)

2012-02-22 Thread Slide
Do you also have "send to recipients" checked? On Feb 22, 2012 4:40 PM, wrote: > Using Jenkins 1.4.51 and mail-ext-plug in / 2.1.8 > > ** ** > > The build failure notification goes to everyone instead of culprits. > > The question is - when you enable "Include Culprits", should it have >

email coming to everyone instead of build breakers (culprits)

2012-02-22 Thread Sampath.Rajagopal
Using Jenkins 1.4.51 and mail-ext-plug in / 2.1.8 The build failure notification goes to everyone instead of culprits. The question is - when you enable "Include Culprits", should it have Recipient List filled in ? or it can be left blank ?? What should be done to have the mail sent to the

Re: xUnit - failed test did not set yellow ball

2012-02-22 Thread Grégory Boissinot
Not issue. Closed. On Mon, Feb 20, 2012 at 6:07 PM, Thomas Fürer wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > please vote for > https://issues.jenkins-ci.org/browse/JENKINS-12616 > > I think you are running in the same issue as I do. > > thomas > > Am 20.02.2012 15:59, schrieb za.

Re: Bug in EnvInject Plugin 1.26

2012-02-22 Thread Grégory Boissinot
Fixed On Tue, Feb 21, 2012 at 12:01 PM, wrote: > If you use the EnvInject Plugin, note that 1.26 introduced a bug you might > want to know about. See https://issues.jenkins-ci.org/browse/JENKINS-12841. > We dropped back to 1.25 to get around this. > Matthew > > > -- > This e-mail and any attachm

Re: custom build environments?

2012-02-22 Thread Mark Waite
I experimented once with a "chroot" environment as a way to have different configurations on the same Linux machine.  I found chroot to be more complicated than I was ready to use at the time, but I believe it can be used to provide different executable versions hosted over the same Linux kernel

Re: Problems with multiple java installations on a windows slave

2012-02-22 Thread 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 doing a Maven build. 1) If you choose a "maven2/3 project" type when creating a job, Jenkins will not call mvn.bat when building. Instead it will load Maven classes and call them directly

Re: The network name cannot be found

2012-02-22 Thread Sami Tikka
What type of slave is this? There are some tips and troubleshooting advice in Jenkins wiki. Did you read them? https://wiki.jenkins-ci.org/display/JENKINS/Windows+slaves+fail+to+start+via+DCOM https://wiki.jenkins-ci.org/display/JENKINS/Windows+slaves+fail+to+start+via+JNLP -- Sami 2012/2/15 Vin

Re: Block Build when downstream project is *queued*

2012-02-22 Thread Sami Tikka
2012/2/15 Dirk Kuypers : > Running everything in one job is no alternative > because it would take more than 2 hours until all the tests are ready. OK. But you do know it is possible to run several builds of one job concurrently? Check the "Execute concurrent builds if necessary" on job configurat

Re: FSTrigger plugin issues

2012-02-22 Thread Grégory Boissinot
Could you raise a bug report for the envinject component and attach your job configuration file (config.xml)? On Wed, Feb 22, 2012 at 9:37 PM, Brad wrote: > I am having trouble getting the FSTrigger plugin to work. I am > getting the following error: > > [FSTrigger] - Monitor files > > Polling

Re: Environment variable referencing to remote fs root

2012-02-22 Thread Sami Tikka
AFAIK such a variable does not exist but you can "cd .." starting from $WORKSPACE and eventually you should get to the directory that has slave.jar. I think that should be the directory that was configured as remote root directory. -- Sami 2012/2/16 Ringo De Smet : > > > On 8 August 2011 23:54, J

Promoted builds and Naginator plugins

2012-02-22 Thread Sami Tikka
I have a problem with Promoted builds and Naginator plugins. I have a job JOB_A, which builds a software package. It triggers JOB_B, JOB_C and JOB_D to test it. JOB_A is configured to be automatically promoted when B, C and D pass. The software package is fingerprinted in A, B, C, and D. As it ha

Re: SSH plugin "Can't connect to server" problem

2012-02-22 Thread Anthony Ho
Brian, I found the solution. Thanks. The solution is to add (uncomment) the line "PasswordAuthentication yes" in /etc/ssh/sshd_config file of the ESXi server. Thanks, --Anthony On Wed, Feb 22, 2012 at 1:28 PM, Brian J wrote: > It's usually best in this case to check to see if you see anythin

Re: Optional File Parameterization?

2012-02-22 Thread Andrew Melo
On Wed, Feb 22, 2012 at 3:36 PM, Les Mikesell wrote: > On Wed, Feb 22, 2012 at 3:29 PM, Andrew Melo > wrote: > > > > > > On Wed, Feb 22, 2012 at 2:35 PM, Sami Tikka wrote: > >> > >> Funny... I just created a test job with one file parameter and > >> triggered without specifying a file. The job

Re: Optional File Parameterization?

2012-02-22 Thread Les Mikesell
On Wed, Feb 22, 2012 at 3:29 PM, Andrew Melo wrote: > > > On Wed, Feb 22, 2012 at 2:35 PM, Sami Tikka wrote: >> >> Funny... I just created a test job with one file parameter and >> triggered without specifying a file. The job ran fine and there was no >> file in the workspace. >> >> I'm running J

Re: Optional File Parameterization?

2012-02-22 Thread Andrew Melo
On Wed, Feb 22, 2012 at 2:35 PM, Sami Tikka wrote: > Funny... I just created a test job with one file parameter and > triggered without specifying a file. The job ran fine and there was no > file in the workspace. > > I'm running Jenkins 1.451 on Mac OS X 10.7. My Jenkins is not wrapped > in any

Re: SSH plugin "Can't connect to server" problem

2012-02-22 Thread Brian J
It's usually best in this case to check to see if you see anything in the server (ESXi) side security/messages log. If you don't see anything there, re-verify your connection information to be sure that the connection was attempted, and ensure that there is no firewall between jenkins and the SSH

Re: svn revision policy

2012-02-22 Thread Les Mikesell
On Wed, Feb 22, 2012 at 2:40 PM, Sami Tikka wrote: > 2012/2/22 Les Mikesell : >> On Wed, Feb 22, 2012 at 2:16 PM, Sami Tikka wrote: >>> When a build actually starts, it will check out whatever is the latest >>> version at that moment in your version control. >>> >> >> I thought someone said

Re: svn revision policy

2012-02-22 Thread Christoph Kutzinski
AFAIK with the svn plugin it will checkout the revision from the date when the build was started (or queued - not sure). If you want the latest revision, you have to append @head to the repo url. Am 22.02.2012 um 21:40 schrieb Sami Tikka : > 2012/2/22 Les Mikesell : >> On Wed, Feb 22, 2012 at

Re: svn revision policy

2012-02-22 Thread Sami Tikka
2012/2/22 Les Mikesell : > On Wed, Feb 22, 2012 at 2:16 PM, Sami Tikka wrote: >>> >> When a build actually starts, it will check out whatever is the latest >> version at that moment in your version control. >> > > I thought someone said this was different for parametrized builds but > I didn't und

SSH plugin "Can't connect to server" problem

2012-02-22 Thread Anthony Ho
I am not able to configure the SSH plugin to connect to an ESXi 5.0 server (as well as some other hosts) as root user with the error message “Can’t connect to server”. There are some hosts that I am able to connect to without any problems. Is there something I need to configure in the ESXi server

FSTrigger plugin issues

2012-02-22 Thread Brad
I am having trouble getting the FSTrigger plugin to work. I am getting the following error: [FSTrigger] - Monitor files Polling for the job Output-ICA Polling remotely on ** Polling started on Feb 22, 2012 2:30:09 PM [ERROR] - SEVERE - Polling error Current Project is null All I have is

Re: Optional File Parameterization?

2012-02-22 Thread Sami Tikka
Funny... I just created a test job with one file parameter and triggered without specifying a file. The job ran fine and there was no file in the workspace. I'm running Jenkins 1.451 on Mac OS X 10.7. My Jenkins is not wrapped in any servlet container. -- Sami 2012/2/21 Andrew Melo : > > > On Mo

Re: constant building from svn - no change

2012-02-22 Thread Sami Tikka
Sorry, but I am not able to check your servers clocks for you. You really need to do it yourself. -- Sami 2012/2/21 fiona : > jenkins and svn repo server are in the same domain, the clock should > be in sync, is it? > > On 2月21日, 下午1时37分, Sami Tikka wrote: >> The fist thing you need to check wit

Re: svn revision policy

2012-02-22 Thread Les Mikesell
On Wed, Feb 22, 2012 at 2:16 PM, Sami Tikka wrote: >> > When a build actually starts, it will check out whatever is the latest > version at that moment in your version control. > I thought someone said this was different for parametrized builds but I didn't understand it well enough to know it th

Re: Error message and config

2012-02-22 Thread Sami Tikka
This appears to be the problem: -- selenium.common.exceptions.WebDriverException: Message: 'The browser appears to have exited before we could connect. The output was: Error: no display specified\n' -- Firefox, like all Unix GUI applications, requires the environme

custom build environments?

2012-02-22 Thread Les Mikesell
Does anyone have suggestions for how to get Jenkins to make Linux builds that don't match the stock system environment that autoconf/configure would find? For example, if you want to have multiple versions of boost installed and compile jobs that each need some specific version. -- Les Mikese

Re: svn revision policy

2012-02-22 Thread Sami Tikka
2012/2/22 fiona : > I confused about svn revision policy in system configuratioin. my > understanding as follows: > queue time: if I set Poll CM to */10 * * * *,when ten minutes > arrive,i.e. 10:50:40,my WC will update to the revision at the > time ,even the build is waiting for long time in queue

Re: To kick off a build on all slaves

2012-02-22 Thread Patrick Renaud
You are right, the Matrix Projects configuration does the trick. Tx for the hint! :-) The only drawback with that approach is that I cannot just specify the slave label that needs to be traversed. Instead I have to explicitly list all the slaves that need to be visited by the admin task. This s

Re: Jenkins Server and Ports

2012-02-22 Thread Les Mikesell
On Wed, Feb 22, 2012 at 1:37 PM, David Weintraub wrote: > Our new Jenkins server has had all of its ports locked down. I mean > practically every single one. I had to create a ticket to our techs to > open the required ports. > > Unfortunately, I'm not 100% sure what I should ask for. I bet other

Jenkins Server and Ports

2012-02-22 Thread David Weintraub
Our new Jenkins server has had all of its ports locked down. I mean practically every single one. I had to create a ticket to our techs to open the required ports. Unfortunately, I'm not 100% sure what I should ask for. I bet other people have been in this position too. So, what ports would you re

Re: Jenkins running Python website functional tests

2012-02-22 Thread Chris Withers
Hi Steve, On 21/02/2012 21:00, Steve Barnette wrote: Build Virtual Builder Python version - System Nature - Shell Command - /usr/bin/python2.7 selePy2.py Don't specify the python path like this. Use $PYTHON_EXE selePy2.py instead. That said, what do the contents of se

Re: Jenkins running Python website functional tests

2012-02-22 Thread Jminne
can you run it from the command line on the slave? I usually do that to troubleshoot config issues like this. On Feb 21, 3:00 pm, Steve Barnette wrote: > Here's the config's and error messages I get when testing. > > FYI: The python source is the selenium's example from thier doc. > > In first t

Re: non-recursively checkout out an svn tree

2012-02-22 Thread danny staple
In the SCM section on the job configuration, under the SVN, advanced you have "excluded regions", "included regions" and a number of other settings. This is in my versino of Jenkins (1.424.2) with the 1.37 version of the subversion plugin installed. Thanks, Danny On 22 February 2012 13:59, Chris

Re: non-recursively checkout out an svn tree

2012-02-22 Thread Chris Withers
On 22/02/2012 10:46, danny staple wrote: Can you use the "included regions" setting on the subversion config Which subversion config are you referring to? cheers, Chris -- Simplistix - Content Management, Batch Processing & Python Consulting - http://www.simplistix.co.uk

how can I get the xUnit plugin to tell me what it doesn't like about some xml?

2012-02-22 Thread Chris Withers
Hi All, One of my jobs is chucking out what is supposed to be jUnit xml. However, attempting to process this with the xUnit plugin (yes, using the jUnit option!) ilicits: "The result file '...' for the metric 'JUnit' is not valid". Well, okay, but how can I find out what it is the plugin doe

Project-based Matrix Authorization Strategy with openid plugin and google apps

2012-02-22 Thread Lars Vonk
Hi, We have our own google app domain and using the openid plugin. Currently we use the Project-based Matrix Authorization Strategy but I have to add every single person to the list. Is it also possible to use groups here? And if so how? I tried to use a common group everyone is in for instance: j

Re: older format and/or unreadable data

2012-02-22 Thread danny staple
Although it may be good to examine them and figure out which plugin they were depending on and if you still need it first... On 21 February 2012 23:52, Michael Higgins wrote: > On Tue, 21 Feb 2012 13:59:11 -0800 (PST) > mete wrote: > > > > > Hello, > > > > I am using the LTS version (1.424.2).

AW: AW: AW: Findbugs Plugin doesn't find report

2012-02-22 Thread Lewis, Eric
Ok, with this POM modification it works, thanks! I also filed the issue https://issues.jenkins-ci.org/browse/JENKINS-12853 Best regards, Eric -Ursprüngliche Nachricht- Von: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] Im Auftrag von Ullrich Hafner Gesendet

Re: non-recursively checkout out an svn tree

2012-02-22 Thread danny staple
Can you use the "included regions" setting on the subversion config to only include that file when polling? That should save some of the ache. It would still be nice if sparse checkouts were supported in jenkins too. On 22 February 2012 09:38, Chris Withers wrote: > On 22/02/2012 05:08, Jesse Fa

Re: AW: AW: Findbugs Plugin doesn't find report

2012-02-22 Thread Ullrich Hafner
Ah, you are using the maven job type. Here, Jenkins detects automatically which file is created. Since you did not specify true my plug-in thinks that only the old findbugs.xml file is created. Can you please add that to your pom and retry? Also, please file an issue in our Jira. I need to impr

choosing maven as a paramater for a job

2012-02-22 Thread Eyal Edri
Hi, Is there any way i can set the maven version as a param in job? so who ever runs the job, can choose if to run it with mvn 2.2.1 or 3.0.3? (currently optional only from the dropbox in the maven top level build option). thanks, Eyal.

Re: non-recursively checkout out an svn tree

2012-02-22 Thread Chris Withers
On 22/02/2012 05:08, Jesse Farinacci wrote: Greetings, On Tue, Feb 21, 2012 at 12:30 PM, Chris Withers wrote: How can I *just* checkout the Makefile and cpp folders and have those used as the things that jenkins looks at for changes? https://issues.jenkins-ci.org/browse/JENKINS-777 Damn. A

Re: Why any plugins is not at available plugin page and some month ago were there?

2012-02-22 Thread zakyn
Sorry my fault. Vladimir On Feb 22, 10:34 am, zakyn wrote: > Why any plugins is not at available plugin page and some month ago > were there? > > THe problem is or example with Cppcheck plugin and others. > > Thanks. > > Vladimir

Why any plugins is not at available plugin page and some month ago were there?

2012-02-22 Thread zakyn
Why any plugins is not at available plugin page and some month ago were there? THe problem is or example with Cppcheck plugin and others. Thanks. Vladimir

AW: AW: Findbugs Plugin doesn't find report

2012-02-22 Thread Lewis, Eric
Hm... I'm using the Maven2/3 job type, and I can't configure it. Do I have to use the freestyle build and lose the nice features of the Maven2/3 job type? Best regards, Eric -Ursprüngliche Nachricht- Von: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] Im Auft