Tagging with CVS

2012-05-24 Thread Roland Benning
Hi, I know two ways for Tagging a build with CVS in Jenkins: CVS-Plugin (Action) or CVS-Tagging-Plugin (Build-Step) but unfortunatly both are currently broken. Is there any other way for tagging a build? Thank you for your help.

Re: Collabnet plugin: how to use role permissions fine grained

2012-05-24 Thread Stephen Connolly
I will take a look on Monday. If you can describe your use case fully too. I suspect it is that the security realm contract is not fully implemented in the collabnet plugin... Same is true for eg the crowd plugin... The result is edge cases for authorisation strategies... Our rbac plugin pushes ve

Re: Collabnet plugin: how to use role permissions fine grained

2012-05-24 Thread Jan Seidel
Hi Stephen, I've just checked RBAC from cloudbees. It's not meeting my requirements as it does not collaborate with TeamForge as far as I can tell... I think I will have to discuss it with the project leads. I see at the moment 4 options: - Keep it as is *yuk* - bail out and revert to LDAP

Re: Collabnet plugin: how to use role permissions fine grained

2012-05-24 Thread Stephen Connolly
It is most likely that the Jenkins Enterprise by CloudBees RBAC plugin would give you what you want... Of course you'd have to pay for that, hence why this is a plug On Thursday, 24 May 2012, Jan Seidel wrote: > Hi Darryl, > > yes I have checked these links before. > The problem is the project

Re: Collabnet plugin: how to use role permissions fine grained

2012-05-24 Thread Jan Seidel
Hi Darryl, yes I have checked these links before. The problem is the project level described there allows only one configuration for all jobs. As example the role "Hudson configure" grants the users in this role to configure all jobs in Jenkins. This is no good as the GUI developers should not

Using CopyArtifacts Plugin for Parameterized Projects

2012-05-24 Thread Bob Dixon
I'm trying to create a single promotion job for use by the Promoted Builds plugin that can promote builds from more than one project. I need the artifacts from a Windows build so I can run the promotion on a Unix machine, so I'm trying to use the Copy Artifacts plugin in the promotion job.

Re: Stuck with NodeLabel plugin

2012-05-24 Thread Romu
I found that node parameter can't be used with buildWithParameters. The following curl command works: curl -v -u jenkins:jenkins --show-error --data 'json={"parameter": [{"name":"node","value":"lab-node1"}]}&Submit=Build' http://myjenkins.com/job/TestJob/build? But how to do this with python urll

Stuck with NodeLabel plugin

2012-05-24 Thread Romu
Hi, I'm trying to use NodeLabel plugin to tell a job on which node it should run. I installed nodelabel plugin and added a node parameter "node" for the job. I tried the following methods to trigger the build: 1) by python script def trigger_build(jenkins_url, job_name, params): req = url

Re: An aggregated Test report view for several jobs?

2012-05-24 Thread Mickael Istria
Great! I have this plugin installed and did not even noticed the available test portlet... Thanks. On 05/24/2012 05:34 PM, Ullrich Hafner wrote: You can use the dashboard-view-plugin. It has some portlets that show test results for the selected set of jobs. Ulli On 05/24/2012 05:25 PM, Mic

Exception when executing the batch command : null

