Re: Recent Edge upgrade breaks Matrix Plugin view

2024-06-19 Thread geoffroy...@gmail.com
For info, latest Edge for Business version 126.0.2592*.61* works fine (broken version is .54) On Monday 17 June 2024 at 19:51:20 UTC+2 geoffroy...@gmail.com wrote: > Thanks Mark for the hint > 126.0.2592.56 is latest Edge version available, probably will need to wait > for a futur ne

Re: Recent Edge upgrade breaks Matrix Plugin view

2024-06-17 Thread geoffroy...@gmail.com
t;> On Monday, June 17, 2024 at 10:44:31 AM UTC-6 geoffroy...@gmail.com >> wrote: >> >>> Hello >>> >>> we are facing an annoying issue, where Matrix Jobs are not rendered >>> correctly with latest Edge version: >>> >>> >>

Recent Edge upgrade breaks Matrix Plugin view

2024-06-17 Thread geoffroy...@gmail.com
Hello we are facing an annoying issue, where Matrix Jobs are not rendered correctly with latest Edge version: - Version 125.0.2535.92 (Official build) (64-bit) works fine - Version 126.0.2592.56 (Official build) (64-bit) display is broken It will not show icons in the matrix table, l

Re: LDAP security realm / groovy init script issue

2023-02-14 Thread geoffroy...@gmail.com
Thanks for your help sure we are also considering CasC, but so far Post Init groovy scripts have proven to be a viable solution (but now outdated) to perform some configuration as code. My con

Re: LDAP security realm / groovy init script issue

2023-02-13 Thread geoffroy...@gmail.com
Hi sorry to bump this thread, but i was not able to find a solution. Any idea? Shall i create a ticket? Thx On Friday, 27 January 2023 at 10:37:21 UTC+1 geoffroy...@gmail.com wrote: > Hi Thomas > thanks for your answer. > i tried it (and googled a bit about java boolean vs Boolean

Re: LDAP security realm / groovy init script issue

2023-01-27 Thread geoffroy...@gmail.com
Friday, 27 January 2023 at 08:15:20 UTC+1 Thomas Markus wrote: > Hi, > > Am 26.01.23 um 18:14 schrieb geoffroy...@gmail.com: > > Hello > > i am trying to configure LDAP Security Realm using groovy init script. > > So far, it works fine, but i am not able to Disable Role Pr

LDAP security realm / groovy init script issue

2023-01-26 Thread geoffroy...@gmail.com
Hello i am trying to configure LDAP Security Realm using groovy init script. So far, it works fine, but i am not able to Disable Role Prefixing using the method setDisableRolePrefixing

Re: HTML pages as archived artifacts

2023-01-16 Thread geoffroy...@gmail.com
Hello I confirm that the publishHTML plugin will provide you with the needed feature. And also that you need to relax CSP rules for proper display, as mentioned by Xavier. we use an init.groovy.d script

Re: email-ext plugin stops without explication

2023-01-09 Thread geoffroy...@gmail.com
Hello i would recommend configuring a dedicated logger to capture more debug info from main Jenkins logs, something like: [image: Screenshot 2023-01-09 092811.png] This would give you more context about the email sending, and hopefully also during the failure. Good luck On Friday, 6 January

Re: Unable to Run jenkins job on zos slave

2021-10-25 Thread geoffroy...@gmail.com
pm geoffroy...@gmail.com, < > geoffroy...@gmail.com> wrote: > >> Hi >> have you checked this page (first results in google): >> https://gdams.medium.com/adding-zos-to-our-jenkins-build-farm-27ab5171fb35 >> Seems you might need to tune the JVM options, using >

Re: Unable to Run jenkins job on zos slave

2021-10-25 Thread geoffroy...@gmail.com
Hi have you checked this page (first results in google): https://gdams.medium.com/adding-zos-to-our-jenkins-build-farm-27ab5171fb35 Seems you might need to tune the JVM options, using -Dfile.encoding=ISO8859-1 On Monday, 25 October 2021 at 13:49:52 UTC+2 adharsh...@gmail.com wrote: > Can you

Re: Jenkins workspace with @2

2021-09-18 Thread geoffroy...@gmail.com
Have you tried https://www.jenkins.io/doc/book/pipeline/syntax/#options options { disableConcurrentBuilds() } On Friday, 17 September 2021 at 18:35:02 UTC+2 lalchan...@gmail.com wrote: > I want default workspace should be working instead of @2. How can I > achieve that. > > Thanks, > Lalchand >

Re: How to use Jenkins file parameter in Pipelines

2021-02-03 Thread geoffroy...@gmail.com
Hello i don't think File Parameters are supported by Jenkins Pipeline See https://issues.jenkins.io/browse/JENKINS-27413 Regards On Wednesday, 3 February 2021 at 07:23:51 UTC+1 shif...@gmail.com wrote: > My Jenkins pipeline runs on the Slave using agent { node { label > 'slave_node1' } }. > >

Re: Portable Maven launch

2021-01-24 Thread geoffroy...@gmail.com
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 Saturday, 23 January 2021 at 21:19:43 UTC+1 jochen@gmail.com wrote: > > Hi, > > I've got a pipeline file, that should be executable on a Windows bui

Re: SSL native (self) Jenkins

2020-12-13 Thread geoffroy...@gmail.com
Hello if the root CA of your company is not issued from a trusted provider, then you will need to deploy the root certificate to all the user browser. We had such issue when a company was issuing its own certificates using a private PKI. Not user-friendly solution, i would recommend to go for a

Re: CustomTool installation issue with large Matrix job (race condition)

2020-11-18 Thread geoffroy...@gmail.com
$? == 10 )) && exit 0 ''' } else { bat ''' dir /s "%SONAR_BUILDWRAPPER_HOME%" build-wrapper-win-x86-64 if ERRORLEVEL 1 (

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

2020-11-13 Thread geoffroy...@gmail.com
Thanks for the hint, seems multiple changeset entries solution is simple enough in our case. I would go for regex for a more complex use case Regard -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiv

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

2020-11-11 Thread geoffroy...@gmail.com
Hello you should probably ask here: https://community.sonarsource.com/ Are you using the paid version of SonarQube, to get C/C++ analysis feature? Also, from experience, before running any new tool analysis from Jenkins, it is better to first run (and debug) it locally. Sonar scanner local analy

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

2020-09-14 Thread geoffroy...@gmail.com
Hello as a global instance admin, is there a way i can view (not decrypt) all credentials stored in it? */credentials* will only show global/system credentials. If a credential is created within a Folder, the only way to view it is to go to url */job//credentials/store/folder/* This is quite d