error while copying slave.jar

2014-10-27 Thread niraj nandane
[10/27/14 13:35:32] [SSH] Opening SSH connection to vommvsles10-64devbld.engba.symantec.com:22. [10/27/14 13:35:35] [SSH] Authentication successful. [10/27/14 13:35:36] [SSH] The remote users environment is: ACLOCAL_FLAGS='-I /opt/gnome/share/aclocal' BASH=/bin/bash BASH_ARGC=() BASH_ARGV=()

error while trying to connect linux slave using private/public key

2014-10-27 Thread niraj nandane
10/24/14 09:47:30] [SSH] Opening SSH connection to hostname:22. [10/24/14 09:47:30] [SSH] Authentication successful. SSH connection reports a garbage before a command execution. Check your .bashrc, .profile, and so on to make sure it is quiet. The received junk text is as follows: stty: standard

Re: error while trying to connect linux slave using private/public key

2014-10-27 Thread Daniel Beck
Try reading the error message and following its instructions. On 27.10.2014, at 09:05, niraj nandane niraj.nand...@gmail.com wrote: 10/24/14 09:47:30] [SSH] Opening SSH connection to hostname:22. [10/24/14 09:47:30] [SSH] Authentication successful. SSH connection reports a garbage before a

Jenkins problem with clocks going back?

2014-10-27 Thread Matthew.Webber
This morning, checking the Manage Jenkins page, it said: Some projects have builds whose timestamps are inconsistent. These will confuse Jenkins when it tries to look up build records. There is a link to http://jenkins-ci.org/issue/18289. What happened is that the clocks went back (end of

certutil -importPFX fails from Jenkins

2014-10-27 Thread Shobha Dashottar
Hi, Usually my signing scripts works fine from Jenkins but this time when I am using certutil to import the pfx and then do the signing. certutil.exe -user -f -P somepassword -importPFX C:\path to pfx from within a script , I am getting this error CertUtil: -importPFX command FAILED:

Re: Violations cause a java.lang.IllegalStateException: cannot change build result while in COMPLETED

2014-10-27 Thread Mateusz Pszczolka
I had simmilar problem with Jenkins1.586. Downgroad to 1.579 helped. W dniu wtorek, 14 października 2014 19:05:57 UTC+2 użytkownik llaumgui napisał: Hi, with Jenkins 1.584 and Violations plugin 0.7.11, when I build my project on Jenkins, I have a successfull build, but a

RE: Jenkins problem with clocks going back?

2014-10-27 Thread James Nord (jnord)
It's not a big problem for us (it might be more of a problem for others), but any suggestions as to how to handle this in future My preffered way of handling this is to always run your infrastructure in Etc/UTC. It means you never hit the time changing issue - and when you need to integrate

Re: Jenkins problem with clocks going back?

2014-10-27 Thread Dirk Heinrichs
Am 27.10.2014 um 11:23 schrieb James Nord (jnord): My preffered way of handling this is to always run your infrastructure in Etc/UTC. Fine if it's Unix/Linux. Doesn't work on Windows, because hardware clock is always on localtime there. Bye... Dirk -- *Dirk Heinrichs*, Senior Systems

RE: Jenkins problem with clocks going back?

2014-10-27 Thread James Nord (jnord)
Hi Dirk, I really don’t follow – unless you are on an out of date windows verison it does now have an option for UTC as a proper UTC unline the old “Grenwich Mean Time” which was actually Europe/London. [cid:image001.png@01CFF1D2.B5F237D0] No daylight saving options are there /James From:

Re: Jenkins problem with clocks going back?

2014-10-27 Thread Dirk Heinrichs
Am 27.10.2014 um 11:47 schrieb James Nord (jnord): I really don’t follow – unless you are on an out of date windows verison it does now have an option for UTC as a proper UTC unline the old “Grenwich Mean Time” which was actually Europe/London. OK, I need to elaborate. On Unix/Linux, one

Rebuild a job programmatically

2014-10-27 Thread Kishore RP
We have a three layer multi configuration which at times fails since some sub job fails at times on some slaves We are looking at rebuilding the whole job across all slaves selected in parent job from the beginning if any of the sub jobs fail I have looked at rebuild plugin, but am also looking

Re: JOB_NAME not being passed correctly with Parametrized Trigger Plugin

