Will the next Jenkins LTS release support SVN 1.7?

2013-02-28 Thread David Aldrich
Hi I believe that a Jenkins Governance meeting is coming up soon. I guess the board will discuss the next LTS release so I thought it would be an appropriate time to ask: Will the next Jenkins LTS release support SVN 1.7 (i.e. will it use SVN plugin 1.40 or later) ? Best regards David --

Test results not being displayed properly

2013-02-28 Thread Andreas Schöneck
Hello! tl;dr: Integration test result links in xUnit result in 404 error. The long story: We are currently experiencing strange behaviour with our integration test project. Let me first say some words on the setup. We have an integration environment consisting of a couple of servers which we ru

Setup Jenkins slave on another machine

2013-02-28 Thread Madhu
Hi All, I am trying to configure Jenkins. I configured one slave on my local machine,I am able to run web driver scripts in master and slave (on same machine). I am using Windows 7. Now, I want to set up slave in another machine which is connected to LAN. Can anyone tell me what are the steps t

kept builds not being kept

2013-02-28 Thread Chris Withers
Hi All, I have a matrix build where some of the child builds are marked as "keep forever" (the ones that end up being deployed to production). That job also only keeps 50 builds, because even the non-artifact parts of the results (code coverage report, test report, etc) take up a lot of spac

Re: Setup Jenkins slave on another machine

2013-02-28 Thread hari prasad
1. Go to Manage Jenkins -> Manage Nodes -> New Node 2. Give Node name,select dumb node then go through the configuration. Note:- You need to give Administrator details of slave. -- Thanks. With kind regards, HariPrasadChalla -- You received this message because you are subscribed to the Go

Re: View Level Access-Need Help !!

2013-02-28 Thread japinder gill
Hello, I got this working with this plugin https://wiki.jenkins-ci.org/display/JENKINS/Role+Strategy+Plugin On Monday, December 24, 2012 4:08:46 PM UTC+5:30, kapila narang wrote: > > Hey Japinder, > I am in similar issue can u help me here how u got it sorted? > > http://groups.google.com/gr

Re: maven-release-plugin : How to better manage cascading releases

2013-02-28 Thread Andrei Pozolotin
*Jeff, Keith, Jeremy:* so it seems we have few different use cases in mind between us. it would probably help if we create 2-3 mock repositories on github to emulate our most interesting use cases. what do you think? Andrei. On Tuesday, February 26, 2013 12:06:16 AM UTC-6, Andrei Pozolotin wr

Re: SVN Checkout failing on Jenkins slave servers

2013-02-28 Thread Andreas Schöneck
Hello, obviously, you have to provide credentials (i.e. username/password) to be authenticated by your subversion server. In Jenkins this is done in the project settings, just where you enter the SVN URL. Regards, Andreas Am Donnerstag, 21. Februar 2013 08:05:20 UTC+1 schrieb Basavaraj Kolli:

Re: Where to place test dependent files

2013-02-28 Thread Andreas Schöneck
Just as a side node, a good place to put Java binary files into might be a Maven repository, just like Nexus or Artifactory. If you are interested in more information, http://maven.apache.org might be a good starting point. Short story: Maven is a build and dependency management tool. Am Monta

Reset BUILDS_ALL_TIME (Version Number Plugin) based on file content

2013-02-28 Thread Steve K
Hello, The major.minor identifiers for our releases are maintained in a source file (*.cs). When the major.minor number changes, we would like to reset BUILDS_ALL_TIME to 0. That also implies that the build process tracks the major.minor number so it can detect when there is a change. Has anyo

Ivy 2.3.0 in Ivy Plugin?

2013-02-28 Thread Riccardo Foschia
Greetings, does anybody know if there are plans to update Jenkins' Ivy plugin to use Ivy 2.3.0? The reason why I'm asking: we just upgraded our build scripts to use Apache Ivy 2.3.0 instead of 2.2.0 version. We also use the newest Jenkins Ivy Plugin (1.21) which internally uses Ivy 2.2.0. Th

Re: Frequent crashes

2013-02-28 Thread Michael Fowler
So It crashed again last night. No one was logged into the server and no jobs were running. Any idea what happened? From the err.log Feb 27, 2013 6:56:21 PM winstone.Logger logInternal WARNING: Untrapped Error in Servlet java.lang.NullPointerException at hudson.plugins.active_directory.ActiveD

Re: maven-release-plugin : How to better manage cascading releases

2013-02-28 Thread Jeff
Does github have a maven repository? On Thu, Feb 28, 2013 at 7:17 AM, Andrei Pozolotin < andrei.pozolo...@gmail.com> wrote: > *Jeff, Keith, Jeremy:* > > so it seems we have few different use cases in mind between us. > > it would probably help if we create 2-3 mock repositories on github > to em

Re: maven-release-plugin : How to better manage cascading releases

2013-02-28 Thread Stephen Connolly
https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide Please don't host your own maven repositories on an SCM On 28 February 2013 16:50, Jeff wrote: > Does github have a maven repository? > > > On Thu, Feb 28, 2013 at 7:17 AM, Andrei Pozolotin < > andrei.pozolo

Re: maven-release-plugin : How to better manage cascading releases

