selenium report - job configuration can't find it

2013-06-17 Thread zw
Hi All We have selenium test scripts on directory C:\abc\test with target\surefire-report subdirectories within this directory test. We created a job and its root path for Jenkins is c:\jenkins So workspace and jobs are within this directory (c:jenkins\workspace\testJob) How do we configure

Re: Subversion Post Commit hook not working

2013-06-17 Thread Andrew Sumner
Got it sorted, I had a reverse proxy in place (via IIS) and the post commit hook was directed through that (on port 80) rather than directly to port 8080. I'm sure I tried that before... -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To uns

Subversion Post Commit hook not working

2013-06-17 Thread Andrew Sumner
I've moved Jenkins off of a Windows XP pc to a Windows 2008 Server, unfortunately the post commit hook in Visual SVN Server is not longer working. I've logged what gets sent and returned and the post commit hook is making the request correctly but it never receives a response. If I manually

Failed to load hudson.scm.AbstractCvs$1

2013-06-17 Thread Sameh Tawfik
Hi, I'm using *Jenkins ver. 1.518* , and I setup a slave "testbuild" that is In sync with the master, and when I attempt to run a build, the following is generated? Does anyone knows what is the fix to this problem? Started by user anonymous Building remotely on te

Re: Jenkins-LDAP authentication - slow while loging in

2013-06-17 Thread Anand Sudabattula
Hi Stephen, thank you so much for your timely help and it helped fixing the issue. As you suggested have a) used one existing ldap group dn for "Group Search Base" though its nothing to do for the users that are being configured in Jenkins, shall try to create one empty DN for Jenkins users (I

RE: Jenkins and Stash - Polling must die

2013-06-17 Thread Bob Bick
Thanks for the response. I have tried that too. Repo URL = http://stash.netjets.com/scm/tes/frm4.git >From Jenkins, I always get a 404 Error... something like: 10.70.12.149 - - [17/Jun/2013:15:52:29 -0400] "GET /jenkins/git/notifyCommit?url=http%3A%2F%2Fstash.netjets.com%2Fscm%2Ftes%2Ffrm4.git

Re: Jenkins vs. EBCDIC

2013-06-17 Thread Kohsuke Kawaguchi
It should be able to, actually. Any chance you can send me that log file and build.xml? Also, give us the whole stack trace for that error, not just the error message, please. 2013/6/17 Dirk Haun <68k...@gmail.com> > Thanks for making me check the logfile :) > > Indeed, it's not empty but conta

RE: Jenkins and Stash - Polling must die

2013-06-17 Thread Kevin Fleming (BLOOMBERG/ 731 LEXIN)
The Git repo URL that gets sent to Jenkins needs to be *just* the repo path; no query parameters, no branch names, nothing else. If it has extraneous stuff in it, it won't match the filters that are used to poke jobs, so it will be ignored. - Original Message - From: jenkinsci-users@goo

Re: BuildFlow plugin and @Grab

2013-06-17 Thread Schalk W . Cronjé
Absolutely. -- Schalk W. Cronjé [Sent from mobile phone] Original message From: nicolas de loof Date: 17/06/2013 14:44 (GMT+00:00) To: jenkinsci-users@googlegroups.com Subject: Re: BuildFlow plugin and @Grab right, but then don't complain if this get's broken in future

Re: Unable to Start NEW SSH slave

2013-06-17 Thread Richard Bywater
Can you connect via ssh from your master server to the SNDWASA001 machine manually? Sounds to me like that perhaps the master server can't do a Dns lookup on the slaves name or there's a firewall in play here (either hardware or software) HTH Richard On Tuesday, June 18, 2013, Walter Kacynski w

RE: Jenkins and Stash - Polling must die

2013-06-17 Thread Bob Bick
>>> Are you letting the plugin create the webhooks or doing it manually? I am creating the web hook using this page: [cid:image002.png@01CE6B6B.161E72D0] I have tried specifying the Jenkins URL to be things like: http://jenkins.netjets.com/jenkins I tried specifying the Git repo URL

Re: Jenkins and Stash - Polling must die

2013-06-17 Thread William Soula
Are you letting the plugin create the webhooks or doing it manually? We haven't figured out how to have it create them automatically yet so we have to manually create the webhook in the github enterprise settings for the repo. Also, make sure you are pushing to the same branch that is being m

Jenkins and Stash - Polling must die

