Re: Windows git plugin / git client plugin problems

2014-02-11 Thread Mark Waite
That's correct, the units are minutes. On Tue, Feb 11, 2014 at 9:03 PM, Curtis Kline wrote: > Thanks Mark. I'll try running my Windows slave from the command line. So > the timeout value is in minutes? > > Curtis > > > > On Tue, Feb 11, 2014 at 5:54 PM, Mark Waite wrote: > >> Sorry, I gave bad

Re: Windows git plugin / git client plugin problems

2014-02-11 Thread Curtis Kline
Thanks Mark. I'll try running my Windows slave from the command line. So the timeout value is in minutes? Curtis On Tue, Feb 11, 2014 at 5:54 PM, Mark Waite wrote: > Sorry, I gave bad information. The timeOut property I listed is incorrect. > > It should be -Dorg.jenkinsci.plugins.gitclient.G

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

2014-02-11 Thread Priti Patel
How to set up a Test pass to run microsoft fakes unit test without installing visual studio on Jenkins server? We have tried to copy visual studio test runner related DLLs and use vstest.console.exe to run unit tests on CI build. But we are getting error : Microsoft.QualityTools.Testing.Fake

Re: Why might job fail with "No route to host" ?

2014-02-11 Thread Les Mikesell
On Tue, Feb 11, 2014 at 10:23 AM, David Aldrich wrote: > > Please can anyone suggest why a job, running on a Windows slave, might fail > part way through with error "No route to host"? > Network problem? -- Les Mikesell lesmikes...@gmail.com -- You received this message because you ar

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

2014-02-11 Thread Levski Weng
Hello everyone, currently I have a problem as follows: I've installed Active Directory plugin to enable my workmates and me to login the Jenkins server to build the jobs, however, I need a separate Jenkins administration account to perform system administration. I have only one Active Directory

Re: Windows git plugin / git client plugin problems

2014-02-11 Thread Mark Waite
Sorry, I gave bad information. The timeOut property I listed is incorrect. It should be -Dorg.jenkinsci.plugins.gitclient.Git.timeOut=30 On Tue, Feb 11, 2014 at 6:34 PM, Mark Waite wrote: > If you have control of the git repository, and if you don't mind allowing > the source code to be readab

Re: Windows git plugin / git client plugin problems

2014-02-11 Thread Mark Waite
If you have control of the git repository, and if you don't mind allowing the source code to be readable by anyone inside your network, you could enable a git protocol server in addition to your ssh protocol server. The download speed through git protocol is very near wire speed, so should be fast

Git plugin 2.0 with Gerrit Trigger plugin

2014-02-11 Thread Curtis Kline
Is anyone using the 2.0 Git plugin and the Gerrit Trigger plugin together successfully? I know there was a thread back around 10/29/2013 about this, but there didn't seem to be a clear answer as to whether these two plugins would now co-exist. I tried a quick trial on my test instance and the Gerr

Re: Windows git plugin / git client plugin problems

2014-02-11 Thread Curtis Kline
Thanks Mark. I think you're right. My current problem involves projects that really can't wait for my testing of the next release of the git plugin (although I am definitely interested in doing that). Any short-term suggestions on how to get this to work with my current setup? I thought about swit

Re: Windows git plugin / git client plugin problems

