Re: selenium Jenkins integration issues

2016-03-15 Thread Prasad.L.V
Thank you Eric, please find my bat file data. java -cp bin;lib/* org.testng.TestNG testng.xml On 16 March 2016 at 01:30, Eric Smalling wrote: > Can you post the contents of your .bat file? (If it's large, a > gist.github.com post would be nice) > > On Tuesday, March

Re: Development environment for Pipeline (aka workflow)

2016-03-15 Thread Nicolas Geraud
I use intellij to write my groovy script I test my script with a local jenkins running on my laptop. I configure a workflow job that clone my local git repository. Le mardi 2 février 2016 23:14:54 UTC+1, Tom Kierzkowski a écrit : > > Hello! I'll try to break out the question in different

Re: selenium Jenkins integration issues

2016-03-15 Thread Eric Smalling
Can you post the contents of your .bat file? (If it's large, a gist.github.com post would be nice) On Tuesday, March 15, 2016 at 5:10:42 AM UTC-5, Kancharla Prasad wrote: > > Hi All, > > I am new to Jenkins, I configured jenkins with testng (my selenium > project). > > When i build the project

Re: Jenkins Content Security Policy and jQuery for HTML reports

2016-03-15 Thread Daniel Beck
On 15.03.2016, at 09:18, Brice Parmentier wrote: > That is where I found to use "script-src 'unsafe-inline';"... You need to add _all_ legal sources to the list. See the examples on the wiki page, particularly the Maven Integration Plugin one. In this case,

Re: Jenkins 2.0 alpha release available

2016-03-15 Thread Kohsuke Kawaguchi
I created https://issues.jenkins-ci.org/browse/JENKINS-33557 to track this. Any further confirmations from other people are welcome. 2016-03-14 23:12 GMT-07:00 as_kumlali via Jenkins Users < jenkinsci-users@googlegroups.com>: > alpha-3 still needs -Dhttp.proxyHost and -Dhttp.proxyPort in

RE: Special measures for running Windows 10 slaves via DCOM?

2016-03-15 Thread David Aldrich
Thanks for the link. I think it is not going to be straight forward because we have a reverse proxy on our network. I may have to configure the tunnelling option. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Slide Sent: 15 March 2016 16:24 To:

Re: Special measures for running Windows 10 slaves via DCOM?

2016-03-15 Thread Slide
Here you go: https://wiki.jenkins-ci.org/display/JENKINS/Distributed+builds#Distributedbuilds-LaunchslaveagentviaJavaWebStart On Tue, Mar 15, 2016 at 9:20 AM David Aldrich wrote: > Yes, we have also experienced lots of pain from that route and I would be > only too

RE: Special measures for running Windows 10 slaves via DCOM?

2016-03-15 Thread David Aldrich
Yes, we have also experienced lots of pain from that route and I would be only too pleased to drop it! Please can you give me a pointer to the JNLP method? David From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Slide Sent: 15 March 2016 16:18 To:

Re: Special measures for running Windows 10 slaves via DCOM?

2016-03-15 Thread Slide
Just as an FYI, I don't think that the DCOM slaves stuff has received much love in recent years. I would recommend using the JNLP method for setting up slaves on Windows. The DCOM method provided me with nothing but pain and anguish every time I tried to use it. On Tue, Mar 15, 2016 at 9:03 AM

Re: ansible-plugin

2016-03-15 Thread jcsirot
Hi Ivan, When using "inline content" for inventory Jenkins creates a temporary file. The dynamic inventory checkbox is used to indicate if the executable flag of that file must be set. This is how ansible distinguishes regular and dynamic inventories. Can you post here the error from the

Special measures for running Windows 10 slaves via DCOM?

2016-03-15 Thread David Aldrich
Hi Jenkins wiki page: https://wiki.jenkins-ci.org/display/JENKINS/Windows+slaves+fail+to+start+via+DCOM describes how to fix 'Windows slaves fail to start via DCOM' and really just refers to Windows 7 and Windows 2008 Jenkins slaves. Are the same fixes applicable to Windows 10 slaves? Best

Included regions feature

2016-03-15 Thread Andy Billy
hi: where could I find the option button in jenkins web ui for included regions feature of gradlescm plugin ? thanks -- 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

Re: Help with audit2db-plugin

2016-03-15 Thread Victor Martinez
Poking jenkinsci-dev group On Tuesday, 15 March 2016 07:55:38 UTC, Ricardo García Fernández wrote: > > Hi everyone! First thanks a lot for your job and maintaining Jenkins > community :) > > We are making changes into the plugin to close database conections: > *

selenium Jenkins integration issues

2016-03-15 Thread Kancharla Prasad
Hi All, I am new to Jenkins, I configured jenkins with testng (my selenium project). When i build the project getting this: === Suite Total tests run: 6, Failures: 0, Skips: 6 Configuration Failures: 1, Skips: 1

Re: Pipeline Workflow && Blocking other jobs

2016-03-15 Thread Pierre Lerouge
Hi Baptiste, Thank you for your awnser, I've tried something like that, but no luck : node(){ stage "test" allocate('test') sleep time: 15, unit: 'MINUTES' sh "echo 'yes'" } @NonCPSdef allocate(String resource){ throttle = new

Re: calling builder template and portallocator plugin from workflow plugin

2016-03-15 Thread 'Björn Pedersen' via Jenkins Users
It seems like this needs a major rework for port-allocator: See https://issues.jenkins-ci.org/browse/JENKINS-31449 Björn Am Sonntag, 6. September 2015 21:37:13 UTC+2 schrieb David Karlsen: > > No-one? > > tirsdag 1. september 2015 12.58.07 UTC+2 skrev David Karlsen følgende: >> >> Hi. >> >>

Re: Jenkins Content Security Policy and jQuery for HTML reports

2016-03-15 Thread Brice Parmentier
Thanks Steffen for your quick answer, but I've already tried all that is on this page... :/ That is where I found to use "script-src 'unsafe-inline';"... Cheers ! Le mardi 15 mars 2016 09:16:10 UTC+1, Steffen Breitbach a écrit : > > Hi Brice, > > > > try this >

RE: Jenkins Content Security Policy and jQuery for HTML reports

2016-03-15 Thread Steffen Breitbach
Hi Brice, try this https://wiki.jenkins-ci.org/display/JENKINS/Configuring+Content+Security+Policy Cheers Steffen From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Brice Parmentier Sent: Tuesday, March 15, 2016 9:14 AM To: Jenkins Users Subject:

Help with audit2db-plugin

2016-03-15 Thread Ricardo García Fernández
Hi everyone! First thanks a lot for your job and maintaining Jenkins community :) We are making changes into the plugin to close database conections: * https://github.com/jenkinsci/audit2db-plugin/pull/15 I have a problem with a test: *

Re: Jenkins 2.0 alpha release available

2016-03-15 Thread as_kumlali via Jenkins Users
alpha-3 still needs -Dhttp.proxyHost and -Dhttp.proxyPort in JAVA_OPTS of catalina.bat. Otherwise blank pop-up shows up indefinitely. 9 Mart 2016 Çarşamba 14:47:07 UTC+2 tarihinde Daniel Beck yazdı: > > > On 09.03.2016, at 11:08, as_kumlali via Jenkins Users < > jenkins...@googlegroups.com >