Re: MSTest plugin poll

2017-09-06 Thread Ivo Bellin Salarin
at hudson.remoting.Engine$1$1.run(Engine.java:69) > at java.lang.Thread.run(Unknown Source) > > > > Configuration was unchanged after upgrade from 0.19 to 0.20 alpha. > > Chris > > Am Mittwoch, 30. August 2017 21:47:36 UTC+2 schrieb Ivo Bellin Salari

Re: Jenkins pipeline and MSBuild 2017

2017-09-02 Thread Ivo Bellin Salarin
You describe the problem as a Jenkins problem. Fine. But the level of logs you have doesn't tell you anything, because that's not the tools which is failing. Don't take me wrong, but you should get the msbuild logs at a debug level, and find out what's different between the executions. The

Re: MSTest plugin poll

2017-08-30 Thread Ivo Bellin Salarin
com> a écrit : > The new setup is more flexible and looks fine for me. > > Op donderdag 24 augustus 2017 20:59:35 UTC+2 schreef Ivo Bellin Salarin: > >> Hello everyone, >> >> I have implemented a couple of blueprints (i.e. modification requests) of >> the MSTest plu

MSTest plugin poll

2017-08-24 Thread Ivo Bellin Salarin
Hello everyone, I have implemented a couple of blueprints (i.e. modification requests) of the MSTest plugin for Jenkins. Since I haven't any other way to contact my users, I will try to use this mailing list to describe the changes and have your opinion. First, the possibility to use the MSTest

Re: Does anyone know if the MSTest plugin supports pipelines and howto use it in a pipeline (jenkinsfile)?

2017-08-20 Thread Ivo Bellin Salarin
rs, if any, and have a good day. On dim. 20 août 2017 à 10:38 Ivo Bellin Salarin <ivo.bellinsala...@gmail.com> wrote: > Great! Thanks a lot Slide, I'll add the @Symbol this afternoon (and I > think that I have implemented the right method yesterday, hooray ) > > Le sam. 19 août

Re: Does anyone know if the MSTest plugin supports pipelines and howto use it in a pipeline (jenkinsfile)?

2017-08-20 Thread Ivo Bellin Salarin
dency on the structs plugin for the @Symbol to be > available. > > On Sat, Aug 19, 2017 at 6:32 AM Ivo Bellin Salarin < > ivo.bellinsala...@gmail.com> wrote: > >> Please accept this as the changelog of the current test binary :-) >> - this version completely disables the emma cove

Re: Active Directory authentication + Build agents

2017-08-19 Thread Ivo Bellin Salarin
Are you using the AD plugin? https://wiki.jenkins.io/plugins/servlet/mobile?contentId=7536642#content/view/7536642 What are you willing to do with the build accounts? Le ven. 11 août 2017 à 07:35, Daniel Becroft a écrit : > Hopefully this is a quick question. > > We are

Re: Does anyone know if the MSTest plugin supports pipelines and howto use it in a pipeline (jenkinsfile)?

2017-08-19 Thread Ivo Bellin Salarin
as a SimpleBuildStep (in order to use it from pipeline workflows) Le sam. 19 août 2017 à 15:25, Ivo Bellin Salarin < ivo.bellinsala...@gmail.com> a écrit : > If anyone tests the plugin present on this website: > http://nilleb.com/pub/mstest-0.20-snapshot/ > Following the instructions pre

Re: Does anyone know if the MSTest plugin supports pipelines and howto use it in a pipeline (jenkinsfile)?

2017-08-19 Thread Ivo Bellin Salarin
BTW, is there anybody to test a alpha version of the plugin? (With the pipeline enabled?) Le sam. 19 août 2017 à 12:20, Ivo Bellin Salarin < ivo.bellinsala...@gmail.com> a écrit : > Is it sufficient to inherit from SimpleBuildStep to enable the pipeline? > Should I expose attribu

Re: Does anyone know if the MSTest plugin supports pipelines and howto use it in a pipeline (jenkinsfile)?

