AW: Bug 13051 GitPlugin checkout Branches

2012-10-24 Thread Knuplesch , Jürgen
Hello, this ist he console log: Checkout:Git001 / D:\icon_buildbase\programs_ci\GitJenkins\workspace\Git001 - hudson.remoting.Channel@7c15a4c1:08 Using strategy: Default Last Built Revision: Revision 4625d079dde67934c423e16a8c95126d24fee9c0 (origin/GIT_BRANCH_0001, origin/HEAD, ori

[ANN] Korean meet-up help/attendance wanted!

2012-10-24 Thread Kohsuke Kawaguchi
Hi, I'm talking to several Korean friends of Jenkins to attempt to get a meet-up going in Seoul. If you are interested in helping or attending, please let me know! -- Kohsuke Kawaguchi

multi-job artifacts passing

2012-10-24 Thread alex
Hi, I want to use the multi-job plug-in (mostly due to the nice looking job view). So far, I was using "trigger parametrized jobs", and although this one works nicely, the job view is confusing. Now I did not find a way to pass a specific artifact built in one sub-job, to the next sub-job: al

Re: Build based on tag

2012-10-24 Thread Christopher Orr
Could be a job for the Promoted Builds Plugin: https://wiki.jenkins-ci.org/display/JENKINS/Promoted+Builds+Plugin That lets you define a manual step on a job, where you have to go in and click "Approve", e.g. to indicate that you've tested it, which can then trigger another job. See also this

Re: Build based on tag

2012-10-24 Thread vf
We are using git post-receive hook to trigger jenkins build via jenkins ssh daemon. If the push created a new branch/tag, the hook will trigger a jenkins job to generate a standard job for the new branc/tag, and kick off a build; otherwise it will trigger build of an existing for the branch/tag.

Re: jenkins - File name too long ERROR

2012-10-24 Thread Mark Waite
Are you running on a Windows machine?  Is the path that you are attempting to delete longer than 250 characters? If so, then you might review https://issues.jenkins-ci.org/browse/JENKINS-15418 and the git pull request https://github.com/jenkinsci/jenkins/pull/593 . There seems to be a hint in

Build based on tag

2012-10-24 Thread letstestthis
Hi I am trying to set up a Jenkins job that will build based on tags. For example, I go in and tag a build in jenkins as tested. I want to create a separate job that will automatically take builds that are tagged as tested to build. Is this possible? If so, how?

Re: Very long load time for main dashboard since 1.486

2012-10-24 Thread Bertrand Renuart
We used to have the same exceptions in our logs as well. We just turned off GZIPCompression at Jenkins level and everything went fine afterward… This is done by adding the following arguments to the Jenkins launch command: -Dorg.kohsuke.stapler.compression.CompressionFilter.disabled=true On th

Groovy script to abort current build and skip other action of the job

2012-10-24 Thread dthomas
I have a job which is pretty resource intensive. That's why i want it to be executed only when all upstream jobs are stable. Therefore I prepended a groovy script action to the job (original action now #2). The groovy script checks that all upstream jobs are stable. But I am unable to stop the bu

Re: Rest API for view manupulation

2012-10-24 Thread Daniel Beck
Hi, try with --auth-no-challenge. IIRC it depends on whether Jenkins is set up to allow anonymous access whether this is required. Regards, Daniel On 24.10.2012, at 14:19, David Mata Gorriz wrote: > Hi. > > I have problems with REST API for view manipulation. Every thing I send is > forbi

Re: multi job plugin

2012-10-24 Thread JayBofMA
I am trying to get the plugin up and running. But I have not been able to get even the firt process to kick in without killing the multijob thread itself. I guess I'll have to hunt further since there has been no activity here... On Friday, July 6, 2012 11:36:34 AM UTC-4, marathiboy wrote: >

RE: Jenkins job with variables

2012-10-24 Thread William Soula
Checkout the parameterized build plugin or parameterized trigger plugin: https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Build https://wiki.jenkins-ci.org/display/JENKINS/Parameterized+Trigger+Plugin Will From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com]

Re: Windows batch file error when run from Jenkins

2012-10-24 Thread Slide
On Wed, Oct 24, 2012 at 7:24 AM, Martin G. Smith < erik.g.hau...@googlemail.com> wrote: > I have a Windows batch file that has no problems running from my command > shell. But when I try to run the script from Jenkins, it always returns an > error. > > The error seems to be because a program in t

Re: Jenkins + Nexus communication

2012-10-24 Thread nicolas de loof
use the URLTrigger plugin to monitor nexus resources and detect changes 2012/10/24 Roman Platinum > Hello everybody! > > We have the following setup: > >- Nexus installation containing a lot of projects (mainly jar files, >no source code) >- Jenkins which takes these jar files and de

Jenkins + Nexus communication

2012-10-24 Thread Roman Platinum
Hello everybody! We have the following setup: - Nexus installation containing a lot of projects (mainly jar files, no source code) - Jenkins which takes these jar files and deploys them on production system - Nexus cannot communicate with Jenkins, because of the firewall rest

Re: Bug 13051 GitPlugin checkout Branches

2012-10-24 Thread nicolas de loof
Can you post details error stacktrace/console for this issue? 2012/10/24 Knuplesch, Jürgen > Hello, > > ** ** > > I experienced the following Bug (Unable to checkout Branches with the Git > plugin) > > 13051: https://issues.jenkins-ci.org/browse/JENKINS-13051 > > Using latest Git pl

Windows batch file error when run from Jenkins

2012-10-24 Thread Martin G. Smith
I have a Windows batch file that has no problems running from my command shell. But when I try to run the script from Jenkins, it always returns an error. The error seems to be because a program in the batch script cannot find it's workspace where the required project files are located when th

Re: Redirects on HTTP notifications are not followed

2012-10-24 Thread Francesco Callari
Responding to myself, I found the cause of the problem - here it is for public consumption. The Notification Plugin uses the java HttpUrlConnection to perform an HT

Jenkins job with variables

2012-10-24 Thread TheHonk
Hi, is it possible to define variables in a Jenkins Job (f. e. file path, server name, folder name) and use these variables in the build file (build.xml) ? Regards TheHonk

Show Individual Builds in Dashboard from Multiconfiguration Builds

2012-10-24 Thread Chris Wozny
All, Is it possible to display individual builds in a multiconfiguration build on the Dashboard instead of seeing a single multiconfig build? Instead of seeing a single failure for the whole project when a single build fails, I'd like to be able to increase the granularity so I can see all of t

Bug 13051 GitPlugin checkout Branches

2012-10-24 Thread Knuplesch , Jürgen
Hello, I experienced the following Bug (Unable to checkout Branches with the Git plugin) 13051: https://issues.jenkins-ci.org/browse/JENKINS-13051 Using latest Git plugin (1.1.25) and Jenkins 1.447.2 (stable version) and Windows 7. The Bug ist marked as resolved. This seems wrong to me.

Re: Concurrent builds on dumb slave configuration

2012-10-24 Thread Hendrik Meiring
Any input/advice on this issue? On Monday, October 22, 2012 9:07:00 AM UTC+2, Hendrik Meiring wrote: > > Hi, > > We have been using Jenkins/hudson for a couple of years and I have now > converted my build project to make use of the concurrent launching of > projects. > In short we have a couple

Re: Cucumber/RVM/Ruby not running tests in Jenkins

2012-10-24 Thread Gábor Garami
I use shell scripts as build steps, and cucumber has a junit formatter. I'll write a blog about my current setup and post to a list if you're interested in it. Garami Gábor gabor.gar...@hron.me Skype: hron84 Tel: +36 20 235 9621 Sent from my T-Mobile G2 Ezt a levelet telefonról adták fel, ékezet

Re: How to get current slave's label value in the triggered job?

2012-10-24 Thread Gábor Garami
Tell us more details about your config. One slave can has more labels and one project can refer to more label too. Garami Gábor gabor.gar...@hron.me Skype: hron84 Tel: +36 20 235 9621 Sent from my T-Mobile G2 Ezt a levelet telefonról adták fel, ékezethibákat tartalmazhat. 2012.10.19. 17:21, "Garr

RE: Digesting Jenkins Data

2012-10-24 Thread Jamie Penman-Smithson
Hi Pranay, You could try using the Log Parser plugin which can parse a file based on regular expressions and mark it as either unstable or failed. We use it to parse all sorts of build output, not just for compiler warnings. Hope

Rest API for view manupulation

2012-10-24 Thread David Mata Gorriz
Hi. I have problems with REST API for view manipulation. Every thing I send is forbidden. Do you now if this is an issue? I didn't find it in Jira. A small example with wget y my Linux. wget https://mytestserver:8443/jenkins/view/MAIN%20VIEW/view/app3/config.xml --post-file=conf.xml --no-check

jenkins - File name too long ERROR

2012-10-24 Thread Levin, Ilya
Hi, I'm using Jenkins 1.458. When I try to delete a file with a long path I get this ERROR. Is there a way to overcome this in jenkins? Thanks

Re: Parameterised Build + SVN Polling : Unable to pick the parameter's value.

2012-10-24 Thread Per Arnold Blaasmo
Hi, I have the same problem. And I have not found a solution to it yet. As far as I know, the Subversion plugin is not capable of this yet. I guess the Subversion plugin has to change to be able to do this. Regrds Per A. On 22. okt. 2012 19:49, ilikeflex wrote: > Hi > > I have scenario in whi