Configuring multiple svn accounts in jenkins

2012-09-28 Thread Kalpana
Hello, I have around 10-12 users using the svn repository (basically my team). I need to configure all their svn credentials in jenkins, such that whenever they try to run a job , jenkins must ask for their account details.Also this svn user/pwd should be synced with jenkins user accounts such tha

Re: Git plugin: push result of a merge

2012-09-28 Thread Mark Waite
If you push with the -f or --force option, the entries on the master branch which are on your central repository after the release_job will be lost.  I think you will be very frustrated that your Jenkins job pushed a change to the master branch which lost your most recent work. We avoid that pr

Jenkins does not understand netbeans j2se-project namespace

2012-09-28 Thread Kayode Odeyemi
Hi all, I'm creating a build job using the Ant task below; http://www.netbeans.org/ns/j2se-project/1"; xmlns:j2seproject3="http://www.netbeans.org/ns/j2se-project/3"; name="pcdn-core" default="default" basedir="."> Builds, tests, and runs the project pcdn-core.

Re: Jenkins does not understand netbeans j2se-project namespace

2012-09-28 Thread Richard Lavoie
Did you put the netbeans ant jars in your jenkins ant lib folder ? I'm pretty sure those tasks/namespaces are not published by ant but are extensions developped by netbeans. Richard On 2012-09-28, at 07:31, Kayode Odeyemi wrote: > Hi all, > > I'm creating a build job using the Ant task bel

RE: Configuring multiple svn accounts in jenkins

2012-09-28 Thread Mandeville, Rob
I don't think that Jenkins can really do this, not without major surgery. This goes against the grain of not just Jenkins, but continuous integration and automated builds in general. Part of the idea of having Jenkins is to fully automate your build so that it doesn't matter _who_ built the jo

RE: Moving Jenkins to a new server?

2012-09-28 Thread Lars Nordin
Are you upgrading versions at the same time? Is the new server on the same IP network? I'm just finishing a migration but I installed a newer version and then migrated corresponding build slaves and jobs while over time to ensure that they all still worked. As far as the configuration, yes, i

Is LTS 1.466.2 releases?

2012-09-28 Thread RainerW
Hi, my Jenkins tells me there is a 1.466.2 release, but there is no changelog on the Jenkins page for this release number. So is / was there an 1.466.2 release? Cheers Rainer

RE: Is LTS 1.466.2 releases?

2012-09-28 Thread David Aldrich
From earlier thread ‘Re: RE: Jenkins 1.466.2 LTS Changelog’: Hi, I'm not sure how to fix changelog for already release version, but the only change was security bug fix, for details see [1] Vojta [1] https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2012-09-17 From:

Re: Is LTS 1.466.2 releases?

2012-09-28 Thread RainerW
Thanks, guessed something like that. On Friday, September 28, 2012 2:37:17 PM UTC+2, David Aldrich wrote: > > From earlier thread ‘Re: RE: Jenkins 1.466.2 LTS Changelog’: > > > > Hi, > > I'm not sure how to fix changelog for already release version, but the > only change was security bug fix,

Re: Git plugin: push result of a merge

2012-09-28 Thread Juliano Picussa
Hi Mark, thanks for the explanation. In my case the push -f will not because it is a controlled environment. However, I might I also use the git commands to resolve my problem. However, I'm trying do this using jenkins git-puglin. In the post build Merge Results (If pre-build merging is configu

Re: Git plugin: push result of a merge

2012-09-28 Thread Juliano Picussa
Thanks for the explanation... I could use the git commands to fix my problem, using the "Post Steps" -> "Execute Shell" jenkins options. However, I'm trying solve my issue using the jenkins "Post Build Actions", where it is possible to add the "Git Publisher" and then choose the "branch to push

Re: Git plugin: push result of a merge

2012-09-28 Thread Mark Waite
I don't understand how you can create a "controlled environment" which won't lose commits.  The reason git disallows non fast-forward merges by default is described in the "git push" man page.  It includes the following text with the --force option: "This can cause the remote repository to lose

Tests which require an initial reboot? (driver testing)

2012-09-28 Thread Jonathan Rice
I'm doing a project which involves building and testing drivers on OS X. Testing would happen on dedicated slave machines, but the snag is that after installing the drivers, the machine must be rebooted before functional testing is started. I can think of two general ways to approach this in Je

How to display Firefox window when running GUI tests?

2012-09-28 Thread Rajasankar
Hi All, I am new to jenkins. I am trying to run GUI tests which opens a Firefox window in Windows 7. Now it is running headless mode. I run this in master machine not in any slave. I just call the batch script to invoke the selenium webdriver testcases. It runs the cases in headless mode. I sear

Re: Many jobs at the same slave

2012-09-28 Thread Jonathan Rice
I just started a thread ("Tests which require an initial reboot?") which has a potential use case for successive jobs on the same slave. I need to test driver builds which require an initial install and reboot, and then functional tests. One possible way to implement this would be to schedule c

using people redirector plugin

2012-09-28 Thread John Uhlig
Hello. I have installed the people redirector plugin (plugin mgr confirms installation) but it does not seem to work. I have supplied an http link similar to the example and also tried simply checking the "disable redirection" box. when I click on the "People" link on the main dashboard it

Re: Moving Jenkins to a new server?

