Throttle Concurrent Builds and Matrix configuration builds

2021-03-15 Thread Geoffroy J
Hello i am trying to achieve the following use case using Throttle Concurrent Builds 2.2 plugin: Given a multi-configuration (matrix) job, limit the parallel execution of the job configurations to the following: 1. no more than 4 configurations of given job running globally 2. no more than

Re: Abridged summary of jenkinsci-users@googlegroups.com - 1 update in 1 topic

2021-01-24 Thread Geoffroy J
Hello you probably want to use https://www.jenkins.io/doc/pipeline/steps/workflow-basic-steps/#isunix-checks-if-running-on-a-unix-like-node On Sun, 24 Jan 2021 at 16:51, wrote: > jenkinsci-users@googlegroups.com >

CustomTool installation issue with large Matrix job (race condition)

2020-11-13 Thread Geoffroy J
Hello I have a fairly large matrix job (30 environments). For one matrix environment only, I need to install a dedicated tool (Sonarqube build-wrapper). CustomTool works perfectly fine for this purpose. However, as CustomTool installation is defined as a build wrapper step, it get activated for

Re: where do I have to set the sonar-project.properties file to make sonar work in Jenkins?

2020-11-12 Thread Geoffroy J
I would have a look here: 00:00:03.846 11:26:43.035 INFO: Indexing files... 00:00:03.846 11:26:43.035 INFO: Project configuration: 00:00:03.846 11:26:43.039 INFO: 0 files indexed Seems it is not finding any file to analyse... On Thu, 12 Nov 2020 at 11:47, Richard Bywater wrote: > I think yo

How to conditionally execute a step based on changeset (multiple paths)?

2020-11-12 Thread Geoffroy J
Hello our repository structure is as follow (simplified): /app |-- /linux |-- /win |-- /macos i am trying to execute conditionally a build step based on changeset content into both linux & macos folder, but it is not working properly: when { changeset "*/linux/**,*/macos/**" } Is it

Re: where do I have to set the sonar-project.properties file to make sonar work in Jenkins?

2020-11-12 Thread Geoffroy J
Hello i would recommend to remove extra-spaces for "-D" options, this is incorrect syntax, and also enable debug mode (-X). As you are providing information using the scanner option, maybe it is normal to see "Project root configuration file: NONE " log. Maybe setting sonar.projectBaseDir option

Re: View all credentials on an instance (global, folders, users, ...)

2020-09-16 Thread Geoffroy J
Thanks Ivan, this is a great start and it is properly listing folder-level credentials. I just need to make the output more user friendly, especially adding the scope of the credential. On Mon, 14 Sep 2020 at 18:08, Ivan Fernandez Calvo wrote: > I think this groovy script is what you want > http

Re: Help Jenkins with TestComplete

2020-06-14 Thread Geoffroy J
Hello seems you are running under Windows. Does Jenkins run as a service? Have you enable the option "Allow service to interact with desktop" on the service? Regards On Saturday, 13 June 2020 15:33:20 UTC+2, Sanjib Basak wrote: > > Do you have any resolution for this problem i am also facing same

Re: Jenkins Jira integration through Jira Trigger plugin

2020-05-02 Thread Geoffroy J
Hello silly question (sorry), but is your Jenkins visible from Jira Cloud? ie. does it have a public url? On Saturday, 2 May 2020 00:21:33 UTC+2, swathi mudumbai wrote: > > Hi > > I am trying to integrate Jenkins with JIRA cloud through JIRA trigger > plugin, in order to trigger the build in

Re: Jenkins printing every remote branch on all builds [JENKINS-22794]

2019-07-26 Thread Geoffroy J
Hi have you set the option on both master and slaves? BR On Thursday, 25 July 2019 10:25:52 UTC+2, Jordan Sokolic wrote: > > We are experiencing an issue where Jenkins prints every remote branch in > our repository to the console in every build. Since we have several > thousand remote branches,

Re: Problem when trying to connect to GitHub from a Windows slave

2019-05-27 Thread Geoffroy J
Hello Have you tried cloning manually using the ssh key on windows? Also, what username have you configured for your git credential on Jenkins? I faced ssh issues on windows because of change in SSH/GIT and it was necessary to set credential username to 'git' instead of the real github username