2017-08-19 Thread Ivo Bellin Salarin
Is it sufficient to inherit from SimpleBuildStep to enable the pipeline? Should I expose attributes via some kind of decorator? Where to find the documentation about that? There's some code that waits for being released. It could be a good opportunity to deliver also the pipeline, if I get to

Re: How do I include console colors emitted from .NET applications (windows)

2015-08-06 Thread Ivo Bellin Salarin
I suppose that the ANSI color plugin uses ANSI codes to detect colors. I think that this is just unsupported on windows, since the windows console (cmd.exe -- invoked by Jenkins) is not a terminal emulator. you could try using ansicon, according to stackoverflow. But this looks like a solution

Log is being polluted..

2015-06-29 Thread Ivo Bellin Salarin
Hi everybody, I encounter a problem while administering a jenkins server. Its logs are being polluted bu somewhat, and I am unable to detect what. Since I don't want to be rude with other ML readers, please find an excerpt of the jenkins logs at the following address:

Build failure analyzer plugin git related failures

2015-04-08 Thread Ivo Bellin Salarin
Hi all, After a recent update, I get a lot of errors in my logs. The common denominator to all the exceptions is the git prefix in all the missing classes. I suppose this is due to a change in the contract. If this is the case, could we expect a new release of the BFA plugin? I can eventually

Re: Git Credentials on Workflow Plugin

2015-02-03 Thread Ivo Bellin Salarin
AM UTC+5:30, Ivo Bellin Salarin wrote: I will try to justify a little more the existence of the -c core.askpass=true option. This is essentially a a la volée modification of the .gitconfig content. This option says to git to use /bin/true (which always returns 1) as identity manager

Re: Git Credentials on Workflow Plugin

2015-02-03 Thread Ivo Bellin Salarin
line, it is running success after unset ask pass=true But it is not success in Jenkins :( On Tuesday, February 3, 2015 at 2:28:30 PM UTC+5:30, Ivo Bellin Salarin wrote: Please, have a look at your GIT REPOSITORY SERVER logs. These stacks are probably not related to the problem at all

Re: Git Credentials on Workflow Plugin

2015-02-02 Thread Ivo Bellin Salarin
Dear user of the git plugin, Is this option causing some misbehavior in your environment? Could you please describe it? Or, yours is rather a conservative attitude towards changes which could deteriorate your build environment? Il giorno lun 2 feb 2015 17:57 Arunkumar Perumal

Re: Git Credentials on Workflow Plugin

2015-02-02 Thread Ivo Bellin Salarin
about the misbehaviors that this option is causing to you. Thanks in advance, Ivo Il giorno lun 2 feb 2015 19:13 Ivo Bellin Salarin ivo.bellinsala...@gmail.com ha scritto: Dear user of the git plugin, Is this option causing some misbehavior in your environment? Could you please describe

Jenkins + TFS Release Management integration

2014-11-30 Thread Ivo Bellin Salarin
Good afternoon, is anybody out there who has already tried to integrate Jenkins and TFS Release Management? I am willing to use Jenkins in an enterprise, Microsoft based environment. But I fear that its lack of support for TFS Release Management (i.e. build registration in the TFS database) will

Jenkins doesn't seem to log events from git-plugin

2014-11-18 Thread Ivo Bellin Salarin
I have downloaded yesterday Jenkins 1.590, along with the latest git and git-client plugins. I experience a problem with the git-client-plugin, but there's no useful information about what's going on: Building in workspace D:\JenkinsData\workspace\git-checkout Cloning the remote Git repository

Re: Jenkins doesn't seem to log events from git-plugin

2014-11-18 Thread Ivo Bellin Salarin
and then choose All Log Recorders (or something to that effect) Richard. On Tue, Nov 18, 2014 at 11:38 PM, Ivo Bellin Salarin ivo.bell...@gmail.com javascript: wrote: I have downloaded yesterday Jenkins 1.590, along with the latest git and git-client plugins. I experience a problem with the git

git-plugin + kerberos authentication

2014-11-18 Thread Ivo Bellin Salarin
NEGOTIATE authentication error: No valid credentials provided (Mechanism level: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)) how can I enable kerberos authentication for my git client? the git-for-windows client works perfectly on the same host.. how can I