Re: publish_over_ssh plugin

2013-11-19 Thread Justinas Urbanavicius
Did you manage to solve your problem? i'm having a similar one and can't find a solution. On Tuesday, November 6, 2012 11:28:03 PM UTC+2, DaveS wrote: > > I am trying to use the publish_over_ssh plugin to deploy files and run a > .bat file. The userid used for the SSH has full control on the re

Every remote SSH command returns exit code 255

2013-11-19 Thread Justinas Urbanavicius
Hi, Having serious problems with executing remote command through ssh. I've set up my Jenkins to ssh to remove Windows platforms, where sshd is installed using cygwin. Connection and publishing remote files works like a charm, but when it comes to command execution every single command fails a

Re: sloccount plugin

2013-11-19 Thread Irfan Sayed
can someone please help/suggest regards irfan On Fri, Nov 15, 2013 at 10:19 PM, Daniel Beck wrote: > On 15.11.2013, at 17:40, "Kevin Fleming (BLOOMBERG/ 731 LEXIN)" < > kpflem...@bloomberg.net> wrote: > > > it's not clear whether there has been a new release of the sloccount > plugin that inc

Re: Is there a sample for LDAP plugin to connect to Active Directory?

2013-11-19 Thread dennys
I use following configuration, it works, but performance is not good. It takes 2~3 seconds to login. server: "your-ad.domain.com" rootDN: "DC=your-ad,DC=domain,DC=com,DC=pl" user search filter: "sAMAccountName={0}" managerDN: "Domain\someUser" managerPassword: I didn't set userSearchBase, maybe

Number of http sessions high, but only few shown in list

2013-11-19 Thread Klaus Schniedergers
Hi, we see the number of http sessions reported in https:///monitoring going up to high numbers (currently >200), but when going to "View http sessions" at https:///monitoring?part=sessions, only a few are listed (about 10-20). Why is there a discrepancy that large? The total number of sessio

Re: Backup "Managed Scripts"

2013-11-19 Thread Slide
Most things are stored in XML for Jenkins configuration. On Tue, Nov 19, 2013 at 2:30 PM, wrote: > Wow! Storing scripts in XML!? > > I really hope they move to a git repo or something in the future, this > doesn't seem right. Oh well. :-/ > > > On Monday, November 18, 2013 10:03:45 PM UTC-8, Da

Re: Backup "Managed Scripts"

2013-11-19 Thread sam . xiao
Wow! Storing scripts in XML!? I really hope they move to a git repo or something in the future, this doesn't seem right. Oh well. :-/ On Monday, November 18, 2013 10:03:45 PM UTC-8, Daniel Beck wrote: > > You seem to have been searching everywhere... but the actual plugin source > code. AFAICT

Re: How do you deploy web apps with Jenkins?

2013-11-19 Thread Mads Mohr Christensen
On 19 Nov 2013, at 18:26, Baptiste Mathus wrote: > Hi, > Hi, > Do the simplest thing that works first. So on your place I would just reuse > your ant build. Then, later, if you feel it's necessary, question removing > that build. xml. > Yeah, that is what we have been doing for the last 6 mo

Avoiding an unnecessary build entirely

2013-11-19 Thread CLOSE Dave
Using the Build Flow plugin, I have a master job containing a sequence of steps invoking other, ordinary jobs. The order of the ordinary build jobs is important, sometimes because of job dependencies but sometimes only to avoid possible conflicts. In the latter case, it may not be useful to per

Re: Addressing Jenkins scalability

2013-11-19 Thread Alyssa Tong
my apologies for not seeing this email earlier..I was busy getting set up for the webinar. But yes, after you sign up for the webinar the system will send you login access & pwd. Hope you were able to join us, if you weren't, the recording is here

Re: Parameterized builds question

2013-11-19 Thread Jason Swager
See the Rebuild plugin. That plugin should do exactly what you want. On Tuesday, November 19, 2013 11:39:00 AM UTC-8, Vishal wrote: > > Hi All - > > I am using Paramerterized build plugin. I have almost 10-12 parameters > that i need