2013-06-17 Thread Bob Bick
Hi, I read Kohsuke's document on how polling should die: http://kohsuke.org/2011/12/01/polling-must-die-triggering-jenkins-builds-from-a-git-hook/ So, I decided to try to trigger Jenkins builds using a GIT hook: http://nerdwin15.com/2013/04/continuous-integration-with-stash-and-jenkins/ Howeve

Re: Windows Batch Commands and TestExecute

2013-06-17 Thread manishkanchan
Hi, I am facing some issues with running Test complete test from jenkins. Initially the jenkins was running as service , which would then trigger windows batch files to start TestExecute tests.This was not successful.Some blogs stated that jenkins should be run with local system priviledges. Later

Re: Jenkins vs. EBCDIC

2013-06-17 Thread Dirk Haun
Thanks for making me check the logfile :) Indeed, it's not empty but contains the output in EBCDIC. I guess Jenkins simply couldn't display that in the browser? >From the looks of it, we can now run commands (without having to translate them to EBCDIC manually), but we seem to have a problem with

Re: BuildFlow plugin and @Grab

2013-06-17 Thread nicolas de loof
right, but then don't complain if this get's broken in future release ;) 2013/6/17 Schalk Cronjé > I would prefer not to use an extension point at this time. I want to > prototype something up and having to learn to how to write an extension > point, might just take too much time up, especially

Re: LDAP Authentication: Change display name

2013-06-17 Thread Walter Kacynski
I felt this was a bug/improvement and I have opened a JIRA: https://issues.jenkins-ci.org/browse/JENKINS-18355 On Thursday, April 19, 2012 8:10:26 AM UTC-4, Edward Cullen wrote: > > Using Jenkins 1.460, LDAP auth is configured correctly. > > I would like to change field used to determine the disp

Unable to Start NEW SSH slave

2013-06-17 Thread Walter Kacynski
I'm trying to attache a new SSH based slave to my Jenkins 1.510 installation. However after creating the slave the master always complains that "This node is offline because Jenkins failed to launch the slave agent on it." However, clicking on the Slave log reveals NO output text. I have che

Re: JSLint plugin and violations email confguration

2013-06-17 Thread Sebastian
Can I use the warnings plugin with the JSLint plugin? Cause the JSLint plugin provides no console output. Am Montag, 17. Juni 2013 11:49:31 UTC+2 schrieb Ullrich Hafner: > > Are you already using the email-ext plug-in? There you can define triggers > and jelly scripts that navigate on Jenkins's

Re: BuildFlow plugin and @Grab

2013-06-17 Thread Schalk Cronjé
I would prefer not to use an extension point at this time. I want to prototype something up and having to learn to how to write an extension point, might just take too much time up, especially given AFAIK documentation being pretty sparse on the topic. On Monday, 17 June 2013 10:00:39 UTC+1, N

Re: JSLint plugin and violations email confguration

2013-06-17 Thread Ulli Hafner
Are you already using the email-ext plug-in? There you can define triggers and jelly scripts that navigate on Jenkins's object model. BTW: with the warnings plug-in you can define that a build is set to unstable if there are new JSLint warnings. Ulli Am 17.06.2013 um 10:59 schrieb Sebastian :

Re: BuildFlow plugin and @Grab

2013-06-17 Thread nicolas de loof
Even you find some way to get this to work I wouldn't recommend. build-flow DSL is for sure implemented in groovy, but this is an orchestration DSL, for this use case use the extension point with a dedicated plugin to contribute such features 2013/6/17 Schalk Cronjé > Has anyone managed to get

JSLint plugin and violations email confguration

2013-06-17 Thread Sebastian
hi, I'm currently using the JSLint plugin with the violations plugin for reporting. But the results get kind of ignored by the developers, because the violations report never triggers any emails. I know that I can set a fixed number of violations that trigger an unstable build, but I'd like t

BuildFlow plugin and @Grab

2013-06-17 Thread Schalk Cronjé
Has anyone managed to get @Grab annotation to work inside Build Flow plugin? Or is this simply not possible to due to classloader issues? My idea was to use the RESTBuilder inside Groovy's http-builder to query arbitrary builds in on Jenkins for information in order to pass parameters to build

Re: FindBugs plugin, rank on custom rules

2013-06-17 Thread Ulli Hafner
Well, you mean writing another parser that replaces the existing parser from the Findbugs library rather than fixing it? I don't think that this is simpler (not invented here syndrome), but if you are interested to provide a pull request please go ahead… I would suggest that the best thing is