Re: javax.security.auth.login.LoginException: unable to find LoginModule class: org.jboss.security.ClientLoginModule

2015-07-16 Thread Adarsh V
Any luck ?? I am also stuck with the same error. On Monday, 13 July 2015 10:55:22 UTC+5:30, Barun Vishwakarma wrote: > > Not yet..still looking for the solution > > On Mon, Jul 13, 2015 at 9:52 AM, Prabaharan Gopalan > wrote: > >> I'm stuck with the same error. Did you manage to get past this?

Re: Argument for removing old jobs

2015-07-16 Thread Sami Tikka
The old jobs take up disk space. The job configuration itself does not take much, but if there are any build artifacts, there might be a lot of disk space consumed by these jobs. Remember, Jenkins only deletes old build artifacts when a new build has been run. If there are no new builds => nothing

Re: [workflow] advanced git scm features in workflow?

2015-07-16 Thread Jacob Keller
Turns out I found the general SCM step which has all the advanced options I am used to. I can just go ahead and use this. It's probably not worth extending the custom git step since most of these features aren't useful much of the time. Regards, Jake On Thursday, July 16, 2015 at 10:59:18 AM U

[workflow] advanced git scm features in workflow?

2015-07-16 Thread Jacob Keller
Is it possible to configure the advanced behavior of the git scm in a workflow currently? gitscm plugin has features for controlling behavior like submodule checkouts, reference repository to reduce network bandwidth and other controls. I can't find any solid documentation on what parameters th

When running a group of tests from xml file with jenkins and one test fails, the rest of tests doesn't run.

2015-07-16 Thread Josh Lopez
Hi, I'm new on this. I'm running a group of test from an xml file, when I run the xml on Jenkins, and one test fails, the rest of the tests on the xml doesn't run, they stay as skipped. But if I run the xml from eclipse this doesn't happens. So I want to know the reason of this behavior and if

Re: Jenkins Job spawning a thread that creates an ever-growing log file

2015-07-16 Thread Jeff Dickerson
I am not running the build on the master. They run on a separate slave. Thanks for the suggestion to look for a ticket in the issue tracker for the plugin. I'll try that. Jeff -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe fr

Re: Jenkins with a DB?

2015-07-16 Thread barbine.michael
I've done this and can help thus weekend  Sent on the new Sprint Network from my Samsung Galaxy S®4 Original message From: Ankit Kumar Date: 07/16/2015 11:07 AM (GMT-05:00) To: jenkinsci-users@googlegroups.com Subject: Re: Jenkins with a DB? I want to extract Data

Re: Jenkins with a DB?

2015-07-16 Thread Ankit Kumar
I want to extract Data from Jenkins for Builds and Job.Is there any way plugin or way from which I can build Database Schema by extracting jenkins data? On Thursday, July 11, 2013 at 2:59:05 AM UTC+5:30, JonathanRRogers wrote: > > > > On Friday, June 28, 2013 4:14:46 PM UTC-4, Michael Barbine wr

Argument for removing old jobs

2015-07-16 Thread VFloyd
Morning, Jumping straight to the point - we have jobs in our Jenkins instance that have not run in two years (successfully or unsuccessfully). We have jobs that people set up months ago and have never run. I have sent e-mails, made visits to peoples desks, made calls all trying to get people t

Gerrit Trigger Plugin v2.13+ - dynamic triggers not working

2015-07-16 Thread Frank Bartz
Hi, since we upgraded the Gerrit Trigger Plugin to version 2.13, all jobs using dynamic triggers are not triggered anymore. Same thing for version 2.14. If we rollback to plugin version 2.12, it starts working again. There are no error messages in the jenkins log, it just doesn't happen anythi

Re: Poll Jenkin for push in git repository

2015-07-16 Thread Mark Waite
You can either use "Poll SCM" on the job definition with a specific time pattern for polling, or you can read the "polling must die" blog posting by Kohsuke Kawaguchii and use a giit hook to notify the Jenkins server as soon as a change arrives. Mark Waite On Thu, Jul 16, 2015 at 4:34 AM ప్రవీణ్

Anybody use the bitbucket plugin and does it work for anyone?

2015-07-16 Thread jpd4nt
Hi. Trying to use bitbucket plugin 1.1.1 with LTS 1.609.1. Using bitbuckets Webhooks All I get in the logs when I try to use it is: Jul 16, 2015 11:11:58 AM WARNING org.eclipse.jetty.util.log.JavaUtilLog warn Error while serving /jenkins/bitbucket-hook/ java.lang.reflect.InvocationTargetEx

Re: immediately fail whole matrix job if one configuration fails

2015-07-16 Thread Simon Haegler
hi, you nailed it - my filter was wrong. thanks & best, simon On Wednesday, 15 July 2015 20:10:27 UTC+2, Simon Richter wrote: > > Hi, > > On 15.07.2015 09:14, Simon Haegler wrote: > > > thanks for your answer. my first attempt to configure touchstone > > configurations failed, i.e. it correct

Poll Jenkin for push in git repository

2015-07-16 Thread ప్రవీణ్ వావిళ్ళ
Hi, I have git repository in TeamForge and now my requirement is to trigger the jenkin build whenever there is a Push in git repository Thanks, Praveen V -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and s

Re: [workflow-plugin] how to add parameters to existing/new project

2015-07-16 Thread Arek Skalski
I think it was rather overall jenkins question. I've found an answer in jenkins code: project.addProperty(new ParametersDefinitionProperty( new StringParameterDefinition("A", "aaa", "Desc"), new StringParameterDefinition("C", "ccc", "Desc2"), new StringParameterDefinition("B", "",

Re: [workflow-plugin] how to add parameters to existing/new project

2015-07-16 Thread Arek Skalski
I think it was rather overall jenkins question. I've found an answer in jenkins code: project.addProperty(new ParametersDefinitionProperty( new StringParameterDefinition("A", "aaa", "Desc"), new StringParameterDefinition("C", "ccc", "Desc2"), new StringParameterDefinition("B", "",