[workflow-plugin] no workspace for parallel steps

2014-11-18 Thread Stefan Lorenz
Hi, when I try to get the test results from parallel executed steps, I get the following exception, because there is no workspace for the steps to save the test results. Zeichne Testergebnisse auf. Running: Allocate workspace : Body : End Running: Allocate workspace : End Running: Allocate

Exception in Docker Servers view

2014-11-18 Thread Stefan Lorenz
Hi, when I click on a docker instance link at the Docker Servers view I get the following exception (I can use docker images in Jenkins, there is just the error in the view): javax.servlet.ServletException: java.util.NoSuchElementException at org.kohsuke.stapler.Stapler.tryInvoke(Stap

Re: Restricting logins via LDAP groups

2014-11-18 Thread Stephen Connolly
On Tuesday, November 18, 2014, Marshall wrote: > Hi all, > > I'm trying to restrict the people that can successfully *login* to a > narrow set of LDAP groups. I've tried several settings, and searched for > solutions. So far I'm coming up blank. So, here I am, looking for > assistance. > > So,

RE: What might cause Jenkins to become unresponsive for brief periods of time?

2014-11-18 Thread Dunnigan, Terrence J
Thanks for the suggestion. I’ve wondered if it’s a Java thing, maybe garbage collecting? I haven’t ruled out a failing hard drive either, though I would expect the frequency to be increasing were that the case. Java 7 … yikes. Maybe I’ll upgrade the to the latest patch version first ☺ Terry Fr

RE: What might cause Jenkins to become unresponsive for brief periods of time?

2014-11-18 Thread Dunnigan, Terrence J
Thanks for the suggestion. It’s a 20+ core machine and we seldom exceed 5% utilization. Terry From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Jeffrey Parker Sent: Tuesday, November 18, 2014 1:03 PM To: jenkinsci-users@googlegroups.com Subject: Re: W

Re: Adding Windows slaves to Jenkins

2014-11-18 Thread Richard Bywater
Might be worth manually going to that URL that is getting the IOException to see what is being returned as it sounds like its a HTML Page of some sort. Richard. On Wed, Nov 19, 2014 at 5:03 AM, Patricia Mendez Lorenzo < patriciamendezlore...@gmail.com> wrote: > > Thanks so much Terry for your he

Re: What might cause Jenkins to become unresponsive for brief periods of time?

2014-11-18 Thread Mark Waite
You might also consider if you should switch from JDK 6 to JDK 7. The current Java 6 patch version is 1.6.0_45, which is newer than the Java 6 version you're running. On Tue, Nov 18, 2014 at 12:03 PM, Jeffrey Parker wrote: > What about the CPU usage on a per core basis? I have seen Jenkins push

Re: What might cause Jenkins to become unresponsive for brief periods of time?

2014-11-18 Thread Jeffrey Parker
What about the CPU usage on a per core basis? I have seen Jenkins push a single core to maximum for periods of time. On Tuesday, November 18, 2014 12:21:41 PM UTC-6, Dunnigan, Terrence J wrote: > > Hi All, > > > > From time to time our Jenkins will become unresponsive for brief periods > of t

What might cause Jenkins to become unresponsive for brief periods of time?

2014-11-18 Thread Dunnigan, Terrence J
Hi All, >From time to time our Jenkins will become unresponsive for brief periods of >time. The software is still running (per Windows Task Manager) and the PC is >otherwise perfectly responsive. CPU utilization does not exceed 10%. Plenty of >available RAM. System specs: Windows Server 2008 J

Re: Jenkins Errors with Mailer on 1.580.1

2014-11-18 Thread S Day
ah thank you!!! this makes sense, I think I was reading this totally wrong, as 1.8.0 and 1.1.2 I need more coffee today thanks! On Tuesday, November 18, 2014 1:17:27 PM UTC-5, slide wrote: > > Just a small note, 1.12 is newer than 1.8, Jenkins plugins generally > follow this pattern. 12 > 8, so

Re: Jenkins Errors with Mailer on 1.580.1

2014-11-18 Thread Slide
Just a small note, 1.12 is newer than 1.8, Jenkins plugins generally follow this pattern. 12 > 8, so it's newer. On Tue Nov 18 2014 at 11:08:52 AM S Day wrote: > we recently upgraded our jenkins to 1.580.1 from version 1.532.2 and > have had lots of issues with mailer, > > we have 1.8 installe

Re: Jenkins Errors with Mailer on 1.580.1

2014-11-18 Thread Eric Pyle
I think you misread the versions of the Mailer plugin. 1.12 (one dot twelve) is a higher version than 1.8 because 12 > 8. And from the errors you are getting after disabling the mailer plugin, it sounds like the Jenkins security depends on something in the mailer plugin, which makes sense becau

Jenkins Errors with Mailer on 1.580.1

2014-11-18 Thread S Day
we recently upgraded our jenkins to 1.580.1 from version 1.532.2 and have had lots of issues with mailer, we have 1.8 installed, however when I go into jenkins I get This version of Jenkins comes with new versions of the following plugins that are currently pinned

Re: Pushing Git tags back to origin

2014-11-18 Thread Stephen Connolly
when Jenkins does the checkout it does it keeping the credentials isolated from the actual build, so you might need to use the ssh-agent plugin to inject the credentials that can be used to do the push back into the build's environment On 18 November 2014 15:26, youhour wrote: > When I'm using t

Re: Adding Windows slaves to Jenkins

2014-11-18 Thread Patricia Mendez Lorenzo
Thanks so much Terry for your help, indeed I realized that in the command line: java -jar slave.jar -jnlpUrl https://:443/computer//slave-agent.jnlp -secret the string was missing the domain, so I changed this information in: Jenkins-> Configuration->Jenkins URL and I added the domain na

Re: Adding Windows slaves to Jenkins

2014-11-18 Thread Patricia Mendez Lorenzo
Thanks so much Terry for your help, indeed I realized that in the command line: java -jar slave.jar -jnlpUrl https://:443/computer//slave-agent.jnlp -secret the string was missing the domain, so I changed this information in: Jenkins-> Configuration->Jenkins URL and I added the domain na

RE: Pushing Git tags back to origin

2014-11-18 Thread youhour
When I'm using this same id to clone, I was able to create and push the tag without any issue. Only have issue when trying to do from Jenkins. -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Pushing-Git-tags-back-to-origin-tp2274148p4728284.html Sent from the Jenkins u

RE: Pushing Git tags back to origin

2014-11-18 Thread Dunnigan, Terrence J
Does the exact same command work when you run it yourself on the build machine, using the same account as the build machine? Terry -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of youhour Sent: Tuesday, November 18, 2014 8:

RE: Adding Windows slaves to Jenkins

2014-11-18 Thread Dunnigan, Terrence J
Hi Patricia, Does this help? https://issues.jenkins-ci.org/browse/JENKINS-12629 There’s a few suggestions on that page, including using the –noCertificateCheck option. Terry From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Patricia Mendez Lorenzo

Restricting logins via LDAP groups

2014-11-18 Thread Marshall
Hi all, I'm trying to restrict the people that can successfully *login* to a narrow set of LDAP groups. I've tried several settings, and searched for solutions. So far I'm coming up blank. So, here I am, looking for assistance. So, given the following example setup, what would be the correc

Re: Pushing Git tags back to origin

2014-11-18 Thread youhour
I included "git push --tags" into my script and I still get the same error as "git push origin --tags" >Pushing tags to remote server >fatal: Upload denied for project 'bb' >fatal: The remote end hung up unexpectedly Any thought how I can find out why remote server rejected? My other op

Post Commit from Tortise SVN to Jenkins for .net Application.

2014-11-18 Thread datta rajesh
Hi Friends, I am using Jenkins. I got a requirement to build the code from Jenkins when there is any check-in done in Tortise SVN. Please kindly help on this. Thanks in advance. With Regards, Datta.G -- You received this message because you are subscribed to the Google Groups "Jenkins User

git-plugin + kerberos authentication

2014-11-18 Thread Ivo Bellin Salarin
NEGOTIATE authentication error: No valid credentials provided (Mechanism level: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)) how can I enable kerberos authentication for my git client? the git-for-windows client works perfectly on the same host.. how can I co

