Re: Is there any way to use too or more authentication methods at the same time?

2014-02-12 Thread Levski Weng
Thank you for pointing out this important thing. Yes, I've put the config.xml in each job's folder under revision control,too. So it's an easy task to recover from a system failure. And I'm writing some batch commands to backup the plugins. On Wednesday, February 12, 2014 11:13:08 PM UTC+8, Ba

Re: Is there any way to use too or more authentication methods at the same time?

2014-02-12 Thread Levski Weng
On Thursday, February 13, 2014 12:53:08 AM UTC+8, Larry Shatzer, Jr. wrote: > > Another option is to use something like CAS, which you can point at > multiple directories, and then have Jenkins use CAS. > https://wiki.jenkins-ci.org/display/JENKINS/CAS+Plugin > That's EXACTLY what I want. Than

Re: Jenkins is hanging...

2014-02-12 Thread Marc MacIntyre
FWIW, I've found that using CMS tends to even out the pauses as well: -XX:+UseConcMarkSweepGC On Wed, Feb 12, 2014 at 3:28 PM, mp wrote: > We're experiencing what appear to be the same symptoms on CentOS 6.4, > Jenkins 1.550. Running Jenkins behind apache with SSL. > > Setting -XX:PermSize in

Re: Jenkins is hanging...

2014-02-12 Thread mp
We're experiencing what appear to be the same symptoms on CentOS 6.4, Jenkins 1.550. Running Jenkins behind apache with SSL. Setting -XX:PermSize in addition to -XX:MaxPermSize helped remove the 99% utilization number, but jenkins still hangs. On Saturday, July 28, 2012 2:56:20 AM UTC-4, sti

Re: jMeter and Jenkins on different servers?

2014-02-12 Thread Les Mikesell
On Wed, Feb 12, 2014 at 3:31 PM, Tom Catyb wrote: > We are attempting to run Jenkins on Server 1, jMeter on Server 2, Git on > Server 3, and not having a great week. > I need to get the results of jMeter testing to be available when I run them. > > What I have is as follows for job Setup: > > Job

Failed to parse Cucumber JSON with Cucumber json test reporting plugin

2014-02-12 Thread teilo
Which cucumber implementation (eg cucumber-jvm) and version are you running the tests with? Can you put the offending Jason online somewhere? It sounds like you have a step that is missing a resuilt , they should all have even if the step not run. -- You received this message because you are s

Re: Difficulty to make Jenkins talk to Git

2014-02-12 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
The Git Client plugin has that listed as a dependency and will pull in everything it needs. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Feb 12 2014 16:29:12 You need the git plugin in addition to the git client plugin On Feb 12, 2

Failed to parse Cucumber JSON with Cucumber json test reporting plugin

2014-02-12 Thread Josh Lesch
After installing this plugin and adding it to my post build, I get an error saying that it failed to archive the cucumber reports. I have to leave the report location empty because it will not locate any location I put in there. Has anybody else seen this problem? [Cucumber Tests] Parsing resu

Re: Linking up slaves

2014-02-12 Thread Les Mikesell
On Fri, Feb 7, 2014 at 8:02 AM, Tom Catyb wrote: > I am attempting to link a jMeter machine as a slave node to run tests. > Have done the following: > > Copied .ssh key Whose key? Copied from where to where? > Verified that if su jenkins from root when I ssh in, no password is asked > for > Run

jMeter and Jenkins on different servers?

2014-02-12 Thread Tom Catyb
We are attempting to run Jenkins on Server 1, jMeter on Server 2, Git on Server 3, and not having a great week. I need to get the results of jMeter testing to be available when I run them. What I have is as follows for job Setup: Job Add users: Source Code Repository setup with Git to get produ

Re: Difficulty to make Jenkins talk to Git

2014-02-12 Thread Mark Waite
You need the git plugin in addition to the git client plugin On Feb 12, 2014 1:14 PM, "Lily Fu" wrote: > Hi, > > > > I installed Git client 1.8.5.2 myself; > > We have a Git repository server at > http://***.***.com:8080/git/git/Sth/sth.git > > > > I used Jenkins management tool installed Git C

RE: Re:Difficulty to make Jenkins talk to Git

2014-02-12 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
Ahh, I'm already on the 2.x series, so I can't tell you how to enter credentials for that version. Hopefully someone else will reply here. - Original Message - From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Feb 12 2014 15:29:50 Thank you for your

RE: Re:Difficulty to make Jenkins talk to Git

2014-02-12 Thread Lily Fu
Thank you for your reply, I installed the lastest: 1.6.1 Git Client Plugin Shared library plugin for other Git related Jenkins plugins. 1.6.1 From: jenkins

Re:Difficulty to make Jenkins talk to Git

2014-02-12 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
You cannot include credentials in the repository URL. They must be specified in the 'credentials' area of the Git client plugin, and the location of that depends on which version of the plugin you installed. Which one do you have? - Original Message - From: jenkinsci-users@googlegroups.c

Difficulty to make Jenkins talk to Git

2014-02-12 Thread Lily Fu
Hi, I installed Git client 1.8.5.2 myself; We have a Git repository server at http://***.***.com:8080/git/git/Sth/sth.git I used Jenkins management tool installed Git Client plugin; I tried to make jenjins talk to my Git repository: For a test job, selected Git And Repository URL: http://lily.

Jenkin's Nunit plugin not expanding environment variables?

2014-02-12 Thread Kalim Ullah
I have a nunit result located at the following location: jobs\Nunit test\Main\nunit-result.xml I specify this location in Nunit plugin field, in Post-build step i.e Publish Nunit-test Result report. This works fine and the builds shows Nunit graph. The problem that i am getting is when i

Jenkin's Nunit plugin not expanding environment variables?