2012-09-28 Thread Brad Knowles
On Sep 28, 2012, at 4:46 AM, Lars Nordin wrote: > Are you upgrading versions at the same time? Is the new server on the same IP > network? I was not planning on upgrading versions at the same time. The "old" server is only two revisions behind current, and I didn't see anything in the change

Re: Automatic diagram

2012-09-28 Thread Stefan Wolf
Hi, since I am the maintainer and creater of the plugin, I would not say that it is not maintained anymore. I hopefully will find some time soon to restructure the code in a way to make it better extensible. I also was looking for a possibility to layout the graph without resorting to graphviz

Re: Automatic diagram

2012-09-28 Thread domi
Stefan, I actually already starter this on your plugin, here is the branch using http://jsplumb.org - https://github.com/imod/depgraph-view-plugin/tree/jsPlumb Unfortunately I did not finish it yet… the current implementation works so far, but has an issue if there are cyclic dependencies between

Re: Automatic diagram

2012-09-28 Thread Kohsuke Kawaguchi
2012/9/5 kikou : > what a pitty that this plugin is not maintained. Yes maybe i could update it > but not now. That's because you are looking at Hudson wiki, not Jenkins Wiki. See https://wiki.jenkins-ci.org/display/JENKINS/Dependency+Graph+View+Plugin and you see that the last release was yester

Re: using GIT plugin: cannot clone submodule

2012-09-28 Thread Emil Petkov
THis is exactly what I did to circumvent the problem, I will work without the GIT plugin until the SSH credentials are better integrated. On Tuesday, September 18, 2012 6:50:02 PM UTC+3, Emil Petkov wrote: > > Hello, > > I have set up Jenkins and installed the GIT plugin ( > https://wiki.jenkins-

Re: Tests which require an initial reboot? (driver testing)

2012-09-28 Thread Jason Swager
On possibility that we've used for similar situations: - Create a lock (Lock and Latches or Throttle plugins) for each slave that you're going to test on. - Set the slave up to accept only targeted jobs - that way other jobs won't wander onto your slave. Also, the slave must be setu

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

2012-09-28 Thread Ed of the Mountain
I am using WebSVN 2.3.3. Any advice getting this to integrate with Jenkins is much appreciated: * * *Built-in Jenkins WebSVN Support* * * Built-in WebSVN partially works. I configured Jenkins Job WebSVN URL as: *http://fesnaval.fescorp.com/websvn/wsvn/NTI_Battery_Exerciser/trunk/* The built-in

Hudson to Jenkins migration

2012-09-28 Thread Fory Horio
Hi, I have an old Ubuntu server running Hudson. I'd like to migrate it to a new hardware running Jenkins on Ubuntu. I have copied /var/lib/hudson/* to the new server, and renamed it to /var/lib/jenkins, but it does not see the jobs created in the old server. I tried changing JENKINS_HOME from /

RE: Hudson to Jenkins migration

2012-09-28 Thread Alex Earl
First, what version of Hudson are you trying to migrate from? The formats for the XML files diverged after a certain point l, which makes it very difficult to migrate. Are you using the deb packaging? Sent from my Windows Phone -- From: Fory Horio Sent: 9/28/2012 5:24 P

Re: Hudson to Jenkins migration

2012-09-28 Thread Fory Horio
We are running Hudson 2.2.1 on Ubuntu 10.10. I just grabbed the latest Jenkins 1.483 installed on Ubuntu 12.04. Yes, I am using deb package. deb http://hudson-ci.org/debian and http://pkg.jenkins-ci.org/debian/ On Friday, September 28, 2012 3:34:02 PM UTC-7, slide wrote: > > First, what version

Re: Hudson to Jenkins migration

2012-09-28 Thread Slide
Yeah, that version of Hudson has a very different format for storing a lot of the config information in the xml files. Upgrading from Hudson 1.39 is very easy, but the further away from that version you get, the less success you are likely to have. slide On Fri, Sep 28, 2012 at 3:40 PM, Fory Hori

Re: Hudson to Jenkins migration

2012-09-28 Thread Fory Horio
So, that's the best option here? Stay with Hudson? How much farther down the road do we have a support (updates) for Hudson? On Fri, Sep 28, 2012 at 3:53 PM, Slide wrote: > Yeah, that version of Hudson has a very different format for storing a lot > of the config information in the xml files. Upg

Re: Hudson to Jenkins migration

2012-09-28 Thread Slide
If you have a lot of jobs to convert, it may be better to stay with Hudson. In terms of how long Hudson will be around, you'd have to ask on the Hudson mailing lists. slide On Fri, Sep 28, 2012 at 3:58 PM, Fory Horio wrote: > So, that's the best option here? Stay with Hudson? How much farther >

Re: Perforce Plugin and PATH

2012-09-28 Thread Rob Petti
Sounds like this might potentially be a bug. Can you file a ticket? If you can't set the PATH on the systems correctly before starting the slave agents, then you may need to define your P4 installation in jenkins instead. On Wednesday, 26 September 2012 23:22:07 UTC-6, Erling Andersen wrote: > >

Re: Jenkins does not understand netbeans j2se-project namespace

2012-09-28 Thread Kayode Odeyemi
On Fri, Sep 28, 2012 at 12:38 PM, Richard Lavoie wrote: > Did you put the netbeans ant jars in your jenkins ant lib folder ? > > I'm pretty sure those tasks/namespaces are not published by ant but are > extensions developped by netbeans. > Thanks for the pointer Richard. This blog post was helpf