Re: [Matrix-auth & Folders] How to properly restrict a user to get access only to a job in a (sub)folder

2019-01-16 Thread geoffroy . jabouley
Hello any suggestion to move forward on this topic? Thanks in advance On Thursday, 20 December 2018 18:13:18 UTC+1, geoffroy...@gmail.com wrote: > > Hello > > i'm a bit struggling for one use case i have, maybe someone could share > its experience on such scenario. > > *Jobs structure:* > >-

[Matrix-auth & Folders] How to properly restrict a user to get access only to a job in a (sub)folder

2018-12-20 Thread geoffroy . jabouley
Hello i'm a bit struggling for one use case i have, maybe someone could share its experience on such scenario. *Jobs structure:* - FolderA - SubFolderA - jobA1 - jobA2 - SubFolderB - jobB1 *Use caseq:* 1. user1 has read access to all jobs

Re: Dynamically provisioned slave images and dependent containers

2018-05-24 Thread geoffroy . jabouley
You might need to move to a Container orchestration platform (Mesos, Kubernetes, Swarm) for that, this would address all our needs, although it is probably overkill! On Thursday, 24 May 2018 13:55:23 UTC+2, Nicklas Karlsson wrote: > > Hi, > > I'm using a SSH-communicating, dynamically

Re: Install specific version of plugins with Groovy script

2018-04-20 Thread geoffroy . jabouley
Hello just in case, could someone share a groovy sample script to achieve this? I guess you have to download .jpi file into /plugins folder (also handling dependencies...), then restart jenkins? I had written that in shell (ugly but working), but still learning in Groovy! Thanks in advance On

Re: Missing the Job/ExtendedRead permission

2016-09-19 Thread geoffroy . jabouley
Maybe you can install the jenkins plugin: https://wiki.jenkins-ci.org/display/JENKINS/Extended+Read+Permission+Plugin Le jeudi 8 septembre 2016 16:48:36 UTC+2, Ashish Yadav a écrit : > > Any ideas on this? > > From: Ashish Yadav > Reply-To: "jenkins...@googlegroups.com

Re: How to find who's the master of a given slave?

2016-08-26 Thread geoffroy . jabouley
Hi maybe you can check the command line executed to run the jenkins slave. At least for java web start slaves, there is a jnlpurl options which contains url to the master. Not sure about windows services and linux ssh slaves. BR Le vendredi 26 août 2016 17:08:24 UTC+2, Tamir Gefen a écrit : > >

Re: Custom message in jenkins-gerrit plugin

2016-07-20 Thread geoffroy . jabouley
I think you'll have to execute some gerrit commands within your build job to publish specific comment when posting the verified mark. Le mercredi 20 juillet 2016 11:48:30 UTC+2, Berceanu Cristian a écrit : > > Hi, > > Currently the messages look like this: > > Patch Set 1: Verified+1 > > Build

Re: Does the Jenkins Manage Plugins page display a warning if a plugin has a missing dependency?

2016-06-05 Thread geoffroy . jabouley
Please note that if you have installed plugins manually by downloading the .jpi file into the $JENKINS_HOME/plugins folder before starting jenkins, then dependency resolution is not automatically performed at jenkins startup. So if you install plugin A, you must also install plugin B or else

Re: Jenkins Health Check URL

2016-06-05 Thread geoffroy . jabouley
You might try to check the /login endpoint, which is available for both authenticated and unauthenticated jenkins instance BR Le vendredi 3 juin 2016 18:34:11 UTC+2, Michael Chletsos a écrit : > > I have an authenticated Jenkins setup that I need to monitor that the > service is up - that is

Re: How to understand job's disk space usage on master?

2016-04-19 Thread geoffroy . jabouley
Hello what's the content of workspace folders? And the creation/last change date? maybe these are old folders from a previous job configuration where it run on the master... Le mardi 19 avril 2016 11:29:52 UTC+2, David Aldrich a écrit : > > Hi > > > > One of our Jenkins jobs, which runs on a

Re: Execute shell : strange behaviour

2016-04-06 Thread geoffroy . jabouley
Hello have you tried https://wiki.jenkins-ci.org/display/JENKINS/Ansible+Plugin ? Le mercredi 6 avril 2016 17:36:22 UTC+2, Florent B a écrit : > > Hi everyone, > > I use Jenkins to run Ansible playbooks. > > I configured my job with "Execute shell" and set my ansible-playbook > command inside.

Re: Resilience build on jenkins

2016-04-04 Thread geoffroy . jabouley
Hello by itself the plugin is not enought to configure resilient builds. If the jenkins masters crashes during the build, then build will be lost even if jenkins mesos plugin would be able to checkpoint its tasks I know there is a cloudbees plugin targeting such use case, but it is part of

Plugin to support Docker swarm as cloud provider?

2016-03-19 Thread Geoffroy Jabouley
Hello are there any ongoing developments regarding a Jenkins plugins that would add support for Docker Swarm as cloud provider? it would basically work the same way as Jenkins Mesos plugin, ie dynamically provisioning Jenkins Slaves running in docker container on a Docker Swarm cluster. --

Re: Any way to affect the recipient of the mail(ext) plugin recipient list ?

2016-02-24 Thread geoffroy . jabouley
Hello we use this script in the presend part of EmailExt plugin. It will change the sender email address, if an environment variable is set. I think you can easily adapt it to your needs import javax.mail.Message.RecipientType > import javax.mail.Address > import

Re: jenkins home directory

2016-02-19 Thread geoffroy . jabouley
Hello basically i think you have to: 1. shutdown your jenkins instance 2. move the folder /path/to/old_jenkins_home to the new location /path/to/new_jenkins_home 3. create an environment variable JENKINS_HOME, which value is /path/to/new_jenkins_home 4. start your jenkins

Re: Block when direct downsteam build is running

2016-02-13 Thread geoffroy . jabouley
Hello maybe you could give MultiJob plugin a try. Phases are exactly the behavior your expecting BR Le vendredi 12 février 2016 17:18:33 UTC+1, gseux@gmail.com a écrit : > > Hello, > > I would like to block the execution of a job A when its direct child B is > running. > Documentation for

Re: Generate pipeline jobs like with job-dsl

2016-02-09 Thread geoffroy . jabouley
Have a look at the Multijob plugin. This is another way or representing Build pipeline, with some nice features to organize your CI. You can of course generate Multijob projects using JobDSL Le mardi 9 février 2016 17:52:12 UTC+1, Andrew Bayer a écrit : > > You can actually generate Pipeline

Re: Jenkins on Windows Server w/ short-workspace-path-plugin (path too long error)

2016-01-30 Thread geoffroy . jabouley
Hi For what i've read about the plugin your using "The plugin has currently no effect on master node and never places short workspaces out of slave's workspace root." Does Jenkins supports windows ntfs 32k file path long names, like \\?\c:\dir\file" ?

Re: Cloudbees folder plugin weather/health metrics

2016-01-25 Thread geoffroy . jabouley
Hi have a look here: https://github.com/jenkinsci/cloudbees-folder-plugin/pull/17 Le lundi 25 janvier 2016 14:55:57 UTC+1, Jonathan Álvarez a écrit : > > Hi Glenn, > > I think, as you said, that is not supported in the free version. At least > through the GUI. >

Re: Get Emails When Jobs Don't Run

2016-01-16 Thread geoffroy . jabouley
Hi the solution we are using is a "cron" jenkins job, running on the master every 10min, which checks if any jobs are stuck in the build queue for a certain amount of time (let's say 1 hour) by using groovy build step + some jenkins java classes, it is easy to monitor, and you can then use