Re: bitbucket plugin - JENKINS-65697 - How to inject environment variable into WorkflowMultiBranchProject (buildEnvironment isn't called...)

2023-07-24 Thread tzach solomon
Thanks Jesse for the quick response. Is there a guide to understand how I can get build from the Queue Item I have? On Mon, Jul 24, 2023 at 4:25 PM 'Jesse Glick' via Jenkins Developers < jenkinsci-dev@googlegroups.com> wrote: > On Mon, Jul 24, 2023 at 1:58 AM tzach solomon > wrote: > >> I've ch

Re: Jenkins 2.413 as next LTS baseline?

2023-07-24 Thread Alexander Brandes
Alternatively, 2.417 could be a viable candidate, as it includes the security fix, and could include both regression fixes for JENKINS-71698 and JENKINS-71699 , if reviewed within the next week. Tha

July 24, 2023 Governance Board Agenda

2023-07-24 Thread Mark Waite
The Jenkins governance board meets today at 6:00 PM UTC on Zoom. The Zoom URL is https://zoom.us/j/91564716663?pwd=R3A2RDFGcU1wTVdoVTErYm1jNzVWdz09 Current meeting agenda is: Agenda: - News - Releases - Jenkins 2.401.3 released Wednesd

Re: Jenkins 2.413 as next LTS baseline?

2023-07-24 Thread Tim Jacomb
Ah I see I missed that 2.415 was out. Let’s continue with 2.414 and backport security fixes On Mon, 24 Jul 2023 at 15:41, 'jn...@cloudbees.com' via Jenkins Developers < jenkinsci-dev@googlegroups.com> wrote: > > 2.415 appears to have a regression in the dialog handling that I just > found with

Re: Jenkins 2.413 as next LTS baseline?

2023-07-24 Thread 'jn...@cloudbees.com' via Jenkins Developers
> 2.415 appears to have a regression in the dialog handling that I just found with a minimal amount of testing, so possibly too new to have had exposure :-( https://issues.jenkins.io/browse/JENKINS-71699 On Monday, July 24, 2023 at 3:31:21 PM UTC+1 jn...@cloudbees.com wrote: > Thanks Tim & Ba

Re: Jenkins 2.413 as next LTS baseline?

2023-07-24 Thread 'jn...@cloudbees.com' via Jenkins Developers
Thanks Tim & Basil for continuing this. I filed https://issues.jenkins.io/browse/JENKINS-71698 for LTS tracking and tagged the jenkins PR > Shall we go with 2.415 instead as it will have security fixes not sure I follow 2.415 is not a security

Re: Jenkins 2.413 as next LTS baseline?

2023-07-24 Thread Tim Jacomb
Shall we go with 2.415 instead as it will have security fixes (given they would be backported anyway, it's less confusing if we start with the version they were introduced in I think)? The plugin manager bug in 2.414 has been fixed. On Sat, 22 Jul 2023 at 00:21, Basil Crow wrote: > On Fri, Jul

Re: bitbucket plugin - JENKINS-65697 - How to inject environment variable into WorkflowMultiBranchProject (buildEnvironment isn't called...)

2023-07-24 Thread 'Jesse Glick' via Jenkins Developers
On Mon, Jul 24, 2023 at 1:58 AM tzach solomon wrote: > I've checked the code and it looks like the triggered job is of class > *WorkflowMultiBranchProject*. The future job I'm getting once scheduled > OK is *jenkins.branch.MultiBranchProject$BranchIndexing*. > > I've tried to inject environment v