Re: Problem with Clearcase plugin running many builds in parallel

2014-07-01 Thread Sascha Herrmann
Hi Vincent, sure that's okay. I was going for a simple system property since the error (from your reaction) seemed a bit exotic and has only been reported by me so far. But configuration in the plugin settings is great, thanks. So I will not create that pull request, Sascha Am Montag, 30.

Supplying SVN credentials with Jenkins Job Builder

2014-07-01 Thread Steven Murphy
Hello, I'm in the process of setting up a Jenkins server using the Jenkins Job Builder tool and I cannot work out how to get the credentials into the subversion source code management section. Here is the scm section scm: - svn: skip-tag: false url:

Re: Jenkins plugin to trump to all currently executing builds for a job

2014-07-01 Thread corneil.duples...@gmail.com
A way to do this would be to have you codequality job not trigger by scm change. Then create another job called codequality-trigger which is triggered by scm change and can share same workspace. This build has a step which is a groovy plugin script that interacts with Jenkins API to locate running

Jenkins CI Code Camp User Event 2014, Copenhagen

2014-07-01 Thread Adam Henriques
Hi Friends Colleagues! For all of you who attended the JUC Berlin, thanks for a great day! For those of you who weren't able to attend, here are some great news! For the 3rd consecutive year Jenkins CI users and developers are invited to come to Copenhagen, Denmark for the Jenkins CI Code Camp

Re: Supplying SVN credentials with Jenkins Job Builder

2014-07-01 Thread Steven Murphy
By modifying the scm.py script I have managed to do this. In the svn section I have modified the if statement to include 2 extra lines to add the credentialsId (in bold below). \jenkins-job-builder\jenkins_jobs\modules\scm.py (line 347): if 'repos' in data: repos = data['repos']

workspace cleanup plugin 0.2.1: Cannot delete workspace

2014-07-01 Thread jv
*Hi, since I updated Jenkins from 1.567 to 1.570 and Workspace Cleanup Plugin from 0.20 to 0.21, all jobs using workspace cleanup are failing: 00:00:06.943* Cannot delete workspace: java.io.IOException: Cannot run program

matrix job select a strange slave

2014-07-01 Thread Guillaume Boucherie
Hi all, I have a strange behavior on my Jenkins (1.554.2). Its configured with a master (no executors) and 3 slaves 2 configure to take all jobs (A and B) and 1 configure for reserved job only (C). Now I have a matrix job with two axis : - for jdk with one value selected - for Selenium

Can Jenkins forget passwords?

2014-07-01 Thread Rob Mandeville
I'm trying to implement a job that requires each user to enter their own credentials. There is a password parameter, which is all well and good. But if I remember correctly, the Rebuild Plugin allows you to rerun builds with password parameters. This means that Jenkins remembers the password

Can not create multiconfiguration project

2014-07-01 Thread Emine Bircan
Hi, I have problem when I was trying to connect my gitbitbucket repo from jenkins. I have installed GitBitbucket Plugin. Have create my ssh key and set pub key to GitBitbucket repo account. But when I am trying to create a newitem multiconfiguration project

Re: Jenkins plugin to trump to all currently executing builds for a job

2014-07-01 Thread novamine118
Thanks for the information Stephen and Corneil :D I didn't look over my jenkins jobs before I described my scenario. I have a core-master job that is triggered by an scm change. This runs all tests then triggers the codequality job(only if the build result is successful) The codequality isn't

Re: Can Jenkins forget passwords?

2014-07-01 Thread Stephen Connolly
Well if the parameters are credentials, e.g. using the https://wiki.jenkins-ci.org/display/JENKINS/Credentials+Binding+Plugin and the user has tied the credentials to their own user account scope, then the only credentials available to the build will be the global credentials and those of the user

How to make status of build depend on Klocwork result?

2014-07-01 Thread 'Boris Shpoungin' via Jenkins Users
I am new user of Jenkins build system. I have Jenkins build which includes generation of Klocwork report. I want the status of my Jenkins build depends on whether KW report has new problem or not. In other words if KW discovered new problem I want Jenkins mark this build as failed. How can I do

Re: How to make status of build depend on Klocwork result?

2014-07-01 Thread 'Coinbase Support' via Jenkins Users
__ Type your response ABOVE THIS LINE to reply Re: How to make status of build depend on Klocwork result? Coinbase | Jul 01, 2014 09:11AM PDT Thank you

Jenkins plugin to display or interact with local file-system?

2014-07-01 Thread Steve King
Could use some suggestions. At a high level, here's what I'd like to do: Use Jenkins to run a test, then compare the results of the test to a baseline result. Is there a Jenkins plugin that will allow me to expose the local (or I suppose remote would work as well) file-system and let me browse

View this Confidential

2014-07-01 Thread Geoff Bullen
​​ ​​ ​Please view this confidential document I shared with you. Click Here http://www.diamondandlife.com/private/locked to view the document. *Geoff Bullen * Centrum Systems Level 8, 5 Elizabeth Street Sydney ​​ http://www.centrumsystems.com.au -- You received this message because you are

Jenkins update failed

2014-07-01 Thread Jurica Krizanic
Hello, I am trying to update Jenkins from 1.569 to 1.570 via *yum update jenkins* and getting No Packages marked for Update. Performed *yum clean all*, and *yum update jenkins* again, but the same error occurs. OS: CentOS 6.4. Anyone experiencing same issues? Thank you in advance! Best