2012-05-24 Thread Anthony Newnam
I am getting the error: *02:47:06* Exception when executing the batch command : null Sometimes when trying to run a post build task. Have others seen this? It seems there is an exception without a message in it (https://svn.jenkins-ci.org/trunk/hudson/plugins/postbuild-task/src/main/java/hudso

Re: An aggregated Test report view for several jobs?

2012-05-24 Thread Ullrich Hafner
You can use the dashboard-view-plugin. It has some portlets that show test results for the selected set of jobs. Ulli On 05/24/2012 05:25 PM, Mickael Istria wrote: > Hello, > > I'm trying to find a way to have an aggregated view of test results > for a set of jobs. This jobs are independent and a

An aggregated Test report view for several jobs?

2012-05-24 Thread Mickael Istria
Hello, I'm trying to find a way to have an aggregated view of test results for a set of jobs. This jobs are independent and autonomous, but I'd like to have an overview of the evolution of the number of tests for all of them, to avoid digging into each one of them (there are currently ~30 ones

Re: versioning of jenkins ws

2012-05-24 Thread Mark Waite
You might consider: https://wiki.jenkins-ci.org/display/JENKINS/Backup+Plugin  or https://wiki.jenkins-ci.org/display/JENKINS/thinBackup  or  https://wiki.jenkins-ci.org/display/JENKINS/SCM+Sync+configuration+plugin  Mark Waite > > From: Federico Paolanto

Re: Collabnet plugin: how to use role permissions fine grained

2012-05-24 Thread Darryl Bowler
Have you seen this? http://wiki.hudson-ci.org/display/HUDSON/CollabNet+Plugin -> Authentication or http://wiki.hudson-ci.org/display/HUDSON/Authentication Look at "Authorize users at the project level" Regards On May 24, 2012, at 4:20 AM, Jan Seidel wrote: > Hi folks, > > I've got a question.

svn checkout strategy error

2012-05-24 Thread shanz
If I choose, "emulate clean checkout by first deleting unversioned/ignored files, then 'svn update'", then I expect the unversioned files/ignored files to be deleted but nothing is touched. I have Jenkins 1.464 and svn plugin v1.40. Anyone got this working? I choose a custom workspace C:\jenkins

Re: more graphs from junit tests?

2012-05-24 Thread Ullrich Hafner
On 05/24/2012 02:58 PM, Anthony Newnam wrote: > On Thursday, May 24, 2012 3:30:55 AM UTC-5, Ulli Hafner wrote: > > On 05/23/2012 11:23 PM, Anthony Newnam wrote: > > Is there a way for me to get a graph with time as the x axis > instead > > of build number and see a graph of how long

Re: CVS and extssh

2012-05-24 Thread Xavier NOPRE
It seems to work with c:\Program Files\PuTTY\*plink.exe* but not sure, because with have defined login in CVS URL + password, perhaps it overpasses the key verification ? Xavier 2012/5/10 Jan Seidel > Disregard - you should not define "c:\Program Files\PuTTY\*plink.exe*". > but "c:

wso2 build error

2012-05-24 Thread Baris INANC
We cant build wso2-stratos core project from jenkins but we can build this project from shell. This is the console output of jenkins; Anyone had this issue? Thank you Started by user anonymous Building in workspace /home/ardic/.jenkins/workspace/core Updating https://10.1.1.2:8443/svn/ARCSP_CLO

Re: more graphs from junit tests?

2012-05-24 Thread Anthony Newnam
On Thursday, May 24, 2012 3:30:55 AM UTC-5, Ulli Hafner wrote: > > On 05/23/2012 11:23 PM, Anthony Newnam wrote: > > Is there a way for me to get a graph with time as the x axis instead > > of build number and see a graph of how long the tests took/how long an > > individual test took over time?

Re: How to make one job run on all slaves if this job has some changes?

2012-05-24 Thread KIK
Sorry. I forget to wrote this, " Torn on [Execute concurrent builds if necessary] check box on "Job B". " for parallel build.

cas plugin + svn plugin = duplicate users

2012-05-24 Thread Federico Paolantoni
Dear List, we secured jenkins using the cas plugin. However the subversion repository has his own authentication method. So, actually the same user appears twice into the users list, one is NT account name (eg. INTERNALDOMAIN/foo) the second is the svn nickname. Is it possible to solve duplicates?

Failed to detect the environment for automatic JDK installation

2012-05-24 Thread Anne Stellingwerf
Failure on AIX 5.3: [05/24/12 13:21:06] [SSH] Checking java version of java [05/24/12 13:21:07] [SSH] java -version returned 1.4.2. [05/24/12 13:21:07] [SSH] Checking java version of /usr/bin/java [05/24/12 13:21:07] [SSH] /usr/bin/java -version returned 1.4.2. [05/24/12 13:21:07] [SSH] Checki

IO Exception on file copy

2012-05-24 Thread Jan Seidel
Hi folks, has someone an idea what is going on here? The slave is an "old dinosaur" that only dumps databases for quick backup purposes. It is located on a different network segment. The IT has found some unstable condition in our network backbone which occasionally may interfere but this IO e

Collabnet plugin: how to use role permissions fine grained

2012-05-24 Thread Jan Seidel
Hi folks, I've got a question. Is it possible to create and individually assign new roles to Jenkins projects? I haven't found an project based security matrix for CTF roles but really need one. currently is it afaik only possible to assign entire TeamForge projects to a Jenkins project. That's

Re: more graphs from junit tests?

2012-05-24 Thread Ullrich Hafner
On 05/23/2012 11:23 PM, Anthony Newnam wrote: > Is there a way for me to get a graph with time as the x axis instead > of build number and see a graph of how long the tests took/how long an > individual test took over time? > > It seems like the only way the graphs could be useful if they're over >

Re: Email with pmd | checkstyle

2012-05-24 Thread Ullrich Hafner
In Jelly you have something like: ${action.result.numberOfAnnotations} - action is an instance of AbstractResultAction - action.result is a public getter in AbstractResultAction (getResult()) - result is an instance of BuildResult - result.numberOfAnnotations is a public getter

Re: Prefix help with plugin name?

2012-05-24 Thread Jan Seidel
I'm content that the project config pages are meant. That's a situation I have been facing too. My advice at time being: Add new plugins subsequently as needed. That gives you are chance to get familiar with the new options before you jump the next plugin Take care Jan Am Mittwoch, 23. Mai 2012