Re: How make WebSVN rev, file, & diff URLs work with Jenkins WebSVN or WebSVN2 plug-in?

2012-10-01 Thread vf
We have migrated from svn to git, below is one of our old job config. svn repo: http://subversion.mycompany.com/svn/sd4/branches/4.170-13 WebSVN2 URL: http://subversion.mycompany.com /websvn/listing.php?repname=svn&path=sd4/branches/4.170-13 WebSVN 2.3.2 Hope that helps. -vf Am Freitag, 28. Sep

Re: Approach to build a cluster of Jenkins CI servers hands-off and tie them together?

2012-10-01 Thread zperry
> This would be a starting point - there is also a cli and a way to use > groovy to access the whole api. > https://wiki.jenkins-ci.org/display/JENKINS/Remote+access+API > > Reviewed the above, and saw this " *When your Jenkins is secured, you can use HTTP BASIC authentication to authenticate

Re: Approach to build a cluster of Jenkins CI servers hands-off and tie them together?

2012-10-01 Thread zperry
Hi Les, Thanks for your follow-up. > > I have not found a reference in this regard, and would appreciate a > pointer. > > I will do the digging. > > This would be a starting point - there is also a cli and a way to use > groovy to access the whole api. > https://wiki.jenkins-ci.org/display/

Re: Approach to build a cluster of Jenkins CI servers hands-off and tie them together?

2012-10-01 Thread Les Mikesell
On Mon, Oct 1, 2012 at 4:22 PM, zperry wrote: > >> I've never needed enough slaves that it was a problem to click the >> 'copy existing node' button and click 'OK', but maybe there is a way >> to do it through the rest interface. > > > I have not found a reference in this regard, and would appreci

Specify different JDK for maven sub modules?

2012-10-01 Thread jserup
In Jenkins ver. 1.483 its possible to specify a JDK to use when building eg. a maven project. Now I need to specify this on the sub-module layer like: parent -> child.a (jdk5) -> child.b (jdk6) Is this currently supported in jenkins or are there any plans to support this? I have tried to spec

Slides from user conference

2012-10-01 Thread Sarah Woodall
I attended the Jenkins User Conference in San Francisco yesterday. Some very interesting talks. A few of the speakers mentioned that their slides would be available online afterwards, and I'm wondering how I get hold of a pointer to these. Can anyone help? Thanks, Sarah -- Sarah Woodall Code R

Re: Approach to build a cluster of Jenkins CI servers hands-off and tie them together?

2012-10-01 Thread zperry
Les, Thanks for your comments. > It is probably pretty rare to need more than one or a few masters, and > if you do it would be because they had to be configured differently. > In the near term, we only need one master. > > I've never needed enough slaves that it was a problem to click

Re: getting JUnit failures to *not* mark build as unstable

2012-10-01 Thread Yuval Shavit
On Mon, Oct 1, 2012 at 3:15 PM, Baptiste MATHUS wrote: > I won't comment much on the smell of having tests that you wanna ignore > even in CI... > It's not extremely pretty, but to clarify, these tests are all passing and not-ignored in the mainline code. It's just with this new, unfinished swit

Re: Git plugin: push result of a merge

2012-10-01 Thread Juliano Picussa
You are right. Git push --force is dangerous and lose commits... I was testing the Merge Results options ("Post-build Actions" -> "Git Publisher" -> "Merge Results"). If pre-build merging is configured ("Source Code Management" -> "Merge options"), the "Merge Results" push the result back to th

I'm starting. configuring CVS.

