Re: Backporting for LTS 2.319.3 started

2022-02-02 Thread 'Ildefonso Montero' via Jenkins Developers
New RC with backports

JENKINS-67702 Minor Mon, 31 Jan 2022 11:26:06 +
Backport XStream 1.4.19 to LTS
https://issues.jenkins.io/browse/JENKINS-67702

JENKINS-67635 Major 2.333
Using "||" in pipeline targeting cloud labels cause multiple agents to be
spun incessantly
regression
https://issues.jenkins.io/browse/JENKINS-67635

available in:
https://repo.jenkins-ci.org/artifactory/snapshots/org/jenkins-ci/main/jenkins-war/2.319.3-SNAPSHOT/jenkins-war-2.319.3-20220202.083314-2.war

Best,
Ildefonso

On Mon, Jan 31, 2022 at 12:53 PM Ildefonso Montero 
wrote:

> PR updated and converted in a draft PR until a decision is made about the
> rest of the candidates
>
> On Mon, Jan 31, 2022 at 12:47 PM Ildefonso Montero 
> wrote:
>
>> My PR is just trying to consolidate in a single PR all the possible
>> backports based on the Jira filter. but happy to modify/update it to just
>> include whatever we decide to include here based on the confidence level of
>> not introducing regressions as James mentioned in:
>> https://github.com/jenkinsci/jenkins/pull/6235#issuecomment-1025646811
>>
>> So, I will update the PR just doing the backport of
>>
>> - https://issues.jenkins.io/browse/JENKINS-67635 /
>> https://github.com/jenkinsci/jenkins/pull/6193
>>
>> And letting you to discuss there if the rest of the mentioned PRs should
>> be backported or not
>>
>> On Mon, Jan 31, 2022 at 12:42 PM Tim Jacomb  wrote:
>>
>>> > Although I do understand that for the users that use clouds and jobs
>>> with conditional labels this is a blocker, there are only 7 watchers of the
>>> issue implying the number impacted is a smallish subset of the Jenkins
>>> users that could be affected should any regression be introduced.
>>>
>>> There's also watchers on https://issues.jenkins.io/browse/JENKINS-67558
>>> (could be the same though)
>>> A post on reddit and people have asked about it on IRC
>>>
>>> and a few people asking about it in
>>> https://github.com/jenkinsci/jenkins/pull/6193#issuecomment-1024419857
>>>
>>> Given this functionality was broken in the last LTS release (which was a
>>> security one), I would be +1 for this change
>>> (although Ildefonso's backport PR has quite a few more changes in it)
>>>
>>>
>>> On Mon, 31 Jan 2022 at 11:28, 'Ildefonso Montero' via Jenkins Developers
>>>  wrote:
>>>
 Backport PR ready to review in
 https://github.com/jenkinsci/jenkins/pull/6235

 On Mon, Jan 31, 2022 at 12:21 PM 'jn...@cloudbees.com' via Jenkins
 Developers  wrote:

> >  There's been a request for
> https://issues.jenkins.io/browse/JENKINS-67635 to be backported
>
> > Just merged in https://github.com/jenkinsci/jenkins/pull/6193
>
> Given this area code area has proved to be a hot potato and the fix is
> not in a weekly yet, I would be hesitant to say "go for it" on this one.
> Although I do understand that for the users that use clouds and jobs
> with conditional labels this is a blocker, there are only 7 watchers of 
> the
> issue implying the number impacted is a smallish subset of the Jenkins
> users that could be affected should any regression be introduced.
>
> so -0.5 on this (ie non blocking, take this into account and make a
> judgement call).
>
> /James
>
> On Sunday, January 30, 2022 at 10:45:06 AM UTC timja...@gmail.com
> wrote:
>
>> There's been a request for
>> https://issues.jenkins.io/browse/JENKINS-67635 to be backported
>>
>> Just merged in https://github.com/jenkinsci/jenkins/pull/6193
>>
>> Any thoughts?
>>
>> On Monday, 17 January 2022 at 15:24:27 UTC imon...@cloudbees.com
>> wrote:
>>
>>> Backporting has started and the RC is scheduled for next Wednesday
>>> 2022-01-26
>>>
>>> Candidates: https://issues.jenkins-ci.org/issues/?filter=12146
>>> Fixed:
>>> https://issues.jenkins-ci.org/issues/?jql=labels%20%3D%202.319.3-fixed
>>> Rejected:
>>> https://issues.jenkins-ci.org/issues/?jql=labels%20%3D%202.319.3-rejected
>>>
>>>
>>>
>>> --
>>>
>>> Ildefonso Montero Pérez
>>> Senior Software Engineer
>>>
>>> CloudBees, Inc
>>>
>>>
>>>
>>> E: imon...@cloudbees.com
>>>
>> --
> You received this message because you are subscribed to the Google
> Groups "Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to jenkinsci-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-dev/fa4f6407-5da9-4e09-aaa2-6d941ed11250n%40googlegroups.com
> 
> .
>


 --

 Ildefonso Montero Pérez
 Senior Software Engineer

 CloudBees, Inc



 E: imont...@cloudbees.

Re: Backporting for LTS 2.319.3 started

2022-01-31 Thread 'Ildefonso Montero' via Jenkins Developers
PR updated and converted in a draft PR until a decision is made about the
rest of the candidates

On Mon, Jan 31, 2022 at 12:47 PM Ildefonso Montero 
wrote:

> My PR is just trying to consolidate in a single PR all the possible
> backports based on the Jira filter. but happy to modify/update it to just
> include whatever we decide to include here based on the confidence level of
> not introducing regressions as James mentioned in:
> https://github.com/jenkinsci/jenkins/pull/6235#issuecomment-1025646811
>
> So, I will update the PR just doing the backport of
>
> - https://issues.jenkins.io/browse/JENKINS-67635 /
> https://github.com/jenkinsci/jenkins/pull/6193
>
> And letting you to discuss there if the rest of the mentioned PRs should
> be backported or not
>
> On Mon, Jan 31, 2022 at 12:42 PM Tim Jacomb  wrote:
>
>> > Although I do understand that for the users that use clouds and jobs
>> with conditional labels this is a blocker, there are only 7 watchers of the
>> issue implying the number impacted is a smallish subset of the Jenkins
>> users that could be affected should any regression be introduced.
>>
>> There's also watchers on https://issues.jenkins.io/browse/JENKINS-67558
>> (could be the same though)
>> A post on reddit and people have asked about it on IRC
>>
>> and a few people asking about it in
>> https://github.com/jenkinsci/jenkins/pull/6193#issuecomment-1024419857
>>
>> Given this functionality was broken in the last LTS release (which was a
>> security one), I would be +1 for this change
>> (although Ildefonso's backport PR has quite a few more changes in it)
>>
>>
>> On Mon, 31 Jan 2022 at 11:28, 'Ildefonso Montero' via Jenkins Developers <
>> jenkinsci-dev@googlegroups.com> wrote:
>>
>>> Backport PR ready to review in
>>> https://github.com/jenkinsci/jenkins/pull/6235
>>>
>>> On Mon, Jan 31, 2022 at 12:21 PM 'jn...@cloudbees.com' via Jenkins
>>> Developers  wrote:
>>>
 >  There's been a request for
 https://issues.jenkins.io/browse/JENKINS-67635 to be backported

 > Just merged in https://github.com/jenkinsci/jenkins/pull/6193

 Given this area code area has proved to be a hot potato and the fix is
 not in a weekly yet, I would be hesitant to say "go for it" on this one.
 Although I do understand that for the users that use clouds and jobs
 with conditional labels this is a blocker, there are only 7 watchers of the
 issue implying the number impacted is a smallish subset of the Jenkins
 users that could be affected should any regression be introduced.

 so -0.5 on this (ie non blocking, take this into account and make a
 judgement call).

 /James

 On Sunday, January 30, 2022 at 10:45:06 AM UTC timja...@gmail.com
 wrote:

> There's been a request for
> https://issues.jenkins.io/browse/JENKINS-67635 to be backported
>
> Just merged in https://github.com/jenkinsci/jenkins/pull/6193
>
> Any thoughts?
>
> On Monday, 17 January 2022 at 15:24:27 UTC imon...@cloudbees.com
> wrote:
>
>> Backporting has started and the RC is scheduled for next Wednesday
>> 2022-01-26
>>
>> Candidates: https://issues.jenkins-ci.org/issues/?filter=12146
>> Fixed:
>> https://issues.jenkins-ci.org/issues/?jql=labels%20%3D%202.319.3-fixed
>> Rejected:
>> https://issues.jenkins-ci.org/issues/?jql=labels%20%3D%202.319.3-rejected
>>
>>
>>
>> --
>>
>> Ildefonso Montero Pérez
>> Senior Software Engineer
>>
>> CloudBees, Inc
>>
>>
>>
>> E: imon...@cloudbees.com
>>
> --
 You received this message because you are subscribed to the Google
 Groups "Jenkins Developers" group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to jenkinsci-dev+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/jenkinsci-dev/fa4f6407-5da9-4e09-aaa2-6d941ed11250n%40googlegroups.com
 
 .

>>>
>>>
>>> --
>>>
>>> Ildefonso Montero Pérez
>>> Senior Software Engineer
>>>
>>> CloudBees, Inc
>>>
>>>
>>>
>>> E: imont...@cloudbees.com
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Jenkins Developers" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to jenkinsci-dev+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/jenkinsci-dev/CA%2BUGhi9Z43aw3DpvHL4opkWJu5XDLRx6tPJUbYU-jrxpJw8Mng%40mail.gmail.com
>>> 
>>> .
>>>
>> --
>> You received this message because you are subscribed to the Goog

Re: Backporting for LTS 2.319.3 started

2022-01-31 Thread 'Ildefonso Montero' via Jenkins Developers
My PR is just trying to consolidate in a single PR all the possible
backports based on the Jira filter. but happy to modify/update it to just
include whatever we decide to include here based on the confidence level of
not introducing regressions as James mentioned in:
https://github.com/jenkinsci/jenkins/pull/6235#issuecomment-1025646811

So, I will update the PR just doing the backport of

- https://issues.jenkins.io/browse/JENKINS-67635 /
https://github.com/jenkinsci/jenkins/pull/6193

And letting you to discuss there if the rest of the mentioned PRs should be
backported or not

On Mon, Jan 31, 2022 at 12:42 PM Tim Jacomb  wrote:

> > Although I do understand that for the users that use clouds and jobs
> with conditional labels this is a blocker, there are only 7 watchers of the
> issue implying the number impacted is a smallish subset of the Jenkins
> users that could be affected should any regression be introduced.
>
> There's also watchers on https://issues.jenkins.io/browse/JENKINS-67558
> (could be the same though)
> A post on reddit and people have asked about it on IRC
>
> and a few people asking about it in
> https://github.com/jenkinsci/jenkins/pull/6193#issuecomment-1024419857
>
> Given this functionality was broken in the last LTS release (which was a
> security one), I would be +1 for this change
> (although Ildefonso's backport PR has quite a few more changes in it)
>
>
> On Mon, 31 Jan 2022 at 11:28, 'Ildefonso Montero' via Jenkins Developers <
> jenkinsci-dev@googlegroups.com> wrote:
>
>> Backport PR ready to review in
>> https://github.com/jenkinsci/jenkins/pull/6235
>>
>> On Mon, Jan 31, 2022 at 12:21 PM 'jn...@cloudbees.com' via Jenkins
>> Developers  wrote:
>>
>>> >  There's been a request for
>>> https://issues.jenkins.io/browse/JENKINS-67635 to be backported
>>>
>>> > Just merged in https://github.com/jenkinsci/jenkins/pull/6193
>>>
>>> Given this area code area has proved to be a hot potato and the fix is
>>> not in a weekly yet, I would be hesitant to say "go for it" on this one.
>>> Although I do understand that for the users that use clouds and jobs
>>> with conditional labels this is a blocker, there are only 7 watchers of the
>>> issue implying the number impacted is a smallish subset of the Jenkins
>>> users that could be affected should any regression be introduced.
>>>
>>> so -0.5 on this (ie non blocking, take this into account and make a
>>> judgement call).
>>>
>>> /James
>>>
>>> On Sunday, January 30, 2022 at 10:45:06 AM UTC timja...@gmail.com wrote:
>>>
 There's been a request for
 https://issues.jenkins.io/browse/JENKINS-67635 to be backported

 Just merged in https://github.com/jenkinsci/jenkins/pull/6193

 Any thoughts?

 On Monday, 17 January 2022 at 15:24:27 UTC imon...@cloudbees.com wrote:

> Backporting has started and the RC is scheduled for next Wednesday
> 2022-01-26
>
> Candidates: https://issues.jenkins-ci.org/issues/?filter=12146
> Fixed:
> https://issues.jenkins-ci.org/issues/?jql=labels%20%3D%202.319.3-fixed
> Rejected:
> https://issues.jenkins-ci.org/issues/?jql=labels%20%3D%202.319.3-rejected
>
>
>
> --
>
> Ildefonso Montero Pérez
> Senior Software Engineer
>
> CloudBees, Inc
>
>
>
> E: imon...@cloudbees.com
>
 --
>>> You received this message because you are subscribed to the Google
>>> Groups "Jenkins Developers" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to jenkinsci-dev+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/jenkinsci-dev/fa4f6407-5da9-4e09-aaa2-6d941ed11250n%40googlegroups.com
>>> 
>>> .
>>>
>>
>>
>> --
>>
>> Ildefonso Montero Pérez
>> Senior Software Engineer
>>
>> CloudBees, Inc
>>
>>
>>
>> E: imont...@cloudbees.com
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Jenkins Developers" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to jenkinsci-dev+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/jenkinsci-dev/CA%2BUGhi9Z43aw3DpvHL4opkWJu5XDLRx6tPJUbYU-jrxpJw8Mng%40mail.gmail.com
>> 
>> .
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-dev/CAH-3Bifrn6k3Eqgd4aR2XTUs71p0jr73qVV5sTGBJf

Re: Backporting for LTS 2.319.3 started

2022-01-31 Thread Tim Jacomb
> Although I do understand that for the users that use clouds and jobs with
conditional labels this is a blocker, there are only 7 watchers of the
issue implying the number impacted is a smallish subset of the Jenkins
users that could be affected should any regression be introduced.

There's also watchers on https://issues.jenkins.io/browse/JENKINS-67558
(could be the same though)
A post on reddit and people have asked about it on IRC

and a few people asking about it in
https://github.com/jenkinsci/jenkins/pull/6193#issuecomment-1024419857

Given this functionality was broken in the last LTS release (which was a
security one), I would be +1 for this change
(although Ildefonso's backport PR has quite a few more changes in it)


On Mon, 31 Jan 2022 at 11:28, 'Ildefonso Montero' via Jenkins Developers <
jenkinsci-dev@googlegroups.com> wrote:

> Backport PR ready to review in
> https://github.com/jenkinsci/jenkins/pull/6235
>
> On Mon, Jan 31, 2022 at 12:21 PM 'jn...@cloudbees.com' via Jenkins
> Developers  wrote:
>
>> >  There's been a request for
>> https://issues.jenkins.io/browse/JENKINS-67635 to be backported
>>
>> > Just merged in https://github.com/jenkinsci/jenkins/pull/6193
>>
>> Given this area code area has proved to be a hot potato and the fix is
>> not in a weekly yet, I would be hesitant to say "go for it" on this one.
>> Although I do understand that for the users that use clouds and jobs with
>> conditional labels this is a blocker, there are only 7 watchers of the
>> issue implying the number impacted is a smallish subset of the Jenkins
>> users that could be affected should any regression be introduced.
>>
>> so -0.5 on this (ie non blocking, take this into account and make a
>> judgement call).
>>
>> /James
>>
>> On Sunday, January 30, 2022 at 10:45:06 AM UTC timja...@gmail.com wrote:
>>
>>> There's been a request for
>>> https://issues.jenkins.io/browse/JENKINS-67635 to be backported
>>>
>>> Just merged in https://github.com/jenkinsci/jenkins/pull/6193
>>>
>>> Any thoughts?
>>>
>>> On Monday, 17 January 2022 at 15:24:27 UTC imon...@cloudbees.com wrote:
>>>
 Backporting has started and the RC is scheduled for next Wednesday
 2022-01-26

 Candidates: https://issues.jenkins-ci.org/issues/?filter=12146
 Fixed:
 https://issues.jenkins-ci.org/issues/?jql=labels%20%3D%202.319.3-fixed
 Rejected:
 https://issues.jenkins-ci.org/issues/?jql=labels%20%3D%202.319.3-rejected



 --

 Ildefonso Montero Pérez
 Senior Software Engineer

 CloudBees, Inc



 E: imon...@cloudbees.com

>>> --
>> You received this message because you are subscribed to the Google Groups
>> "Jenkins Developers" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to jenkinsci-dev+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/jenkinsci-dev/fa4f6407-5da9-4e09-aaa2-6d941ed11250n%40googlegroups.com
>> 
>> .
>>
>
>
> --
>
> Ildefonso Montero Pérez
> Senior Software Engineer
>
> CloudBees, Inc
>
>
>
> E: imont...@cloudbees.com
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-dev/CA%2BUGhi9Z43aw3DpvHL4opkWJu5XDLRx6tPJUbYU-jrxpJw8Mng%40mail.gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CAH-3Bifrn6k3Eqgd4aR2XTUs71p0jr73qVV5sTGBJfG5_MmvBQ%40mail.gmail.com.


Re: Backporting for LTS 2.319.3 started

2022-01-31 Thread 'Ildefonso Montero' via Jenkins Developers
Backport PR ready to review in
https://github.com/jenkinsci/jenkins/pull/6235

On Mon, Jan 31, 2022 at 12:21 PM 'jn...@cloudbees.com' via Jenkins
Developers  wrote:

> >  There's been a request for
> https://issues.jenkins.io/browse/JENKINS-67635 to be backported
>
> > Just merged in https://github.com/jenkinsci/jenkins/pull/6193
>
> Given this area code area has proved to be a hot potato and the fix is not
> in a weekly yet, I would be hesitant to say "go for it" on this one.
> Although I do understand that for the users that use clouds and jobs with
> conditional labels this is a blocker, there are only 7 watchers of the
> issue implying the number impacted is a smallish subset of the Jenkins
> users that could be affected should any regression be introduced.
>
> so -0.5 on this (ie non blocking, take this into account and make a
> judgement call).
>
> /James
>
> On Sunday, January 30, 2022 at 10:45:06 AM UTC timja...@gmail.com wrote:
>
>> There's been a request for https://issues.jenkins.io/browse/JENKINS-67635
>> to be backported
>>
>> Just merged in https://github.com/jenkinsci/jenkins/pull/6193
>>
>> Any thoughts?
>>
>> On Monday, 17 January 2022 at 15:24:27 UTC imon...@cloudbees.com wrote:
>>
>>> Backporting has started and the RC is scheduled for next Wednesday
>>> 2022-01-26
>>>
>>> Candidates: https://issues.jenkins-ci.org/issues/?filter=12146
>>> Fixed:
>>> https://issues.jenkins-ci.org/issues/?jql=labels%20%3D%202.319.3-fixed
>>> Rejected:
>>> https://issues.jenkins-ci.org/issues/?jql=labels%20%3D%202.319.3-rejected
>>>
>>>
>>>
>>> --
>>>
>>> Ildefonso Montero Pérez
>>> Senior Software Engineer
>>>
>>> CloudBees, Inc
>>>
>>>
>>>
>>> E: imon...@cloudbees.com
>>>
>> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-dev/fa4f6407-5da9-4e09-aaa2-6d941ed11250n%40googlegroups.com
> 
> .
>


-- 

Ildefonso Montero Pérez
Senior Software Engineer

CloudBees, Inc



E: imont...@cloudbees.com

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CA%2BUGhi9Z43aw3DpvHL4opkWJu5XDLRx6tPJUbYU-jrxpJw8Mng%40mail.gmail.com.


Re: Backporting for LTS 2.319.3 started

2022-01-31 Thread 'jn...@cloudbees.com' via Jenkins Developers
>  There's been a request for https://issues.jenkins.io/browse/JENKINS-67635 to 
be backported

> Just merged in https://github.com/jenkinsci/jenkins/pull/6193

Given this area code area has proved to be a hot potato and the fix is not 
in a weekly yet, I would be hesitant to say "go for it" on this one.
Although I do understand that for the users that use clouds and jobs with 
conditional labels this is a blocker, there are only 7 watchers of the 
issue implying the number impacted is a smallish subset of the Jenkins 
users that could be affected should any regression be introduced.

so -0.5 on this (ie non blocking, take this into account and make a 
judgement call).

/James

On Sunday, January 30, 2022 at 10:45:06 AM UTC timja...@gmail.com wrote:

> There's been a request for https://issues.jenkins.io/browse/JENKINS-67635 
> to be backported
>
> Just merged in https://github.com/jenkinsci/jenkins/pull/6193
>
> Any thoughts?
>
> On Monday, 17 January 2022 at 15:24:27 UTC imon...@cloudbees.com wrote:
>
>> Backporting has started and the RC is scheduled for next Wednesday 
>> 2022-01-26
>>
>> Candidates: https://issues.jenkins-ci.org/issues/?filter=12146
>> Fixed: 
>> https://issues.jenkins-ci.org/issues/?jql=labels%20%3D%202.319.3-fixed
>> Rejected: 
>> https://issues.jenkins-ci.org/issues/?jql=labels%20%3D%202.319.3-rejected
>>
>>
>>
>> -- 
>>
>> Ildefonso Montero Pérez
>> Senior Software Engineer
>>
>> CloudBees, Inc
>>
>>
>>
>> E: imon...@cloudbees.com
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/fa4f6407-5da9-4e09-aaa2-6d941ed11250n%40googlegroups.com.


Re: Backporting for LTS 2.319.3 started

2022-01-31 Thread 'Ildefonso Montero' via Jenkins Developers
Ok, based on https://issues.jenkins-ci.org/issues/?filter=12146 now there
exists at least 5 tickets to backport to 2.319.3

- https://issues.jenkins.io/browse/JENKINS-67496
- https://issues.jenkins.io/browse/JENKINS-67627
- https://issues.jenkins.io/browse/JENKINS-67662
- https://issues.jenkins.io/browse/JENKINS-67635
- https://issues.jenkins.io/browse/JENKINS-67702

Anything else?

On Mon, Jan 31, 2022 at 11:23 AM 'wfoll...@cloudbees.com' via Jenkins
Developers  wrote:

> Please Ilde, also include https://issues.jenkins.io/browse/JENKINS-67702
> to prevent scanners to complain about XStream
>
> On Monday, January 31, 2022 at 9:56:23 AM UTC+1 Vincent Latombe wrote:
>
>> +1 from me to backport it.
>>
>> Vincent
>>
>>
>> Le lun. 31 janv. 2022 à 09:43, 'Ildefonso Montero' via Jenkins Developers
>>  a écrit :
>>
>>> No issues from my side to include it. Looking for more opinions about it.
>>>
>>> On Sun, Jan 30, 2022 at 11:45 AM timja...@gmail.com 
>>> wrote:
>>>
 There's been a request for
 https://issues.jenkins.io/browse/JENKINS-67635 to be backported

 Just merged in https://github.com/jenkinsci/jenkins/pull/6193

 Any thoughts?

 On Monday, 17 January 2022 at 15:24:27 UTC imon...@cloudbees.com wrote:

> Backporting has started and the RC is scheduled for next Wednesday
> 2022-01-26
>
> Candidates: https://issues.jenkins-ci.org/issues/?filter=12146
> Fixed:
> https://issues.jenkins-ci.org/issues/?jql=labels%20%3D%202.319.3-fixed
> Rejected:
> https://issues.jenkins-ci.org/issues/?jql=labels%20%3D%202.319.3-rejected
>
>
>
> --
>
> Ildefonso Montero Pérez
> Senior Software Engineer
>
> CloudBees, Inc
>
>
>
> E: imon...@cloudbees.com
>
 --
 You received this message because you are subscribed to the Google
 Groups "Jenkins Developers" group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to jenkinsci-de...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/jenkinsci-dev/079fc51e-91d8-4292-ab16-682a8b5e6bf3n%40googlegroups.com
 
 .

>>>
>>>
>>> --
>>>
>>> Ildefonso Montero Pérez
>>> Senior Software Engineer
>>>
>>> CloudBees, Inc
>>>
>>>
>>>
>>> E: imon...@cloudbees.com
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Jenkins Developers" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to jenkinsci-de...@googlegroups.com.
>>>
>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/jenkinsci-dev/CA%2BUGhi9fZ6SjTN3mJjf3F60dTFiMzUYj3YCe-AoA%2BN%3Dak1d2tA%40mail.gmail.com
>>> 
>>> .
>>>
>> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-dev/81469e25-a61d-42e8-a420-a9b71298566dn%40googlegroups.com
> 
> .
>


-- 

Ildefonso Montero Pérez
Senior Software Engineer

CloudBees, Inc



E: imont...@cloudbees.com

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CA%2BUGhi-ivkv7Ra%2BiETn66t6oMqF9HMvJzGEr5wbxVjjGr%2BM2eg%40mail.gmail.com.


Re: Backporting for LTS 2.319.3 started

2022-01-31 Thread 'wfoll...@cloudbees.com' via Jenkins Developers
Please Ilde, also include https://issues.jenkins.io/browse/JENKINS-67702 to 
prevent scanners to complain about XStream

On Monday, January 31, 2022 at 9:56:23 AM UTC+1 Vincent Latombe wrote:

> +1 from me to backport it.
>
> Vincent
>
>
> Le lun. 31 janv. 2022 à 09:43, 'Ildefonso Montero' via Jenkins Developers <
> jenkin...@googlegroups.com> a écrit :
>
>> No issues from my side to include it. Looking for more opinions about it.
>>
>> On Sun, Jan 30, 2022 at 11:45 AM timja...@gmail.com  
>> wrote:
>>
>>> There's been a request for 
>>> https://issues.jenkins.io/browse/JENKINS-67635 to be backported
>>>
>>> Just merged in https://github.com/jenkinsci/jenkins/pull/6193
>>>
>>> Any thoughts?
>>>
>>> On Monday, 17 January 2022 at 15:24:27 UTC imon...@cloudbees.com wrote:
>>>
 Backporting has started and the RC is scheduled for next Wednesday 
 2022-01-26

 Candidates: https://issues.jenkins-ci.org/issues/?filter=12146
 Fixed: 
 https://issues.jenkins-ci.org/issues/?jql=labels%20%3D%202.319.3-fixed
 Rejected: 
 https://issues.jenkins-ci.org/issues/?jql=labels%20%3D%202.319.3-rejected



 -- 

 Ildefonso Montero Pérez
 Senior Software Engineer

 CloudBees, Inc



 E: imon...@cloudbees.com

>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "Jenkins Developers" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to jenkinsci-de...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/jenkinsci-dev/079fc51e-91d8-4292-ab16-682a8b5e6bf3n%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>
>>
>> -- 
>>
>> Ildefonso Montero Pérez
>> Senior Software Engineer
>>
>> CloudBees, Inc
>>
>>
>>
>> E: imon...@cloudbees.com
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Jenkins Developers" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to jenkinsci-de...@googlegroups.com.
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-dev/CA%2BUGhi9fZ6SjTN3mJjf3F60dTFiMzUYj3YCe-AoA%2BN%3Dak1d2tA%40mail.gmail.com
>>  
>> 
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/81469e25-a61d-42e8-a420-a9b71298566dn%40googlegroups.com.


Re: Backporting for LTS 2.319.3 started

2022-01-31 Thread Vincent Latombe
+1 from me to backport it.

Vincent


Le lun. 31 janv. 2022 à 09:43, 'Ildefonso Montero' via Jenkins Developers <
jenkinsci-dev@googlegroups.com> a écrit :

> No issues from my side to include it. Looking for more opinions about it.
>
> On Sun, Jan 30, 2022 at 11:45 AM timja...@gmail.com 
> wrote:
>
>> There's been a request for https://issues.jenkins.io/browse/JENKINS-67635
>> to be backported
>>
>> Just merged in https://github.com/jenkinsci/jenkins/pull/6193
>>
>> Any thoughts?
>>
>> On Monday, 17 January 2022 at 15:24:27 UTC imon...@cloudbees.com wrote:
>>
>>> Backporting has started and the RC is scheduled for next Wednesday
>>> 2022-01-26
>>>
>>> Candidates: https://issues.jenkins-ci.org/issues/?filter=12146
>>> Fixed:
>>> https://issues.jenkins-ci.org/issues/?jql=labels%20%3D%202.319.3-fixed
>>> Rejected:
>>> https://issues.jenkins-ci.org/issues/?jql=labels%20%3D%202.319.3-rejected
>>>
>>>
>>>
>>> --
>>>
>>> Ildefonso Montero Pérez
>>> Senior Software Engineer
>>>
>>> CloudBees, Inc
>>>
>>>
>>>
>>> E: imon...@cloudbees.com
>>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Jenkins Developers" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to jenkinsci-dev+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/jenkinsci-dev/079fc51e-91d8-4292-ab16-682a8b5e6bf3n%40googlegroups.com
>> 
>> .
>>
>
>
> --
>
> Ildefonso Montero Pérez
> Senior Software Engineer
>
> CloudBees, Inc
>
>
>
> E: imont...@cloudbees.com
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-dev/CA%2BUGhi9fZ6SjTN3mJjf3F60dTFiMzUYj3YCe-AoA%2BN%3Dak1d2tA%40mail.gmail.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CAH-zGChOCtfzcRY4xUA47q_0XH6p7FjweiiiF%3Dr13QQEXm5GJQ%40mail.gmail.com.


Re: Backporting for LTS 2.319.3 started

2022-01-31 Thread 'Ildefonso Montero' via Jenkins Developers
No issues from my side to include it. Looking for more opinions about it.

On Sun, Jan 30, 2022 at 11:45 AM timja...@gmail.com 
wrote:

> There's been a request for https://issues.jenkins.io/browse/JENKINS-67635
> to be backported
>
> Just merged in https://github.com/jenkinsci/jenkins/pull/6193
>
> Any thoughts?
>
> On Monday, 17 January 2022 at 15:24:27 UTC imon...@cloudbees.com wrote:
>
>> Backporting has started and the RC is scheduled for next Wednesday
>> 2022-01-26
>>
>> Candidates: https://issues.jenkins-ci.org/issues/?filter=12146
>> Fixed:
>> https://issues.jenkins-ci.org/issues/?jql=labels%20%3D%202.319.3-fixed
>> Rejected:
>> https://issues.jenkins-ci.org/issues/?jql=labels%20%3D%202.319.3-rejected
>>
>>
>>
>> --
>>
>> Ildefonso Montero Pérez
>> Senior Software Engineer
>>
>> CloudBees, Inc
>>
>>
>>
>> E: imon...@cloudbees.com
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-dev/079fc51e-91d8-4292-ab16-682a8b5e6bf3n%40googlegroups.com
> 
> .
>


-- 

Ildefonso Montero Pérez
Senior Software Engineer

CloudBees, Inc



E: imont...@cloudbees.com

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CA%2BUGhi9fZ6SjTN3mJjf3F60dTFiMzUYj3YCe-AoA%2BN%3Dak1d2tA%40mail.gmail.com.


Re: Backporting for LTS 2.319.3 started

2022-01-30 Thread timja...@gmail.com
There's been a request for https://issues.jenkins.io/browse/JENKINS-67635 
to be backported

Just merged in https://github.com/jenkinsci/jenkins/pull/6193

Any thoughts?

On Monday, 17 January 2022 at 15:24:27 UTC imon...@cloudbees.com wrote:

> Backporting has started and the RC is scheduled for next Wednesday 
> 2022-01-26
>
> Candidates: https://issues.jenkins-ci.org/issues/?filter=12146
> Fixed: 
> https://issues.jenkins-ci.org/issues/?jql=labels%20%3D%202.319.3-fixed
> Rejected: 
> https://issues.jenkins-ci.org/issues/?jql=labels%20%3D%202.319.3-rejected
>
>
>
> -- 
>
> Ildefonso Montero Pérez
> Senior Software Engineer
>
> CloudBees, Inc
>
>
>
> E: imon...@cloudbees.com
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/079fc51e-91d8-4292-ab16-682a8b5e6bf3n%40googlegroups.com.


Backporting for LTS 2.319.3 started

2022-01-17 Thread 'Ildefonso Montero' via Jenkins Developers
Backporting has started and the RC is scheduled for next Wednesday
2022-01-26

Candidates: https://issues.jenkins-ci.org/issues/?filter=12146
Fixed:
https://issues.jenkins-ci.org/issues/?jql=labels%20%3D%202.319.3-fixed
Rejected:
https://issues.jenkins-ci.org/issues/?jql=labels%20%3D%202.319.3-rejected



-- 

Ildefonso Montero Pérez
Senior Software Engineer

CloudBees, Inc



E: imont...@cloudbees.com

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CA%2BUGhi9P5Lqy3EOpuQR-LrE4%2ByTAqKjJX2-SN7EC6p%2BXHgZGwA%40mail.gmail.com.