Re: setting hudson.plugins.active-directory.ActiveDirectorySecurityRealm.forceLdaps

2013-09-26 Thread Baptiste Mathus
Not sure but I *think* this is a system property. So you need to add something like -D hudson.plugins.active-directory.ActiveDirectorySecurityRealm.forceLdaps=true to the java command starting Jenkins. Hth Le 25 sept. 2013 16:38, lance.e.mead@mail.mil a écrit : The wiki page for the actuve

Re: stop mirroring Source Control folder structure in jenkins workfolder

2013-09-26 Thread Al Jay
Hey, I think we might have a little missunderstanding here ;). Many libraries are not held in subfolders of the sourcecode, that means they are not in C:\Source\bar1\lib\*.dll or something like that, they are libraries from third party tools like APEX True DB. AS you only can register a

VirtualBox cannot start slave on Win7 ... Same as with ISSUE 16631 with Ubuntu, reported yet at Feb 2013

2013-09-26 Thread Ruslan Zasukhin
Hi All, Still trying to run VirtualBox machine with Win7_x64 I have the same endless messages like in this issue: https://issues.jenkins-ci.org/browse/JENKINS-16631 But this issue was on Ubuntu,, I have windows So it very seems issue is in Virtual Box plugin v0.6? Anybody on

fast remote polling still clones the entire git repo

2013-09-26 Thread Brice Goglin
Hello, My jenkins configuration is as follows: 1) when a commit occurs, a job builds a tarball and saves as an artifact 2) it triggers a multiconfiguration job to check that tarball artifact on multiple slaves 3) once every night, if some commits occured since the previous night, some longer

How can I view the pass/fail rate of a job

2013-09-26 Thread Didac Herrera
I want to view the pass/fail rate of the jobs executions Example: Task X - Executed 12441 times - Pass 12000 times - Fail 441 Is there this posibility without counting executions results manually? -- You received this message because you are subscribed to the Google Groups Jenkins Users

Re: Problem creating view programatically

2013-09-26 Thread Rui Fernando Hayashi
It worked! My jenkins version is 1.513. Thank you so much! Rui On Thu, Sep 26, 2013 at 1:15 AM, Daniel Beck m...@beckweb.net wrote: It helps if you mention the Jenkins version. On 1.509.3, the following works: def listView = new ListView(my-view, Jenkins.instance) listView.includeRegex

Re: stop mirroring Source Control folder structure in jenkins workfolder

2013-09-26 Thread Les Mikesell
On Thu, Sep 26, 2013 at 2:30 AM, Al Jay abusemysk...@googlemail.com wrote: Hey, I think we might have a little missunderstanding here ;). Many libraries are not held in subfolders of the sourcecode, that means they are not in C:\Source\bar1\lib\*.dll or something like that, they are libraries

RE: setting hudson.plugins.active-directory.ActiveDirectorySecurityRealm.forceLdaps (UNCLASSIFIED)

2013-09-26 Thread Mead, Lance E CTR (US)
Classification: UNCLASSIFIED Caveats: NONE I added the command and Jenkins doesn't start. The error message is the service did not start in a timely fashion -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Baptiste Mathus

Re: setting hudson.plugins.active-directory.ActiveDirectorySecurityRealm.forceLdaps (UNCLASSIFIED)

2013-09-26 Thread Edwin Castro
I'd recommend looking at the logs for clues, in particular: * C:\Program Files (x86)\Jenkins\jenkins.wrapper.log * C:\Program Files (x86)\Jenkins\jenkins.err.log * C:\Program Files (x86)\Jenkins\jenkins.out.log On 9/26/13 8:03 AM, Mead, Lance E CTR (US) wrote: Classification: UNCLASSIFIED

Re: email notification in case of new warnings

2013-09-26 Thread Johannes Wienke
On 07/10/2013 05:32 PM, Johannes Wienke wrote: On 09.07.13 17:16 schrieb Geoff Cummings: Try using something like the following script in the Email Ext script trigger: Thank you very much. That helped a lot. To summarize this issue: I have created a trigger script for all warnings plugins