2014-02-12 Thread Kalim Ullah
I have a nunit result located at the following location: jobs\Nunit test\Main\nunit-result.xml I specify this location in Nunit plugin field, in Post-build step i.e Publish Nunit-test Result report. This works fine and the builds shows Nunit graph. The problem that i am getting is when i

Re: Is there any way to use too or more authentication methods at the same time?

2014-02-12 Thread Larry Shatzer, Jr.
Another option is to use something like CAS, which you can point at multiple directories, and then have Jenkins use CAS. https://wiki.jenkins-ci.org/display/JENKINS/CAS+Plugin On Wed, Feb 12, 2014 at 8:48 AM, Les Mikesell wrote: > On Wed, Feb 12, 2014 at 9:15 AM, Levski Weng wrote: > > > > I'm

RE: Windows git plugin / git client plugin problems

2014-02-12 Thread Dunnigan, Terrence J
Hi everyone, Thanks for the feedback & suggestions. I have resolved the issue by setting the "Credentials" to "None" in my Jenkins Git plugin configuration. I have credentials on the slave PC along with PuTTY and GIT_SSH set to Putty's plink.exe, and everything works as it should. Why would us

Re: Git plugin 2.0 with Gerrit Trigger plugin

2014-02-12 Thread Robert Sandell
I have it working on both of my test servers, but haven't upgraded in the production environment yet. The only previous known issues I've heard of is a nullpointer exception when the changelog was calculated, but that was fixed in 2.11 of the trigger. /B Den onsdagen den 12:e februari 2014 kl.

Re: Is there any way to use too or more authentication methods at the same time?

2014-02-12 Thread Les Mikesell
On Wed, Feb 12, 2014 at 9:15 AM, Levski Weng wrote: > > I'm afraid that you're right, Jenkins doesn't accept mixed user > authentication. I choose to stick to AD because I hope someday I could > config SSO (Single Sign On) in Jenkins and the other web systems in my > company. I hate to remember d

Re: Is there any way to use too or more authentication methods at the same time?

2014-02-12 Thread Levski Weng
On Wednesday, February 12, 2014 8:24:47 PM UTC+8, david@barclays.com wrote: > > I think the simple answer is no. Either you use a local user database, or > LDAP. > > > > Stick to the local user database, and you can create multiple > accounts/profiles, if you want to provision segregatio

Re: Is there any way to use too or more authentication methods at the same time?

2014-02-12 Thread Baptiste Mathus
Well, that triggers another important remark: I hope you're backing up your jenkins folder with a serious a dedicated system? 2014-02-12 16:02 GMT+01:00 Levski Weng : > > On Wednesday, February 12, 2014 5:47:48 PM UTC+8, Baptiste Mathus wrote: >> >> Not sure why you really want a separate accoun

Template Project Plugin : "use all the publishers from this project" is not triggering a new build.

2014-02-12 Thread Sampath
Hi, We are facing problems with template project plugin. "use all the publishers from this project" is not triggering a new build. Below are the steps to reproduce this issue. 1. Install Template Project Plugin

Re: Is there any way to use too or more authentication methods at the same time?

2014-02-12 Thread Levski Weng
On Wednesday, February 12, 2014 5:47:48 PM UTC+8, Baptiste Mathus wrote: > > Not sure why you really want a separate account. Can't you just add admin > rights to your AD account? > > Cheers > Thanks for your suggestion, I've already added admin rights to my AD account. The reason of why I want

RE: Is there any way to use too or more authentication methods at the same time?

2014-02-12 Thread david.doughty
I think the simple answer is no. Either you use a local user database, or LDAP. Stick to the local user database, and you can create multiple accounts/profiles, if you want to provision segregation of duties based on login. dD From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@goo

Tracking down potential SVN polling issue

2014-02-12 Thread Maureen Barger
Running LTS under Tomcat, I see an error like this pop up in catalina.out periodically: Feb 10, 2014 9:32:25 AM hudson.scm.SubversionRepositoryStatus doNotifyCommit WARNING: Failed to handle Subversion commit notification org.tmatesoft.svn.core.SVNCancelException: svn: E200015: No credential to tr

Re: Change visual interface of jenkins with java

2014-02-12 Thread Stefan Bauer
Hallo Stephen, I'm done with my first adventure to create a new view and to change it's tabs (text or colour). But now I don't know how to change the content of my view. For example I want to change the colomns and their entries and create my own matrix For this purpose, their is certainly

Re: Is there any way to use too or more authentication methods at the same time?

2014-02-12 Thread Baptiste Mathus
Not sure why you really want a separate account. Can't you just add admin rights to your AD account? Cheers Le 12 févr. 2014 03:10, "Levski Weng" a écrit : > Hello everyone, currently I have a problem as follows: > > I've installed Active Directory plugin to enable my workmates and me to > login

Re: how to set up a Test pass to run microsoft fakes unit test without installing visual studio on Jenkins server

2014-02-12 Thread Dirk Kuypers
Hi, I have never done it myself, but maybe this is helpfull: http://blog.anthonybaker.me/2013/05/running-mstest-without-visual-studio.html And one of the comments under the article says you can install: http://www.microsoft.com/en-us/download/details.aspx?id=40750 HTH and good luck;-) Dirk 20

Remember me on this computer

2014-02-12 Thread El alaoui Mohamed Reda
Hi, i have Jenkins ver. 1.533 the security configurtation by LDAP work well but i can't open the session in jenkins if i dont check " Remember me on this computer " in the first page of jenkins how can i avoid it ? thank's -- *Mohamed Reda, El alaoui* -- You received this message because

Git plugin 2.0 with Gerrit Trigger plugin

2014-02-12 Thread teilo
2.0 was horribly broken for me with gerrit. 2.0.1 works fine. -- 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