Parameterized builds question

2013-11-19 Thread Vishal Rekala
Hi All - I am using Paramerterized build plugin. I have almost 10-12 parameters that i need to pass for a job. Some times i need to use the previous build parameters to execute. Is there a way to use same parameters as previous build in the current build? Thanks, Vishal -- You received this

Re: Addressing Jenkins scalability

2013-11-19 Thread k . thieling
I believe it is just 1234 - Original Message - From: "Dan Tehranian" To: jenkinsci-users@googlegroups.com Cc: "Jenkins Dev" Sent: Tuesday, November 19, 2013 11:32:27 AM Subject: Re: Addressing Jenkins scalability Hi Alyssa, The Webex site wants a password to join... Dan O

Re: Addressing Jenkins scalability

2013-11-19 Thread Dan Tehranian
Hi Alyssa, The Webex site wants a password to join... Dan On Monday, November 18, 2013 10:56:34 AM UTC-8, Alyssa Tong wrote: > > Hi All, > > Due to popularity of the Scalability Summit, Kohsuke will be sharing what > scalability issues were discussed amongst serious large-scale Jenkins users

Re: How do you deploy web apps with Jenkins?

2013-11-19 Thread Baptiste Mathus
Hi, I think one of the important things you should do with tools like Jenkins is to go progressive. If you don't you're taking the risk to get burned on things you want to do and then keep a bad taste of it. Do the simplest thing that works first. So on your place I would just reuse your ant build

Re: Difference btw. Enterprise Role-Based-Access-Control and Free Role-Strategy Plugin?

2013-11-19 Thread Walter Kacynski
I have used the Enterprise Version in a limited trial and I currently use the RegEx version in our PROD Jenkins instance. I like the simplicity and centralized management of the RegEx version. However, the RBAC (Enterprise) version allows for decentralized management which is great if you wa

Re: Old versions of plugins

2013-11-19 Thread Ulli Hafner
Hmm, yes, seems that http://updates.jenkins-ci.org/download/plugins/ is outdated. Here are all versions: http://maven.jenkins-ci.org/content/repositories/releases/org/jvnet/hudson/plugins/warnings/ Ulli Am 19.11.2013 um 16:20 schrieb James Howe : > Has this stopped being maintained? I'm lo

Re: Old versions of plugins

2013-11-19 Thread James Howe
Has this stopped being maintained? I'm looking for warnings-4.35 but it only has up to 4.28. On Monday, 16 January 2012 16:09:15 UTC, matthew...@diamond.ac.uk wrote: > > Manual install of plugins is described on the wiki at > https://wiki.jenkins-ci.org/display/JENKINS/Plugins and you can use t

Build FLow : How can I pass a property file (or a set of parameters) to the triggered jobs

2013-11-19 Thread Jean-Luc Pinardon
Let's consider this simple example : parallel ( // job 1, 2 and 3 will be scheduled in parallel.{ build("job1") }, { build("job2") }, { build("job3") } ) It is possible to pass some predifined like parameters using : parallel ( // job 1, 2 and 3 will be scheduled in parallel.

Re: Difference btw. Enterprise Role-Based-Access-Control and Free Role-Strategy Plugin?

2013-11-19 Thread Stephen Connolly
Well I am biased, because the RBAC plugin was the first plugin I wrote once joining CloudBees. When I started using Jenkins, one of the issues I had is that the LDAP server is controlled by heavyweight processes, which can even end up being outsourced to a consulting company. For example at my for

Difference btw. Enterprise Role-Based-Access-Control and Free Role-Strategy Plugin?

2013-11-19 Thread Martin Ba
Hi everyone and esp. CloudBees! What are the main benefits the Jenkins Enterprise [Role-based Access Control Plugin][1] offers over the free [Role Strategy Plugin][2] ??? thanks for any insight, Martin [1] : http://www.cloudbees.com/jenkins-enterprise-by-cloudbees-features-role-based-access