2012-10-01 Thread Oscar Martins
this my configuration: Source Code Management CVS CVSROOT[image: Help for feature: CVSROOT] Module(s)[image: Help for feature: Module(s)] Branch This is a tag, not a branch [

Re: getting JUnit failures to *not* mark build as unstable

2012-10-01 Thread Baptiste MATHUS
Hi, I won't comment much on the smell of having tests that you wanna ignore even in CI... Even though, what you explain seems quite complicated just to ignore tests failures. Did you consider just using Maven Surefire testFailureIgnore parameter? http://maven.apache.org/plugins/maven-surefire-plu

Re: Approach to build a cluster of Jenkins CI servers hands-off and tie them together?

2012-10-01 Thread Les Mikesell
On Sun, Sep 30, 2012 at 6:44 PM, zperry wrote: > > Our environment is a strictly Linux environment (CentOS, Scientific Linux, > Fedora, and Ubuntu). Both of us are competent in setting up large clusters. > We typically use tools like cobbler + a configuration management tool > (Puppet, Chef, and

Re: Binding several jenkins users together

2012-10-01 Thread nicolas de loof
See additional identities plugin, that addresse this exact use case Le 30 sept. 2012 14:23, "Brad Knowles" a écrit : > On Sep 30, 2012, at 5:37 AM, Bue Petersen wrote: > > > Are we missing something here? Can users be bundled together somehow. > > > > If we use the git-repo user instead, the sam

Re: Perforce Plugin and PATH

2012-10-01 Thread Marek Gimza
Thanks for the reply Rob. After some thinking over the weekend, over an earlier reply, the options to get around this problem would be to escape the '@' or using the relative path to the files using the P4_CLIENT view. I will try to modify my setup to reference the files in the P4 command using t

Re: Parameterized trigger plugin - slave not receiving parameters.

2012-10-01 Thread Linards L
Nope. Do not work in my setup. Maybe anyone has some valuable input to share in this StackOverflow question: http://stackoverflow.com/questions/12670572/passing- system-env-variable-into-jenkins-slave

getting JUnit failures to *not* mark build as unstable

2012-10-01 Thread Yuval Shavit
Hi all. I have a job with a maven run in which I expect test failures, and I want the job to *not* be marked as UNSTABLE if there are failures; I'll be doing some custom analysis in script tasks after the maven task in which I'll determine the build's status. In other words, what I'd like is: 1

Re: rtc plugin

2012-10-01 Thread Deluan Quintão
Hi Aaron, I'm the author of the plugin. I'm not using RTC anymore, and don't have access to a RTC installation, nor have time to work on it anymore :( It seems that the IBM RTC team is taking over the development of the plugin, you could check in their forums, at Jazz.net Sorry for not being tha

RE: Hudson to Jenkins migration

2012-10-01 Thread Lars Nordin
Another path would be to update your old Hudson server to a v1.39 (if you can) since that is more compatible with Jenkins or even to install Hudson v1.39 on your new box, migrate the jobs and then upgrade that new box to Jenkins.

RE: Configuring multiple svn accounts in jenkins

2012-10-01 Thread Mandeville, Rob
In my case, I have an SCM account (AccuRev rather than SVN in my case) that has read-only access to the files. That is, it can get all the files it wants, but is not allowed to check changes in. Jenkins is configured to use this account. So make a read-only subversion account (maybe call it ‘

Re: Configuring multiple svn accounts in jenkins

2012-10-01 Thread Baptiste MATHUS
Well, it depends. If you require authenticated users, then that is going to be the maximum number of that instance. But anyway, requiring a maximum number of "users" doesn't seem really sensible for a CI server since its activity is mostly gonna be driven by the jobs themselves, and not by the UI e

Re: Configuring multiple svn accounts in jenkins

2012-10-01 Thread Kalpana
Thanks a lot :) One more question... I may keep beating around the bush!! sry about that.. i'm new to this :( How many users can i configure for a particular jenkins instance ?? like... for how many users i ca provide access?? and also where to add the user credentials to secure jenkins build trig

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

2012-10-01 Thread Chinese Flashcards with Pictures
http://goo.gl/lCAUy - "Chinese Flashcards with Pictures" 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: Configuring multiple svn accounts in jenkins

2012-10-01 Thread Baptiste Mathus
Hi, Click on any build in the build history. On that page, Jenkins is telling you what triggered the build. If it was manually triggered by someone, you'll have the message "Started by [UserName]" (assuming you only have authenticated users). By the way, if you want to see directly what triggere

Re: Configuring multiple svn accounts in jenkins

2012-10-01 Thread Kalpana
Thanks.. but Can any of you please elborate me on where to find the information regd who started the build.??? also how to configure the privileges as read only ?? should we do this in svn or jenkins.. pls elaborate.. this is seriously eating my head:( -- View this message in context: http://j