Branch: refs/heads/stable-2.222

  Home:   https://github.com/jenkinsci/jenkins

  Commit: 6ce3a7f84e7a915f7a0b6ead2459da99caacf409

      
https://github.com/jenkinsci/jenkins/commit/6ce3a7f84e7a915f7a0b6ead2459da99caacf409

  Author: Alex Earl <slide.o....@gmail.com>

  Date:   2020-04-03 (Fri, 03 Apr 2020)



  Changed paths:

    M core/src/main/java/hudson/tools/DownloadFromUrlInstaller.java



  Log Message:

  -----------

  [JENKINS-60788] Add null check to avoid NPE (#4540)



Added a null check on the entryList so that if the schema

is not as expected, there is no NullPointerException caused.



(cherry picked from commit 3295aec18e5139e8d67c1e6a3d8fb383c2f2ef0b)





  Commit: fbad70988bba0fa4a5bd9ed4d572a0c0355a3c4e

      
https://github.com/jenkinsci/jenkins/commit/fbad70988bba0fa4a5bd9ed4d572a0c0355a3c4e

  Author: Daniel Beck <daniel-b...@users.noreply.github.com>

  Date:   2020-04-03 (Fri, 03 Apr 2020)



  Changed paths:

    M core/src/main/resources/hudson/ProxyConfiguration/config.groovy



  Log Message:

  -----------

  [JENKINS-61692] Fix proxy form validation



(cherry picked from commit 8dcf818f654d391646b75fa700b77b9e5c623086)





  Commit: 3a6b69d7b7255a2e9d9fec8a3ba4a51a3a33b7e3

      
https://github.com/jenkinsci/jenkins/commit/3a6b69d7b7255a2e9d9fec8a3ba4a51a3a33b7e3

  Author: Daniel Beck <daniel-b...@users.noreply.github.com>

  Date:   2020-04-03 (Fri, 03 Apr 2020)



  Changed paths:

    M core/src/main/java/jenkins/model/GlobalBuildDiscarderConfiguration.java

    M test/src/test/java/jenkins/model/GlobalBuildDiscarderTest.java

    A 
test/src/test/resources/jenkins/model/GlobalBuildDiscarderTest/testLoading/jenkins.model.GlobalBuildDiscarderConfiguration.xml

    A 
test/src/test/resources/jenkins/model/GlobalBuildDiscarderTest/testLoadingWithDiscarders/jenkins.model.GlobalBuildDiscarderConfiguration.xml



  Log Message:

  -----------

  [JENKINS-61688] Load build discarder configuration after restart



(cherry picked from commit 2c37b1d1ba5fbfcba6c82e58dcff14b382fc80cb)





  Commit: c2687ed1f30771b2a1c3280e053477ebce36e6b3

      
https://github.com/jenkinsci/jenkins/commit/c2687ed1f30771b2a1c3280e053477ebce36e6b3

  Author: Wadeck Follonier <wad...@users.noreply.github.com>

  Date:   2020-04-03 (Fri, 03 Apr 2020)



  Changed paths:

    M core/src/main/java/hudson/security/TokenBasedRememberMeServices2.java



  Log Message:

  -----------

  [JENKINS-60454, 55070, 59992, 61192] Correct symptom of missing instance 
(#4525)



* [JENKINS-55070] Correct symptom of missing instance



* Apply Daniel's proposal



Co-authored-by: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>

(cherry picked from commit ae99586fd048b8f4cf7faa9cdf9e82ff5283abf9)





  Commit: 7ee6ae0971d02350b0a8f60d0b7de0d63f5ce8de

      
https://github.com/jenkinsci/jenkins/commit/7ee6ae0971d02350b0a8f60d0b7de0d63f5ce8de

  Author: Tim Jacomb <timjacomb1+git...@gmail.com>

  Date:   2020-04-03 (Fri, 03 Apr 2020)



  Changed paths:

    M core/src/main/java/hudson/Functions.java

    M test/src/test/java/hudson/security/ACLTest.java

    A 
test/src/test/resources/hudson/security/ACLTest/EitherPermission/index.jelly



  Log Message:

  -----------

  [JENKINS-61465] Merge pull request #4573 from daniel-beck/JENKINS-61465



[JENKINS-61465] Make checkAnyPermission work on non-AccessControlled



(cherry picked from commit bdff747581eaec82643fa8ae10edc5525659348b)





  Commit: 46e6e53492dc5de146fefbfe1f087d6ad91169ed

      
https://github.com/jenkinsci/jenkins/commit/46e6e53492dc5de146fefbfe1f087d6ad91169ed

  Author: Oliver Gondža <ogon...@gmail.com>

  Date:   2020-04-03 (Fri, 03 Apr 2020)



  Changed paths:

    M core/src/main/java/hudson/Functions.java



  Log Message:

  -----------

  Restrict newly introduced API





  Commit: 91f5b1d1ae21700fd948b9553e123e8e43366e8c

      
https://github.com/jenkinsci/jenkins/commit/91f5b1d1ae21700fd948b9553e123e8e43366e8c

  Author: Tim Jacomb <timjacomb1+git...@gmail.com>

  Date:   2020-04-07 (Tue, 07 Apr 2020)



  Changed paths:

    M core/pom.xml



  Log Message:

  -----------

  JENKINS-61279 Bump version-number (#4532)



(cherry picked from commit c11dd7092a6356c0a6a35be793962f534152c451)





  Commit: d83a6a5939b942999114d38f0bbfe0134fcace25

      
https://github.com/jenkinsci/jenkins/commit/d83a6a5939b942999114d38f0bbfe0134fcace25

  Author: Oliver Gondža <ogon...@gmail.com>

  Date:   2020-04-09 (Thu, 09 Apr 2020)



  Changed paths:

    M core/pom.xml

    M core/src/main/java/hudson/Functions.java

    M core/src/main/java/hudson/security/TokenBasedRememberMeServices2.java

    M core/src/main/java/hudson/tools/DownloadFromUrlInstaller.java

    M core/src/main/java/jenkins/model/GlobalBuildDiscarderConfiguration.java

    M core/src/main/resources/hudson/ProxyConfiguration/config.groovy

    M test/src/test/java/hudson/security/ACLTest.java

    M test/src/test/java/jenkins/model/GlobalBuildDiscarderTest.java

    A 
test/src/test/resources/hudson/security/ACLTest/EitherPermission/index.jelly

    A 
test/src/test/resources/jenkins/model/GlobalBuildDiscarderTest/testLoading/jenkins.model.GlobalBuildDiscarderConfiguration.xml

    A 
test/src/test/resources/jenkins/model/GlobalBuildDiscarderTest/testLoadingWithDiscarders/jenkins.model.GlobalBuildDiscarderConfiguration.xml



  Log Message:

  -----------

  Merge pull request #4618 from olivergondza/stable-2.222.2



Backporting for LTS 2.222.2





Compare: 
https://github.com/jenkinsci/jenkins/compare/95d57d7689f6...d83a6a5939b9

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/stable-2.222/95d57d-d83a6a%40github.com.

Reply via email to