Re: email notification in case of new warnings

2013-09-26 Thread Slide
Johannes, This is a great script, thanks for sharing. slide On Thu, Sep 26, 2013 at 8:34 AM, Johannes Wienke jwie...@techfak.uni-bielefeld.de wrote: On 07/10/2013 05:32 PM, Johannes Wienke wrote: On 09.07.13 17:16 schrieb Geoff Cummings: Try using something like the following script in

Re: Setting Keep Forever

2013-09-26 Thread Maciej Jaros
Ginga, Dick (2013-09-25 14:57): Is there a build step available that can mark the current build as Keep Forever? I have a core build job and when it builds a Release build based on a parameter, I want that one to stay forever. You could make it a spearate job and run that separate job

Re: global properties

2013-09-26 Thread Tânia Magalhães
Yes, of course there is a logic behind my needs... I just think that it is useless explain the all process here. What I need is what I described above. Any ideas? So far I was not able to do it... To remind, I am running jenkins on windows. Thanks. Terça-feira, 24 de Setembro de 2013 19:26:50

Jenkins kick of all the builds after restarting the service

2013-09-26 Thread Maneesh M P
In our project we have observed that whenever we restart the jenkins service, it kicks of all the builds even though builds are configured using SCM polling. is this an expected behavior ? Can someone tell me a solution if it is not an expected behavior ? Thanks, Maneesh -- You received

Re: Jenkins for scala

2013-09-26 Thread Maneesh M P
You have sbt plugin available with jenkins We use the plugin sbt-0.12.1 and we specify the location of jar file /usr/local/lib/sbt/sbt-launch-0.12.1.jar under global configuration On Wednesday, September 25, 2013 6:20:37 AM UTC-7, sara hari prasad wrote: Hi All, I am very new to

Re: How can I view the pass/fail rate of a job

2013-09-26 Thread Daniel Beck
You could use the Project Statistics Plugin. On 26.09.2013, at 14:18, Didac Herrera didac...@gmail.com wrote: I want to view the pass/fail rate of the jobs executions Example: Task X - Executed 12441 times - Pass 12000 times - Fail 441 Is there this posibility without counting

Re: email notification in case of new warnings

2013-09-26 Thread Ulli Hafner
Thanks Johannes! Interested in adding a small explanation in our wiki so that other users will find that information more easily? https://wiki.jenkins-ci.org/display/JENKINS/Static+Code+Analysis+Plug-ins#StaticCodeAnalysisPlug-ins-email Ulli Am 26.09.2013 um 17:34 schrieb Johannes Wienke

Re: email notification in case of new warnings

2013-09-26 Thread Geoff Cummings
Hi Johannes, Thanks for sharing your script and letting us know how you got it working! Geoff On 26 Sep 2013, at 16:34, Johannes Wienke jwie...@techfak.uni-bielefeld.de wrote: On 07/10/2013 05:32 PM, Johannes Wienke wrote: On 09.07.13 17:16 schrieb Geoff Cummings: Try using something like

null pointer when using TestNG in a matrix plugin

2013-09-26 Thread Brian Mingus
Hi, I am running Jenkins 1.532 and TestNG Results Plugin 1.5. I have a job with a Publish TestNG Results Post-build Action where the TestNG XML report pattern is **/*/testng-results.xml and this works fine. I am migrating to a matrix job and I now have the Any Build Step Plugin and

Re: deploy build artifacts to nexus

2013-09-26 Thread Irfan Sayed
thanks. it helped regards On Thu, Sep 26, 2013 at 12:07 AM, William Soula william.so...@drillinginfo.com wrote: Or, if you are running a freestyle build, add the Invoke top-level Maven targets build step and then for the goal set deploy:deploy-file and pass the url, repositoryId,

jelly based email template

2013-09-26 Thread Irfan Sayed
hi, i was learning the jelly based email template and found the html example on : https://github.com/jenkinsci/email-ext-plugin/blob/master/src/main/resources/hudson/plugins/emailext/templates/html.jelly i have doubt in JUnit section in that section , it is mentioned that : ${it.JUnitTestResult}