Re: Use Master/Slave architecture on the same linux machine.

2015-10-12 Thread iostrym
gt;> Using our Jenkins server (running as the user "jenkins"), I configured a >>> slave to run as the user "mwaite" on the same machine by configuring a >>> slave, and selecting credentials for the user mwaite from the "Advanced" >>> s

Re: Use Master/Slave architecture on the same linux machine.

2015-10-09 Thread iostrym
ough I don't > know why you would), so long as you use a distinct directory for each of > the slaves. > > Mark Waite > > On Fri, Oct 9, 2015 at 9:03 AM iostrym <arman...@gmail.com > > wrote: > >> We have a multi-user linux server. >> >> Jenkins

Use Master/Slave architecture on the same linux machine.

2015-10-09 Thread iostrym
We have a multi-user linux server. Jenkins in installed and configured as master. Some jobs need to be run by a user TOTO for some specific reasons (license access for example) One of our solution is to use "execute shell script on remote host using ssh" but then the workspace is still on the

export display in a shell script executed by Jenkins

2016-01-07 Thread iostrym
Hi, We have a TCL script that has a GUI that is executed by Jenkins using a shell script in the job. Then we have to use : export DISPLAY=: I used things like that to try to avoid the use of a port number that is already used by someone else or by another job : export DISPLAY=:`expr

Re: export display in a shell script executed by Jenkins

2016-01-07 Thread iostrym
umber will be the number of the build. So there will be risk for build to abord if the port_number is take by another job... Le jeudi 7 janvier 2016 15:05:33 UTC+1, iostrym a écrit : > > Thanks a lot. But is the use of Xvfb plug-in more heavy than a > simple export DISPLAY function ? in term of ress

Re: export display in a shell script executed by Jenkins

2016-01-08 Thread iostrym
thanks a lot. I didn't see this option "Let Xvfb choose display name" :) Le jeudi 7 janvier 2016 18:57:10 UTC+1, old hooky a écrit : > > > Quoting iostrym <arman...@gmail.com >: > > > >> Hi, > >> > >> We have a TCL script that has a

Re: export display in a shell script executed by Jenkins

2016-01-07 Thread iostrym
yes, sorry it was a mistake. anyway, I don't succeed to let jenkins to chose the display number when using Xvbf plugin... Le jeudi 7 janvier 2016 15:11:33 UTC+1, Dirk Heinrichs a écrit : > > Am 07.01.2016 um 15:05 schrieb iostrym: > > Thanks a lot. But is the use of Xvfb plug-in mor

jenkins advanced user right

2015-11-30 Thread iostrym
Hello, Is it possible to give right for some users to create and configure their job without being able to modify some jobs. Typically, have one job area for one project and another job area for another project. And use from one project that can't modify job for the other project. Is this

Re: jenkins advanced user right

2015-12-01 Thread iostrym
> From: <jenkins...@googlegroups.com > on behalf of iostrym < > arman...@gmail.com > > Reply-To: "jenkins...@googlegroups.com " < > jenkins...@googlegroups.com > > Date: Monday, November 30, 2015 at 1:48 AM > To: "jenkins...@googlegroups.com " < &g

Re: jenkins advanced user right

2015-11-30 Thread iostrym
zation strategy that allows permissions to > differ per item, e.g. > > * Project matrix > * Role strategy > * CloudBees RBAC (proprietary) > > On 30 November 2015 at 09:48, iostrym <arman...@gmail.com > > wrote: > >> Hello, >> >> Is it poss

Re: jenkins advanced user right

2015-12-01 Thread iostrym
thanks a lot. but it will be difficult for us to buy such a plugin. anyone else know if there is a free plug in to lock some slave for some users or one user ? Le mardi 1 décembre 2015 11:06:00 UTC+1, Stephen Connolly a écrit : > > On 1 December 2015 at 10:01, iostrym <arman...@

Re: security based project behavior jenkins v1.504

2016-01-12 Thread iostrym
s not set for a user, does he have right to do at least job configuration of its own job ? Best regards, Le lundi 11 janvier 2016 15:28:17 UTC+1, iostrym a écrit : > > Hi, > > I'm using project matrix security on jenkins v1.504 (arround 2013) > > So I configure user access i

Re: console parsing with master/slave architecture

2016-01-11 Thread iostrym
tps://wiki.jenkins-ci.org/display/JENKINS/Console+Parser+Plugin> and log parser plugin Le lundi 11 janvier 2016 13:46:30 UTC+1, Ullrich Hafner a écrit : > > You can check the warnings plug-in: here you can define your own parser > using Groovy… > > Am 11.01.2016 um 13:06 schrieb iostry

security based project behavior jenkins v1.504

2016-01-11 Thread iostrym
Hi, I'm using project matrix security on jenkins v1.504 (arround 2013) So I configure user access in Jenkins Configure Global Security and also inside jobs (project). As I read documentation, the project matrix should be cumulative with matrix in global security. Does it says that if a

console parsing with master/slave architecture

2016-01-11 Thread iostrym
Hi all, I'm looking for a console parsing that don't need a file in the jenkins server. Because I have no physical access to the linux server. But if the parser could be configurer using a test field inside jenkins, it could be great. two parser that I have look for that : Console Parser

Re: crash plug-in warning - java heap space

2016-01-25 Thread iostrym
016 um 14:45 schrieb iostrym <arman...@gmail.com >: > > Hi, > > We did a crash with jenkins, using plug-in warnings with a logfile that is > 70 Mo big : > > [WARNINGS] Parsing warnings in console log with parser FPGA_Questa_UVM > > ERROR: Publisher hudson.p

crash plug-in warning - java heap space

2016-01-22 Thread iostrym
Hi, We did a crash with jenkins, using plug-in warnings with a logfile that is 70 Mo big : [WARNINGS] Parsing warnings in console log with parser FPGA_Questa_UVM ERROR: Publisher hudson.plugins.warnings.WarningsPublisher aborted due to exception hudson.util.IOException2

How to abort a job during it's execution by itself

2018-04-11 Thread iostrym
Is there a possibility to abort a job during it's execution by the job itself. For instance the job launch a script that do the update from versioning tool and if no update are available, then the job is aborted. This way the job is not stored at all by Jenkins. Some plugin do already the tool