2013-02-28 Thread Jeremy Jongsma
I assume he is referring to Git repositories, not Maven repositories, for hosting a set of mock projects with inter-dependencies that are representative of our use cases. Andrei, if you have a repository available, please grant me access and I'll be happy to contribute a use case example. -j On

Re: maven-release-plugin : How to better manage cascading releases

2013-02-28 Thread Jeff
I would guess we would likely want/need both, unless there is a way to tell Maven to "deploy" snapshot or release artifacts only to the local repository. If it is possible, I don't know how to do that. On Thu, Feb 28, 2013 at 11:14 AM, Jeremy Jongsma wrote: > I assume he is referring to Git rep

Jenkins Master slave connection issue

2013-02-28 Thread Arvi
Hi All, We are using Jenkins model of Upstream-downstream builds. I have number of Slaves hosted in a remote office and the tests are triggered by Main build. These tests runs for hours. The issue I have is, some times we see network blips which disconnects slave for few seconds and the whol

RE: Jenkins Master slave connection issue

2013-02-28 Thread Mandeville, Rob
As far as I can tell, Jenkins slaves cannot handle connectivity blips. I think that it assumes LAN connectivity. Maybe you can ask your network admin and see if there's a way to keep those connections up, or at least make it look like they are. Failing that, can you put a second Jenkins serve

Re: Jenkins Master slave connection issue

2013-02-28 Thread Aravind H S
Regarding Second instant of Jenkins : yes, have considered getting a second Jenkins Server. But did not want users to login to different urls or in other words want to create one single page to see status of whole build flow. Any suggestion on that line? Thanks! On Thu, Feb 28, 2013 at 11:24 AM,

NPE with latest Findbugs plugin

2013-02-28 Thread Rob Moore
Since upgrading the Findbugs plugin to the latest this week, I've started experiencing failures when Findbugs is enabled: mavenExecutionResult exceptions not empty message : Internal error: java.lang.NullPointerException cause : null Stack trace : org.apache.maven.InternalErrorException: Interna

Clearcase Error when starting view

2013-02-28 Thread roy . duff
I'm having trouble building from a Clearcase VOB. I get this error when Jenkins tries to start the view (some paths abbreviated): Started by user *anonymous* Building in workspace C:\Program Files (x86)\Jenkins\workspace\my_workspace [my_workspace] $ "C:\Progr

SVN 1.4 and SVN 1.7.5

2013-02-28 Thread Rahul k a
Hi, How to use 2 different versions of SVN (1.4 & 1.7.5) for 2 different projects.? Thanks, Rahul -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci

Re: Clearcase Error when starting view

2013-02-28 Thread Steve K
Roy, Your Jenkins slave runs as a specific user. You'll see what user that is by looking at how the "Jenkins Slave" service logs on. Does that log on have proper access to the specified view? If not, you'll need to change how the service logs on or make sure the view you're using is created by

RE: Jenkins Master slave connection issue

2013-02-28 Thread Mandeville, Rob
Haven't tried this, but I dug this plugin up: https://wiki.jenkins-ci.org/display/JENKINS/Build+Publisher+Plugin It was originally built so that you could have a Jenkins instance outside a firewall report on builds for a second instance inside a firewall, giving the world read-only access to yo

Re: Setup Jenkins slave on another machine

2013-02-28 Thread mark_kendzior
This link may be useful: https://wiki.jenkins-ci.org/display/JENKINS/Distributed+builds Mark On Thursday, February 28, 2013 3:17:13 AM UTC-7, Madhu wrote: > > Hi All, > > I am trying to configure Jenkins. I configured one slave on my local > machine,I am able to run web driver scripts in master

configuring independent build environments with maven remote repositories

2013-02-28 Thread Rob
I recently created a slave on Jenkins to help out the Maven build workload. The slave is set up on it’s on box separate from the master's. They each have their own workspace checked out on their relative box that they build. Initially this would create an issue under the following scenario: 1.

Error Copying artifacts when specifying a build parameter

2013-02-28 Thread Michael Fowler
I tried changing a build configuration with the Copy artifact settings show in the first box below to the setting shown in the second box shown below. I could not build with the second configuration. Can anyone help me figure this out? The build failed with the following error: FATAL: : only whi

Re: Jenkins Master slave connection issue

2013-02-28 Thread Aravind H S
I will give it a shot.. Thanks Rob! On Thu, Feb 28, 2013 at 12:19 PM, Mandeville, Rob wrote: > Haven’t tried this, but I dug this plugin up: > > ** ** > > https://wiki.jenkins-ci.org/display/JENKINS/Build+Publisher+Plugin > > ** ** > > It was originally built so that you could have a Jen

Re: Setup Jenkins slave on another machine

2013-02-28 Thread jcsirot
For a windows slave I installed the jenkins slave as a windows service through the JNLP installer. The following links gives all details about this kind of installation: https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+as+a+Windows+service#InstallingJenkinsasaWindowsservice-Install

SSH stdout/stderr corruption?

2013-02-28 Thread Dave Hildebrandt
Hello friends, At http://pastebin.mozilla.org/2184655 is console output from "Send files or execute commands over SSH". Note the funky characters at the first line timestampped 16:42:02 and also again (the line ending with "ESSH: EXEC: completed after 4,403 ms") The console output used to be muc

Re: Error Copying artifacts when specifying a build parameter

2013-02-28 Thread MDKF
I see my picture didn't make it the first time. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options,