Re: TestNG plugin - no results displayed

2016-03-06 Thread Mark Waite
Refer to earlier postings on this thread. https://groups.google.com/d/msg/jenkinsci-users/La1kREcMg28/J81b6nN9-b0J Mark Waite On Sunday, March 6, 2016 at 10:19:52 PM UTC-7, Mark Waite wrote: > > "Last modified before this build started" may indicate that there is a > significant difference be

Re: TestNG plugin - no results displayed

2016-03-06 Thread Mark Waite
"Last modified before this build started" may indicate that there is a significant difference between the clock on your slave computer and the clock on the master. The Jenkins slave status page ( http://localhost:8080/computer/) reports time differences between the slaves and the master. If the c

Re: TestNG plugin - no results displayed

2016-03-06 Thread Laxmi Rukka
still , am facing this prb. kindly let me know how to fix this On Monday, July 16, 2012 at 5:27:18 AM UTC-4, Nigel Robbins wrote: > > Hi, > > I've installed testng-6.5.2 and version 0.32 of the pulgin but no results > are displayed. > > The following is logged in the Console Output: > TestNG R

Specifing docker user account with inside blocks?

2016-03-06 Thread Steven Clark
Hello, Forgive me if the answer to this question is trivial but I'm currently stumped. I have a docker image that I need to login and execute as a specific user account which doesn't match the host's uid:gid. When I provide the --user argument within the param to docker.image( 'centos:6.7').i

Pipeline plugin - archive/unarchive performance

2016-03-06 Thread John D. Ament
Hey So after a long while I've been able to pick up my work on using the pipeline plugin. Anyways, I've started hacking at hooking it up to our staging environment. One step is run on our master node, and the other step is run on a dynamically provisioned EC2 instance. I'm archiving the ent

Re: Jenkins Task - Is it possible to add a windows shell commands as a step ( on Windows salve) inside a Linux master job.

2016-03-06 Thread jpd4nt
Hi Either run the job on a windows slave and SSH back to a Linux box to run anything you can't on a windows box Or try: https://chocolatey.org/packages/win32-openssh

Re: Jenkins Task - Is it possible to add a windows shell commands as a step ( on Windows salve) inside a Linux master job.

2016-03-06 Thread Eldad Cohen
Hi, Thanks for your response. I have to connect to a windows slave since My IT have provided for me some management scripts in Power shell. There is not other option from a Linux machine to do the scripts. That is the reason I need to run a step from windows slave in my Linux master job, Thanks