2014-10-27 Thread Adam Mercer
Hi Anyone? Surely the plugin shouldn't be stripping information when passing it on to downstream jobs? Cheers Adam On Thu, Oct 23, 2014 at 5:15 PM, Adam Mercer r...@gravity.phys.uwm.edu wrote: Hi I'm trying to tie a couple of jobs together using the Parametrized Trigger Plugin and am

Re: createprojectadvance plugin and matrix-based security no longer working in jenkins 1.584

2014-10-27 Thread rene . van . leeuwen
Downgrade to version 1.583 worked for us. Thanks again Daniel. Op zaterdag 25 oktober 2014 10:53:27 UTC+2 schreef rene.van...@ordina.nl: Thanks Daniel. We will try that. I'll let you know how that worked out. Rene Op donderdag 23 oktober 2014 15:03:43 UTC+2 schreef

Re: Jenkins problem with clocks going back?

2014-10-27 Thread James Nord
Hi Dirk, If you set the timezone to Etc/UTC even on windows the hardware clock will never jump - as there is no DST to adjust the clock by. /James -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop

RE: Jenkins problem with clocks going back?

2014-10-27 Thread Matthew.Webber
As the originator of this thread, thanks for your responses. We're on Linux, so the Windows concerns thankfully don’t apply. As stated, the usual way to handle this kind of thing is for the server to keep time in UTC, and the application converts to local time for display etc. purposes. The

Re: Jenkins problem with clocks going back?

2014-10-27 Thread Daniel Beck
On 27.10.2014, at 17:16, matthew.web...@diamond.ac.uk wrote: As stated, the usual way to handle this kind of thing is for the server to keep time in UTC, and the application converts to local time for display etc. purposes. The application, in this case, is Jenkins, and it doesn't look like

Re: groovy post build stops to work and no emails are sent

2014-10-27 Thread Sam T
I have seen another issue with the groovy implementation. The sample code for extended email plugin jenkins-matrix-email-html.template has references to icons that look like this: if (build.result == Result.SUCCESS) { result_img = static/e59dfe28/images/32x32/blue.gif } else if

Re: groovy post build stops to work and no emails are sent

2014-10-27 Thread Daniel Beck
Those paths don't survive a Jenkins restart. That's how Jenkins makes resources cachable but still has them update properly after e.g. an update. On 27.10.2014, at 18:13, Sam T stalebb...@modeln.com wrote: I have seen another issue with the groovy implementation. The sample code for extended

Re: Authetication using LDAP and Local User

2014-10-27 Thread Olivier Dupré
Hi Rodrigo, This sounds great. So I tried to do the same and it simply...does not work. Please could you elaborate a little bit and let me/us know how exactly you did this? Cheers, Olivier. -- View this message in context:

Testlink - Execution notes/ Execution Status of each step in testcase

2014-10-27 Thread twangtrust
Is there any way to make the results of each step from the tap file appear in the execution results and execution status of each individual step (as in the second image generated from a manual test) rather than show the whole file in the execution notes of the test case (as in the first image

Re: Jenkins job disabled by anonymous

2014-10-27 Thread baranee
Are you able to resolve this issue or it's considered as expected behavior? Having the same issue with latest subversion plugin. -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Jenkins-job-disabled-by-anonymous-tp4677842p4725182.html Sent from the Jenkins users mailing

Cannot use Java web start on Mac OS slave

2014-10-27 Thread Simon Byrnand
Hi, We have a Mac OS slave which is working fine with Jenkins using ssh, however we have another Mac that is behind a firewall which we can't port forward to, so I want to use the Java webstart method to start the slave as a daemon at boot time. At the moment I'm just testing it from a local

Re: Cannot use Java web start on Mac OS slave

2014-10-27 Thread Richard Bywater
If you can't port-forward/open a hole in the firewall for SSH, I'd imagine you'd have problems with doing so with Java Webstart too as presumably the firewall would block that traffic too? Richard. On Tue, Oct 28, 2014 at 12:14 PM, Simon Byrnand sbyrn...@gmail.com wrote: Hi, We have a Mac OS

Can I run a forked test on a slave?

2014-10-27 Thread Tim Myerscough
Hi, I have a Maven project to run a suite of integration tests. I am currently using the failsafe-plugin and forking the build to run the tests in parallel, running 5 threads. I would like to increase the thread count but am currently close to the physical memory limits of the machine. I