Re: pipelines and IRC

2016-01-28 Thread Erwan de Ferrières
Hi, thanks for your answers, I will deal with the commad line solution which seems suffisant for the usage I have. Regards, Le lundi 25 janvier 2016 12:06:55 UTC+1, Erwan de Ferrières a écrit : > > hi, > > I'm using the IRC plugin ( > https://wiki.jenkins-ci.org/display/JE

pipelines and IRC

2016-01-25 Thread Erwan de Ferrières
hi, I'm using the IRC plugin (https://wiki.jenkins-ci.org/display/JENKINS/IRC+Plugin) on our jenkins instance. Does someone already integrated the plugin with pipelines ? And if not, what would be the best way to do it ? I'd like to have the same integration as before when using a free-style

Re: [workflow] StringParameterDefinition exception when asking for a string

2015-12-24 Thread Erwan de Ferrières
Yes, it works ! thanks Le jeudi 24 décembre 2015 11:23:18 UTC+1, Baptiste Mathus a écrit : > > Does it work if you use instead: > > [$class: 'hudson.model.StringParameterDefinition', defaultValue: '', > description: '', name: 'ver'] >

[workflow] StringParameterDefinition exception when asking for a string

2015-12-24 Thread Erwan de Ferrières
Hi all, I've been trying to implement a simple workflow, and I want to get a value given by an user. So I wrote this : node { myvar = input message: 'Version?', parameters: [ [$class: 'StringParameterDefinition', defaultValue: '', description: '', name: 'ver'] ]

pipeline plugin and avoiding concurrent builds

2015-08-11 Thread Erwan de Ferrières
Hi all, i'm facing an issue with my pipeline configuration: i just want one pipeline running at a time. The steps are : DB creation, build, unit tests, deploy then drop DB. So I don't want any other pipelines running until the running one is finished. Is there a way to implement that ? Or am I u

Re: Stupid configuration issue: utf8 ?

2014-08-12 Thread Erwan de Ferrières
only on the master. I don't have any slave nodes yet. Le mardi 12 août 2014 13:20:26 UTC+2, Daniel Beck a écrit : > > Are you building on master or a slave node? If the latter, it has its own > /systemInfo and also needs to have a UTF-8 locale. > > On 12.08.2014, at 10:43

Re: Stupid configuration issue: utf8 ?

2014-08-12 Thread Erwan de Ferrières
sing (openjdk) ? Le mardi 12 août 2014 10:23:57 UTC+2, Richard Bywater a écrit : > > I'm not an expert in the area, but could it be related to your Browser's > language setting? (What language is in the request header?) > > Richard. > On 12/08/2014 7:55 PM, "Erwan d

Re: Stupid configuration issue: utf8 ?

2014-08-12 Thread Erwan de Ferrières
No, there is no tomcat on the machine. Only a nginx in front, that's all. Le mardi 12 août 2014 09:47:59 UTC+2, Stephen Connolly a écrit : > > Are you running in Tomcat? IIRC Tomcat does not do UTF-8 by default... or > something like that > > > On 12 August 2014 08

Re: Stupid configuration issue: utf8 ?

2014-08-12 Thread Erwan de Ferrières
ser.namejenkinsuser.timezoneEurope/Paris Le lundi 11 août 2014 19:22:57 UTC+2, Daniel Beck a écrit : > > Make sure LANG has a UTF-8 value (e.g. en_US.UTF-8) on all nodes. > > If that doesn't help, post /systemInfo contents. > > On 11.08.2014, at 16:50, Erwan de Ferrières

Stupid configuration issue: utf8 ?

2014-08-11 Thread Erwan de Ferrières
Hi all, I have a configuration issue I can't resolve. I'm using the latest release, Ubuntu 12.04.4 LTS (GNU/Linux 3.2.0-67-generic x86_64), on a cloud machine hosted by rackspace. We have commit message in French, and jenkins is displaying the accentued characters wrongly, as well as in the bu