Re: Triggering a build via a scripted http call and getting back the build number

2012-02-17 Thread Jim Searle
I second this. It would be really nice to see the actual build number created in the response somewhere when using the api build and buildWithParameters calls. We can try to figure it out based on the nextBuildNumber, plus parsing through the queue/api/xml output, but it is not guaranteed. I cre

RE: MIgrating security to large collection of jobs.

2012-02-17 Thread Elkin, Michael
If you have well-named jobs, you can try the role-based plug-in which has regular expressions and may be easier to test/deploy/manage: https://wiki.jenkins-ci.org/display/JENKINS/Role+Strategy+Plugin From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of E

Mercurial plugin NOT picking up merges back to the default branch

2012-02-17 Thread Maven User
Hi all - I think we're hitting this issue: https://issues.jenkins-ci.org/browse/JENKINS-12459 I'm not sure why one would ever want the "--no-merges" option. Shouldn't it be binary? There are changes - build, there aren't changes - don't build? Merged changes don't seem to be triggering builds.

Re: Build Pipeline plugin doesn't interact with Promoted Builds plugin?

2012-02-17 Thread Chris Withers
On 17/02/2012 04:12, Geoff Bullen wrote: Yes, unfortunately the pipeline plugin doesn't support the features of the promoted build plugin. All you can currently do is have a manual trigger versus an automated trigger. Right, and if I add the manual trigger on the initial job: - the triggered

Jenkins running Python website functional tests

2012-02-17 Thread SteveB
Trying to use Jenkins to run python-selenium-testng scripts to do website functional testing and have Jenkins collect the testng result. (FYI this is on a ubuntu system) Having problem getting Jenkins to run the python scripts with either the build shell or the shiningPanda python plugin.The

Jenkins and Code Contracts/Design by Contract

2012-02-17 Thread Kuntz, Scott
Hi, Does anyone know if it is possible to utilize Design by Contract or Code Contracts in the Jenkins environment? Thanks, Scott Kuntz Quicken Loans <>

Updating the CVS plugin killed my projects

2012-02-17 Thread talksmall
I'm a relative n00b to Jenkins. I've used Cruisecontrol for years, but having got fed up with its limitations I thought I'd give Jenkins a try. I installed version 1.44 and started with a few test projects. Initial impressions were great. Easy configuration and much better scheduling of downstream

Re: buildResultTrigger-polling

2012-02-17 Thread danny staple
Jenkins can be running many simultaneous subprocesses each of which consume a few filehandles. We started seeing messages like this, and used a 2 pronged method. First we used ulimit settings to double the allowable open filehandles, then we switched many tasks from shell scripts to other tools tha

RE: constant building from svn - no change

2012-02-17 Thread Kalluri, Jagan
Hello Fiona, I also experience this problem, We are using Mks integrity as SCM. This issue is due to Multiple SCM plug in , Which uses same set of change log .xml for all the repos you configured. Only way to avoid this Is configuring Multiple Projects for each repo and Using Join Plug in Els

Re: ldap config

2012-02-17 Thread David Weintraub
On Fri, Feb 17, 2012 at 5:09 AM, fiona wrote: > After I config ldap security, when anyone can't  logon, my > configuration is: > server : X > root dn: like dc=sun,dc=com,dc=cn > manager dn :XXX > manager password: > it is not right? Check to make sure your computer has port access to your

MIgrating security to large collection of jobs.

2012-02-17 Thread Erick Dovale
Folks, We need tom move from a global security configuration to a per/job one. I was wondering if anyone has done this before and can comment on how best to approach it. I need to remove all users from the jenkins central configuration (except for admins) and add the appropriate users to each one o

Jenkins and SVNKit

2012-02-17 Thread Soula, William
I have a job that yesterday was building fine and today cannot check out the source code from SVN. I tried updating the svn plugin and that still did not fix my problem. I tried googling around for a fix and found several people with the same problem but without any replies as to what to do to

Re: constant building from svn - no change

2012-02-17 Thread fiona
I also met this situation, my the 1st line of the console of a build: started by scm change On 2月17日, 下午7时25分, Didier Durand wrote: > Hi, > > Can you tell us what the very 1st line of the consol of a build: it > usually gives the reason for starting the build . > > regards > > didier > > On 17 fé

Optional Parameters in Parameterized Trigger Plugin

2012-02-17 Thread Nig
Hi, Is it possible to make parameters only visible for specific users. For example, when logged in as user A, a parameter should be present when running a job but when logged in as user B the parameter should not be seen. Thanks !

Re: constant building from svn - no change

2012-02-17 Thread Didier Durand
Hi, Can you tell us what the very 1st line of the consol of a build: it usually gives the reason for starting the build . regards didier On 17 fév, 06:03, wrote: > Hi Guys > > I have a multi repo project, both checkouts are from svn servers, and I have > a 'poll scm' every 15 mins to build it

ldap config

2012-02-17 Thread fiona
After I config ldap security, when anyone can't logon, my configuration is: server : X root dn: like dc=sun,dc=com,dc=cn manager dn :XXX manager password: it is not right?

Re: sonar fails to analyze snapshots after maven release

2012-02-17 Thread jalogar
It works! Thanks a lot On Feb 16, 10:09 pm, domi wrote: > Tomasz, > you have to define a new boolean parameter on your job (e.g. SKIP_SONAR) on > your Job, then go to the Advanced Sonar plugin configuration in your job and > enter the same variable name into it. > Now when you use the new m2rel

Re: sonar fails to analyze snapshots after maven release

2012-02-17 Thread jalogar
It works! Thanks a lot On Feb 16, 10:09 pm, domi wrote: > Tomasz, > you have to define a new boolean parameter on your job (e.g. SKIP_SONAR) on > your Job, then go to the Advanced Sonar plugin configuration in your job and > enter the same variable name into it. > Now when you use the new m2rel

Re: buildResultTrigger-polling

2012-02-17 Thread Grégory Boissinot
There is a big issue at the moment for this plugin regarding the number of active threads on the polling file. I fixed it for other X-TRigger plugin such as FSTrigger, URLTrigger, ScriptTrigger and so on. I have to update to BuildResultTrigger to the new xtrigger library. Waiting for the fix, plea