Adding Windows slaves to Jenkins

2014-11-18 Thread Patricia Mendez Lorenzo
Hello all, just arriving to this forum, nice to be here. I have a quetion, maybe you can help me. I am trying to add a windows slave to my jenkins instance. I am following the instructions included in "Launch Java Web Start slave agent via Windows Scheduler". The master node has a proper SSL c

Re: Joining Build Pipeline steps

2014-11-18 Thread Tomas Pekarovic
Hi, I tried as you supposed, but I forgot 1 important thing all jobs are multijobs... especially that install these jobs are running on remote slaves. When I try to use your configuration ... I ended with spawned n-EFSW_Activate jobs... where n is number of multijob configurations I fo

Hey I'm new to the group and hope it helps me improve, here's a link to a free webinar

2014-11-18 Thread Shmuel Rubashkin
There's a free webinar tomorrow: 3 steps to reduce security risks in your software (giving out t-shirts for best questions). details: http://bit.ly/1qRcAgl Cheers, Sam -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from

Re: Jenkins doesn't seem to log events from git-plugin

2014-11-18 Thread Ivo Bellin Salarin
In the Jenkins logs I can't find useful information... It is stuck on something like nov. 18, 2014 11:29:54 AM INFOS hudson.WebAppMain$3 run Jenkins is fully up and running nov. 18, 2014 11:31:53 AM AVERTISSEMENT hudson.model.Run getEnvVars deprecated call to Run.getEnvVars at org.jen

Re: Jenkins doesn't seem to log events from git-plugin

2014-11-18 Thread Richard Bywater
Check the Jenkins log itself - I usually get there by choosing "log" in the top right search box and then choose All Log Recorders (or something to that effect) Richard. On Tue, Nov 18, 2014 at 11:38 PM, Ivo Bellin Salarin < ivo.bellinsala...@gmail.com> wrote: > I have downloaded yesterday Jenki

Jenkins doesn't seem to log events from git-plugin

2014-11-18 Thread Ivo Bellin Salarin
I have downloaded yesterday Jenkins 1.590, along with the latest git and git-client plugins. I experience a problem with the git-client-plugin, but there's no useful information about what's going on: Building in workspace D:\JenkinsData\workspace\git-checkout Cloning the remote Git repository