Publish Over CIFS Plugin - transfer Set error while copying artifacts

2014-11-05 Thread Rui Germano
I'm using this Publish over CIFS Plugin and I contiinous get an error, even though the copy succeeds. What I'm trying to do is to copy all the contents of a build results directory, all all it's assets, to the remove host. However I get an error message that I can't explain, and the on-line

Re: jenkins external html reports

2014-11-05 Thread kgiloo
Hello, have you tried https://wiki.jenkins-ci.org/display/JENKINS/HTML+Publisher+Plugin ? BR On Tuesday, November 4, 2014 1:39:56 PM UTC+1, comp...@gmail.com wrote: (sorry, i copied this question from stackoverflow, it seems it will not get answer there, so this is probably the better

Jenkins ver. 1.586 hangs after build

2014-11-05 Thread T Klöber
I just updated to the latest Jenkins version and now my build job never finishes but hangs for hours! If I abort the job I get the following messages in my console output: : Tests run: 11, Failures: 0, Errors: 0, Skipped: 0 [WARNING] Failed to notify spy

Re: Compound build/install problem

2014-11-05 Thread John Mellor
Thanks Mark, I'm starting to play with the Debian pbuilder environment as a similar solution involving chroot jails. Its early in the prototyping at this point, but seems promising. Does anyone have any lessons learned regarding pbuilder? -- You received this message because you are

Jenkins task to monitor LDAP server

2014-11-05 Thread Marco Ippolito
Hi all, I need some help from you: I should create e Jenkins task to check on line status for a LDAP server. My task should fail (red) if LDAP server is unreachable, add task should be ok (green) if server is online... I've also a second problem: on target machine, where LDAP server run, there

Re: Jenkins task to monitor LDAP server

2014-11-05 Thread Daniel Beck
Find a command line tool that does what you need (or write one yourself) and only schedule its execution with Jenkins. Also, this may be a case of the https://en.wikipedia.org/wiki/Law_of_the_instrument -- Jenkins isn't the best tool to do service monitoring. On 05.11.2014, at 17:01, Marco

Re: Beginner Question: Jenkins and Visual Studio tests

2014-11-05 Thread jpd4nt
Hi. From the look you can only run VSTests in Visual Studio, or rip the msi out of Visual Studio installer Otherwise you are going to have to install Visual Studio on the server as that how VSTests work. -- You received this message because you are subscribed to the Google Groups Jenkins

Re: Stack trace when trying to view buile node workspace

2014-11-05 Thread Adam Mercer
I'm still seeing this. Any ideas? Cheers Adam On Tue, Oct 28, 2014 at 7:50 AM, Adam Mercer r...@gravity.phys.uwm.edu wrote: Hi I was trying to view a failed test log from the workspace of a project this morning and I received the following stack trace: java.io.IOException: Remote call on

Re: Jenkins task to monitor LDAP server

2014-11-05 Thread Marco Ippolito
I tried to use ldapsearch with -H option, but I've two kind of problem: - Jenkins run a shell command (in execute shell field) and ldapsearch seems to need a 'terminal' - on machine where run LDAP server, there is a Kerberos protocol active... This is the tool we should use for

Re: Jenkins task to monitor LDAP server

2014-11-05 Thread Mark Waite
There are open source and commercial network health monitoring tools which are probably better suited to monitoring the health of a service than Jenkins is. Jenkins is a great tool, but the Open Monitoring Distribution (open source), and CA Technologies Snap (the free version of my company's

Re: is there plugin for selecting files with check boxs

2014-11-05 Thread techie24by7
Any inputs/suggestions on this On Monday, November 3, 2014 10:19:04 AM UTC-5, techi...@gmail.com wrote: Hello All, I have Robot framework ( testing frame work) plugin installed in jenkins, Robot frame work will use the *.tsv files to execute the test scenarios I want to the give the

Re: Publishing vstest results?

2014-11-05 Thread Rob D
Jeff, did you get this working. I just ran into the same issue and discovered your thread. I am very new to Jenkins so if you or anyone else can explain how to display the results of the vstestrunner plugin so that a beginner can understand it, I would be extremely grateful. Rob On Thursday,

Re: Beginner Question: Jenkins and Visual Studio tests

2014-11-05 Thread Rob D
Christoph, I am also new to Jenkins and at the point of running tests on a Visual Studio project. I'm not sure what you mean by running the tests by hand. I am running unit tests and have found the VSTestRunner plugin useful there. However it does not display the test results. I am still

Re: Beginner Question: Jenkins and Visual Studio tests

2014-11-05 Thread Slide
Will mstest not work? There is a plugin for mstest, I use it in my builds. On Wed, Nov 5, 2014, 13:28 Rob D robdsem...@gmail.com wrote: Christoph, I am also new to Jenkins and at the point of running tests on a Visual Studio project. I'm not sure what you mean by running the tests by hand. I

null build slaves when selecting labels to build in matrix plugin

2014-11-05 Thread Adam Mercer
Hi I've upgraded my test Jenkins instance to 1.580.1, to validate before upgrading my production instance, and since doing so the matrix plugin doesn't seem to be working correctly. When selecting nodes/labels to build in the Configuration Matrix there doesn't seem to be any match between label

Windows JNLP slaves don't recognize git timeout values

2014-11-05 Thread Dunnigan, Terrence J
Hi all, We have some Windows 7 slaves, connected via JNLP, that don't recognize the git timeout values. Specifically, we are passing the JVM option -Dorg.jenkinsci.plugins.gitclient.Git.timeOut=120. This option works on our slaves that we control via a Windows Service, but for some reason it

Re: Beginner Question: Jenkins and Visual Studio tests

2014-11-05 Thread Rob Davis
Mstest could work too, if it does what you want. Here is a comparison chart http://msdn.microsoft.com/en-us/library/vstudio/ms253138(v=vs.110).aspx?siteID=XdSn0e3h3.k-lOL1Bf2R1dNeB5JZ8guI1A#Runner between it and vstestrunner. Look for Choose and configure a test runner. On Wed, Nov 5, 2014 at

Passing environment variables using the parameterized trigger plugin

2014-11-05 Thread Adam Mercer
Hi According to the documentation for the Parameterized Trigger plugin, specifically for 'Predefined parameters: KEY=value pairs, one per line (Java properties file format). Backslashes are used for escaping, so use \\ for a single backslash. Current build parameters and/or environment

RE: Passing environment variables using the parameterized trigger plugin

2014-11-05 Thread Dunnigan, Terrence J
Hi, Are you using a recent version of Jenkins and the parameterized plugin? I suspect the problem is that you are defining $PREFIX locally on the machine, and then trying to reference it via a Jenkins job configuration. When I’ve encountered that situation I’ve worked around it by writing

Re: Passing environment variables using the parameterized trigger plugin

2014-11-05 Thread Adam Mercer
On Wed, Nov 5, 2014 at 4:30 PM, Dunnigan, Terrence J terrence.j.dunni...@boeing.com wrote: Are you using a recent version of Jenkins and the parameterized plugin? The current LTS release and the latest parameterized plugin, at least Jenkins tells me that no updates are available for my plugins.

Re: Windows JNLP slaves don't recognize git timeout values

2014-11-05 Thread Mark Waite
I wasn't aware of that advanced option to set JVM arguments when running a slave. Nice feature. I was able to confirm that the arguments are honored when used with a slave started through ssh and that they are not honored by a slave running as JNLP. I think you'll need to submit a bug report.