2014-02-11 Thread Mark Waite
Curtis, I think your problem is a different problem than the original description from Terry. I believe Terry is attempting to clone a repository which should clone in significantly less than 10 minutes, while you already know that your clone will take more than 10 minutes (due to the size of the

Re: Windows git plugin / git client plugin problems

2014-02-11 Thread Mark Waite
My technique is the opposite of Slide's. I always use the git executable in the bin directory. There were issues reported when the git executable in the cmd directory was used instead of using the executable in the bin directory. You might consider a "test drive" of the JGit implementation in yo

Re: Windows git plugin / git client plugin problems

2014-02-11 Thread Curtis Kline
I ran into the same problem today for the first time. I am using Git plugin 1.5.0 (still scared to jump to 2.0) and Git Client Plugin 1.6.1. I don't use plink, but rather the ssh included with msysgit 1.8.5. My Windows slaves are connected using JNLP. I desperately need some way to control that ti

Re: Windows git plugin / git client plugin problems

2014-02-11 Thread Slide
What is the path to Git? I use the one in ProgramFiles\Git\cmd instead of ProgramFiles\Git\bin. On Tue, Feb 11, 2014 at 4:49 PM, Dunnigan, Terrence J < terrence.j.dunni...@boeing.com> wrote: > Hi all, > > > > I've run into an issue where the latest git plugin / git client plugins > time out. It

Windows git plugin / git client plugin problems

2014-02-11 Thread Dunnigan, Terrence J
Hi all, I've run into an issue where the latest git plugin / git client plugins time out. It pulls down the files in .git\objects\pack and elsewhere, but nothing beyond the .git folder. Here's my setup: Jenkins server: Jenkins LTS 1.532.1 running on a Windows 7 PC Jenkins GIT client plugin 1.6

RE: How to create a job to run command line job from Jenkins (window)

2014-02-11 Thread Lily Fu
Wonderful hint!!! Yes, successful! Thank you so much!!! Lily -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Les Mikesell Sent: Tuesday, February 11, 2014 6:26 PM To: jenkinsci-users Subject: Re: How to create a job to ru

Re: How to create a job to run command line job from Jenkins (window)

2014-02-11 Thread Les Mikesell
On Tue, Feb 11, 2014 at 5:17 PM, Lily Fu wrote: > Thanks for your reply, > I am very new with Jenkins, so please excuse me for dummy questions: No problem, but it helps to include the details. > Yes, I created a free style job, scheduled to run at certain time, and added > a command line job (

RE: How to create a job to run command line job from Jenkins (window)

2014-02-11 Thread Lily Fu
Thanks for your reply, I am very new with Jenkins, so please excuse me for dummy questions: Yes, I created a free style job, scheduled to run at certain time, and added a command line job (tested) I got: (looks like the job was started by user anonymous, maybe the command liquibase is not ava

Re: How to create a job to run command line job from Jenkins (window)

2014-02-11 Thread Les Mikesell
On Tue, Feb 11, 2014 at 4:43 PM, Lily Fu wrote: > > I am running Jenkins on Window7 now for testing purpose. Keep in mind that jenkins jobs don't necessarily have to run on the server - and the slaves don't have to have the same OS - even if you start on a single machine. > I have a command line

How to create a job to run command line job from Jenkins (window)

2014-02-11 Thread Lily Fu
Hi, I am running Jenkins on Window7 now for testing purpose. I have a command line job (liquibase to compare two databases) I want to run the command line job twice a day ; How can I create such a job in Jenkins? (basically like a cron job on linux) Thanks! Lily -- You received this message

Apparent increase in per node threads for slave nodes

2014-02-11 Thread ghorvath
I've just opened a ticket in the public JIRA to document some surprising behavior that we noticed yesterday after an upgrade to the latest Jenkins release + latest git plugin and ssh-slaves plugin (among others). After the upgrade, we were unable to spawn new jobs on slave node due to an inabi

Re: I'm using LTS version of Jenkins, but there's a bug that has not been fixed yet and I would like to upgrade to the latest and greatest.

2014-02-11 Thread Åsmund Østvold
We are also interested. I may have time to contribute testing the RC. Is there a list tests/taskes we can do to help the process along? Asmund Den 11. feb. 2014 18.30 skrev "Lynn Lin" følgende: > We are also waiting for 1.532.2 > > junkins 于2014年2月11日星期二写道: > >> I am waiting for 1.532.2 release

Github SQS not working, how to troubleshoot?

2014-02-11 Thread Gytis Greitai
I have Jenkins under firewall and private organization repository on github. I would like to setup Amazon SQS to trigger builds, everything seems to be ok, but the builds are simply not triggered, and it seems that plugin does not receive messages from SQS. Under System Configuration i have c

Re: I'm using LTS version of Jenkins, but there's a bug that has not been fixed yet and I would like to upgrade to the latest and greatest.

2014-02-11 Thread Lynn Lin
We are also waiting for 1.532.2 junkins 于2014年2月11日星期二写道: > I am waiting for 1.532.2 release too. > Is there any votes mechanism to gauge how many are interested with this > topic? > > Regards, > Junkins, > -- > On Sunday, February 9, 2014 3:18:03 PM UTC-6, Dave wrote: >> >> I switched the update

accessing Global Passwords from a Build Flow groovy script

2014-02-11 Thread Steve Maring
I need to auth into a remote system with credentials that I will use in a number of scripts, so I figured if I could access a Jenkins Global Password entry from within the Build Flow DSL that would do the trick. I can't seem to find any docs that would describe the path to get there though. "b

Preemptive authentication requested but no default credentials available

2014-02-11 Thread Gong Zhang
I am using the reviewbot extension for integration with ReviewBoard, but I am getting these errors: Required credentials not available for BASIC @10.xx.xx.xxx:81 Feb 11, 2014 11:12:39 AM WARNING org.apache.commons.httpclient.HttpMethodDirector authenticateHost Preemptive authentication request

Preemptive authentication requested but no default credentials available

2014-02-11 Thread Gong Zhang
-- 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, visit https://groups.google.com/groups/opt_out.

Why might job fail with "No route to host" ?

2014-02-11 Thread David Aldrich
Hi Please can anyone suggest why a job, running on a Windows slave, might fail part way through with error "No route to host"? We are running Jenkins 1.542 on a Linux master. The entire exception trace is provided below. Best regards David hudson.remoting.RequestAbortedException

HP Application Automation Tools plugin - License question

2014-02-11 Thread pimy103
Hi, I've already contacted a few of the developers, but did not get a response. I also tried HP support, but they directed me back to Jenkins. I understand that the following plugin is open source. https://wiki.jenkins-ci.org/display/JENKINS/HP+Application+Automation+Tools Does it depend on any

Re: How to attach pdf as an attachemnt in email-ext plugin

2014-02-11 Thread Anand Raja.K
Not a problem, Thanks for the information, I have Opened Bug in JIRA https://issues.jenkins-ci.org/browse/JENKINS-21760 On Tue, Feb 11, 2014 at 7:19 PM, Slide wrote: > I had to reimage my laptop, so I still haven't gotten back to the point > where I can work on this. I'll let you know. For now,

Re: How to attach pdf as an attachemnt in email-ext plugin

2014-02-11 Thread Slide
I had to reimage my laptop, so I still haven't gotten back to the point where I can work on this. I'll let you know. For now, can you open a JIRA item (https://issues.jenkins-ci.org) so its easier to track? On Tue, Feb 11, 2014 at 1:57 AM, Anand Raja.K wrote: > No Problem Slide, Do you have any

Re: I'm using LTS version of Jenkins, but there's a bug that has not been fixed yet and I would like to upgrade to the latest and greatest.

2014-02-11 Thread junkins
I am waiting for 1.532.2 release too. Is there any votes mechanism to gauge how many are interested with this topic? Regards, Junkins, -- On Sunday, February 9, 2014 3:18:03 PM UTC-6, Dave wrote: > > I switched the update site back to > http://updates.jenkins-ci.org/update-center.json, but I don

Re: How to find out why a test was skipped

2014-02-11 Thread Robert Krüger
Thanks! I will try the thing with the listener. That sounds reasonable. On Mon, Feb 10, 2014 at 4:37 PM, Nalin wrote: > TestNG plugin doesn’t capture output like the inbuilt junit plugin. But you > should be able to look at the class level results in TestNG plugin report > where the test failed t

Re: Plugin not available but it is installed (email-ext)

2014-02-11 Thread Maureen Barger
Well obviously I need more coffee this morning. Thank you Matthew! On Tue, Feb 11, 2014 at 4:53 AM, wrote: > It's name appears in the installed plugin list as "Jenkins Email Extension > Plugin". Is that name there? > >> -Original Message- >> From: Maureen Barger [mailto:mobar...@gmail.c

RE: Plugin not available but it is installed (email-ext)

2014-02-11 Thread Matthew.Webber
It's name appears in the installed plugin list as "Jenkins Email Extension Plugin". Is that name there? > -Original Message- > From: Maureen Barger [mailto:mobar...@gmail.com] > Sent: 11 February 2014 09:25 > To: jenkinsci-users@googlegroups.com > Subject: Plugin not available but it is i

Plugin not available but it is installed (email-ext)

2014-02-11 Thread Maureen Barger
I updated to email-ext 2.37.2. It is available on all of the jobs that are configured to use it. It is present in the plugins directory, Yet when I go to Manage Jenkins - Manage Plugins it is not listed as installed or available. How do I get access again? -- You received this message because yo

Re: How to attach pdf as an attachemnt in email-ext plugin

2014-02-11 Thread Anand Raja.K
No Problem Slide, Do you have any updates on this? On Mon, Feb 10, 2014 at 7:15 PM, Slide wrote: > Sorry, that was a reply to the wrong mailing list. Was doing things too > early in he morning or too late at night. > > > On Sun, Feb 9, 2014 at 9:42 PM, Anand Raja.K wrote: > >> >> Hi Slide, >> >