Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 711b89d535c6df28812be685aeeca21841091d37
      
https://github.com/jenkinsci/jenkins/commit/711b89d535c6df28812be685aeeca21841091d37
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2018-04-09 (Mon, 09 Apr 2018)

  Changed paths:
    M cli/pom.xml
    M core/pom.xml
    M pom.xml
    M test/pom.xml
    M war/pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare release jenkins-2.107.2


  Commit: 15f901bc4cab41b3132185558752a9d5c9e78679
      
https://github.com/jenkinsci/jenkins/commit/15f901bc4cab41b3132185558752a9d5c9e78679
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2018-04-09 (Mon, 09 Apr 2018)

  Changed paths:
    M cli/pom.xml
    M core/pom.xml
    M pom.xml
    M test/pom.xml
    M war/pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare for next development iteration


  Commit: f11b585a28c34114ac4b26c088043b5db396ee27
      
https://github.com/jenkinsci/jenkins/commit/f11b585a28c34114ac4b26c088043b5db396ee27
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2018-04-11 (Wed, 11 Apr 2018)

  Changed paths:
    M Jenkinsfile
    A essentials.yml

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/stable-2.107' into stable-2.107


  Commit: 5e8cd50dcbc22d5dfd1e7f907bd658048d6769be
      
https://github.com/jenkinsci/jenkins/commit/5e8cd50dcbc22d5dfd1e7f907bd658048d6769be
  Author: Daniel Beck <daniel-b...@users.noreply.github.com>
  Date:   2018-04-12 (Thu, 12 Apr 2018)

  Changed paths:
    M core/src/main/java/hudson/Functions.java

  Log Message:
  -----------
  [JENKINS-50748] Handle null arg to jsStringEscape

(cherry picked from commit 7c23884c5979c9bebb4bbb7bfa64726bd05c163b)


  Commit: 8a2f9865e8dfc4b25de603b693dcc09a99be85af
      
https://github.com/jenkinsci/jenkins/commit/8a2f9865e8dfc4b25de603b693dcc09a99be85af
  Author: Wadeck Follonier <wadeck.follon...@gmail.com>
  Date:   2018-04-19 (Thu, 19 Apr 2018)

  Changed paths:
    M core/src/main/java/hudson/cli/CLICommand.java
    M test/src/test/java/hudson/cli/CLIActionTest.java

  Log Message:
  -----------
  [JENKINS-50324] User without READ cannot logout - or even ask who they are

(cherry picked from commit b5ed977bbca76f0ff1cd09ea9767d876e98aa64e)


  Commit: f5a2401c8a38b4c51e5dc5a7542326aa25343143
      
https://github.com/jenkinsci/jenkins/commit/f5a2401c8a38b4c51e5dc5a7542326aa25343143
  Author: Vincent Latombe <vinc...@latombe.net>
  Date:   2018-04-19 (Thu, 19 Apr 2018)

  Changed paths:
    M core/src/main/java/jenkins/model/Jenkins.java

  Log Message:
  -----------
  [JENKINS-49401] Move Setup Wizard initialization logic to the init reactor. 
(#3282)

This way, it is guaranteed Jenkins.save() has never been called before
the SetupWizard is executed, and computation of the initial Setup Wizard
state will be correct.

Since the SetupWizard is now executed before reaching the COMPLETED
milestone, a Jenkins.save() call has been added in order to persist any
configuration change done in prior phases.

(cherry picked from commit 9f599911f6125cd69dc45718a4bbf79644be74e8)


  Commit: 615c3b1f616b9ba4aa5dd2c348b61b3546edf882
      
https://github.com/jenkinsci/jenkins/commit/615c3b1f616b9ba4aa5dd2c348b61b3546edf882
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2018-04-19 (Thu, 19 Apr 2018)

  Changed paths:
    M core/src/main/java/jenkins/util/SystemProperties.java
    M test/src/test/java/jenkins/util/SystemPropertiesTest.java
    M war/src/main/webapp/WEB-INF/web.xml

  Log Message:
  -----------
  [JENKINS-46386] Make SystemProperties safe to call from agent JVMs.

(cherry picked from commit 7948315142cd8ac82ee69ab42416ea8af574860b)


  Commit: 2d3cbeca9b8d2146bb36292798f528e9dd7e5a2f
      
https://github.com/jenkinsci/jenkins/commit/2d3cbeca9b8d2146bb36292798f528e9dd7e5a2f
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2018-04-19 (Thu, 19 Apr 2018)

  Changed paths:
    R war/src/main/webapp/WEB-INF/update-center-rootCAs/hudson-community
    R war/src/main/webapp/WEB-INF/update-center-rootCAs/hudson-community.txt
    A 
war/src/main/webapp/WEB-INF/update-center-rootCAs/jenkins-update-center-root-ca-2
    A 
war/src/main/webapp/WEB-INF/update-center-rootCAs/jenkins-update-center-root-ca-2.txt

  Log Message:
  -----------
  [INFRA-1502] bake the new UC root CA.

The current UC root CA will expire in 2021. Since this key certificate
is baked into jenkins.war, it needs a plenty of time to rotate. I think
two years window would be sufficient, but since I looked, we might as
well start now.

The new key is also now 4096 bits, upgraded from previous 2048 bits.

I've also used the opportunity to remove old hudson-community root CA,
which was used during the transition period from me leaving Sun and the
birth of Jenkins. It's been long since we stopped using this cert, so no
need to honor it anymore.

(cherry picked from commit bcab1f086f8a307f934499c32da346ad88a64adb)


  Commit: 6876eaa7f846279fbbc23cfd2ef353841a08d66f
      
https://github.com/jenkinsci/jenkins/commit/6876eaa7f846279fbbc23cfd2ef353841a08d66f
  Author: Devin Nusbaum <d.w.nusb...@gmail.com>
  Date:   2018-04-24 (Tue, 24 Apr 2018)

  Changed paths:
    M core/src/main/resources/lib/hudson/queue.jelly

  Log Message:
  -----------
  [JENKINS-44402] Workaround to make cancel shutdown work when loaded by AJAX

(cherry picked from commit b2cdcf02186f83683169eae16423f8c9e6c579f7)


  Commit: e10e98f85408164048350b0f924b63e279624d26
      
https://github.com/jenkinsci/jenkins/commit/e10e98f85408164048350b0f924b63e279624d26
  Author: Oleg Nenashev <o.v.nenas...@gmail.com>
  Date:   2018-04-24 (Tue, 24 Apr 2018)

  Changed paths:
    M core/src/main/resources/jenkins/security/whitelisted-classes.txt

  Log Message:
  -----------
  Merge pull request #3403 from marcosbento/whitelist_enumset

[JENKINS-50939] - Whitelist java.util.EnumSet

(cherry picked from commit e511ff832a24350bc43045abbac5f4070bfb376b)


  Commit: a16779e4e24bcc884427325a4692c60484a87389
      
https://github.com/jenkinsci/jenkins/commit/a16779e4e24bcc884427325a4692c60484a87389
  Author: Oleg Nenashev <o.v.nenas...@gmail.com>
  Date:   2018-04-25 (Wed, 25 Apr 2018)

  Changed paths:
    M core/src/main/resources/jenkins/security/whitelisted-classes.txt

  Log Message:
  -----------
  [JENKINS-50616] - Add org.jruby.RubyNil to the whitelist (#3404)

* [JENKINS-50616] - Add org.jruby.RubyNil to the whitelist

* [JENKINS-50616] - Fix the typo in the comment

(cherry picked from commit fc6137873956ef1645dccd1ff3688dbf42dff7d5)


  Commit: 68eea0af4ae9bcdcd5d8ddba185054bdb6197477
      
https://github.com/jenkinsci/jenkins/commit/68eea0af4ae9bcdcd5d8ddba185054bdb6197477
  Author: Daniel Beck <daniel-b...@users.noreply.github.com>
  Date:   2018-04-25 (Wed, 25 Apr 2018)

  Changed paths:
    M cli/pom.xml
    M core/pom.xml
    M core/src/main/java/hudson/Functions.java
    M core/src/main/java/hudson/cli/CLICommand.java
    M core/src/main/java/hudson/cli/handlers/ViewOptionHandler.java
    M core/src/main/java/jenkins/model/Jenkins.java
    M core/src/main/java/jenkins/util/SystemProperties.java
    M core/src/main/resources/jenkins/security/whitelisted-classes.txt
    M core/src/main/resources/lib/form/expandableTextbox.jelly
    M core/src/main/resources/lib/form/validateButton.jelly
    M core/src/main/resources/lib/hudson/queue.jelly
    M core/src/main/resources/lib/layout/confirmationLink.jelly
    M core/src/main/resources/lib/layout/stopButton.jelly
    M core/src/test/java/hudson/cli/handlers/ViewOptionHandlerTest.java
    M pom.xml
    M test/pom.xml
    M test/src/test/java/hudson/cli/CLIActionTest.java
    M test/src/test/java/jenkins/util/SystemPropertiesTest.java
    M test/src/test/java/lib/form/ExpandableTextboxTest.java
    M test/src/test/java/lib/form/ValidateButtonTest.java
    A test/src/test/java/lib/layout/ConfirmationLinkTest.java
    A test/src/test/java/lib/layout/StopButtonTest.java
    A 
test/src/test/resources/lib/form/ExpandableTextboxTest/TestRootAction/index.jelly
    A 
test/src/test/resources/lib/form/ValidateButtonTest/NoInjectionArePossible/index.jelly
    A 
test/src/test/resources/lib/form/ValidateButtonTest/TestValidateIsCalled/index.jelly
    R test/src/test/resources/lib/form/ValidateButtonTest/test1.jelly
    A 
test/src/test/resources/lib/layout/ConfirmationLinkTest/TestRootAction/index.jelly
    A 
test/src/test/resources/lib/layout/StopButtonTest/TestRootAction/index.jelly
    M war/pom.xml
    R war/src/main/webapp/WEB-INF/update-center-rootCAs/hudson-community
    R war/src/main/webapp/WEB-INF/update-center-rootCAs/hudson-community.txt
    A 
war/src/main/webapp/WEB-INF/update-center-rootCAs/jenkins-update-center-root-ca-2
    A 
war/src/main/webapp/WEB-INF/update-center-rootCAs/jenkins-update-center-root-ca-2.txt
    M war/src/main/webapp/WEB-INF/web.xml

  Log Message:
  -----------
  Merge branch 'stable-2.107' of git://github.com/jenkinsci/jenkins into 
stable-2.107


  Commit: 2ba3cc186f5b94777c709201a84e5a98a4bd407a
      
https://github.com/jenkinsci/jenkins/commit/2ba3cc186f5b94777c709201a84e5a98a4bd407a
  Author: Daniel Beck <daniel-b...@users.noreply.github.com>
  Date:   2018-04-25 (Wed, 25 Apr 2018)

  Changed paths:
    M cli/pom.xml
    M core/pom.xml
    M core/src/main/java/hudson/Functions.java
    M core/src/main/java/hudson/cli/CLICommand.java
    M core/src/main/java/jenkins/model/Jenkins.java
    M core/src/main/java/jenkins/util/SystemProperties.java
    M core/src/main/resources/jenkins/security/whitelisted-classes.txt
    M core/src/main/resources/lib/hudson/queue.jelly
    M pom.xml
    M test/pom.xml
    M test/src/test/java/hudson/cli/CLIActionTest.java
    M test/src/test/java/jenkins/util/SystemPropertiesTest.java
    M war/pom.xml
    R war/src/main/webapp/WEB-INF/update-center-rootCAs/hudson-community
    R war/src/main/webapp/WEB-INF/update-center-rootCAs/hudson-community.txt
    A 
war/src/main/webapp/WEB-INF/update-center-rootCAs/jenkins-update-center-root-ca-2
    A 
war/src/main/webapp/WEB-INF/update-center-rootCAs/jenkins-update-center-root-ca-2.txt
    M war/src/main/webapp/WEB-INF/web.xml

  Log Message:
  -----------
  Merge branch 'stable-2.107' into security-stable-2.107


  Commit: bc3a5f3f70dd2d7c774aa10c433808d572b491b6
      
https://github.com/jenkinsci/jenkins/commit/bc3a5f3f70dd2d7c774aa10c433808d572b491b6
  Author: Daniel Beck <daniel-b...@users.noreply.github.com>
  Date:   2018-04-25 (Wed, 25 Apr 2018)

  Changed paths:
    M core/src/main/resources/jenkins/security/whitelisted-classes.txt

  Log Message:
  -----------
  Merge branch 'security-stable-2.107' into security-master


  Commit: 6eea1e97840b5623829b2c1fd2e363c045bdc230
      
https://github.com/jenkinsci/jenkins/commit/6eea1e97840b5623829b2c1fd2e363c045bdc230
  Author: Wadeck Follonier <wadeck.follon...@gmail.com>
  Date:   2018-04-25 (Wed, 25 Apr 2018)

  Changed paths:
    M core/src/main/java/hudson/tools/ZipExtractionInstaller.java
    M core/src/main/resources/hudson/tools/ZipExtractionInstaller/config.jelly
    A test/src/test/java/hudson/tools/ZipExtractionInstallerTest.java

  Log Message:
  -----------
  [SECURITY-794]


  Commit: de7aaab441151fb1760855fec83681c6a8756a45
      
https://github.com/jenkinsci/jenkins/commit/de7aaab441151fb1760855fec83681c6a8756a45
  Author: Wadeck Follonier <wadeck.follon...@gmail.com>
  Date:   2018-04-25 (Wed, 25 Apr 2018)

  Changed paths:
    M core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java
    M core/src/main/resources/hudson/security/Messages.properties
    M test/src/test/java/hudson/security/HudsonPrivateSecurityRealmTest.java

  Log Message:
  -----------
  [SECURITY-786]


  Commit: 809916b59b7c7678dc3c1c76338452121fed1424
      
https://github.com/jenkinsci/jenkins/commit/809916b59b7c7678dc3c1c76338452121fed1424
  Author: Wadeck Follonier <wadeck.follon...@gmail.com>
  Date:   2018-04-25 (Wed, 25 Apr 2018)

  Changed paths:
    M core/src/main/java/hudson/cli/ListPluginsCommand.java
    A test/src/test/java/hudson/cli/ListPluginsCommandTest.java

  Log Message:
  -----------
  [SECURITY-771]


  Commit: 7c5b41bfd5d8004f82684a9168dd627e20ea5f35
      
https://github.com/jenkinsci/jenkins/commit/7c5b41bfd5d8004f82684a9168dd627e20ea5f35
  Author: Wadeck Follonier <wadeck.follon...@gmail.com>
  Date:   2018-04-25 (Wed, 25 Apr 2018)

  Changed paths:
    M core/src/main/resources/hudson/AboutJenkins/index.jelly
    A test/src/test/java/hudson/AboutJenkinsTest.java

  Log Message:
  -----------
  [SECURITY-771]


  Commit: 5cf0a77d44310523b763698f67d645c1f2427f30
      
https://github.com/jenkinsci/jenkins/commit/5cf0a77d44310523b763698f67d645c1f2427f30
  Author: Wadeck Follonier <wadeck.follon...@gmail.com>
  Date:   2018-04-25 (Wed, 25 Apr 2018)

  Changed paths:
    M core/src/main/java/hudson/FilePath.java
    M core/src/main/java/jenkins/SoloFilePathFilter.java
    M core/src/test/java/hudson/FilePathTest.java
    M test/src/test/java/jenkins/security/s2m/AdminFilePathFilterTest.java

  Log Message:
  -----------
  [SECURITY-788]


  Commit: f73b8279732346e467ba9dad5c920238f9cd8b8b
      
https://github.com/jenkinsci/jenkins/commit/f73b8279732346e467ba9dad5c920238f9cd8b8b
  Author: Daniel Beck <daniel-b...@users.noreply.github.com>
  Date:   2018-04-26 (Thu, 26 Apr 2018)

  Changed paths:
    M core/src/main/java/hudson/FilePath.java
    M core/src/main/java/hudson/cli/ListPluginsCommand.java
    M core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java
    M core/src/main/java/hudson/tools/ZipExtractionInstaller.java
    M core/src/main/java/jenkins/SoloFilePathFilter.java
    M core/src/main/resources/hudson/AboutJenkins/index.jelly
    M core/src/main/resources/hudson/security/Messages.properties
    M core/src/main/resources/hudson/tools/ZipExtractionInstaller/config.jelly
    M core/src/test/java/hudson/FilePathTest.java
    A test/src/test/java/hudson/AboutJenkinsTest.java
    A test/src/test/java/hudson/cli/ListPluginsCommandTest.java
    M test/src/test/java/hudson/security/HudsonPrivateSecurityRealmTest.java
    A test/src/test/java/hudson/tools/ZipExtractionInstallerTest.java
    M test/src/test/java/jenkins/security/s2m/AdminFilePathFilterTest.java

  Log Message:
  -----------
  Merge branch 'security-stable-2.73' into security-stable-2.89


  Commit: 7e6c0637b1d6973a9a24b614618b951ec5e1f14b
      
https://github.com/jenkinsci/jenkins/commit/7e6c0637b1d6973a9a24b614618b951ec5e1f14b
  Author: Daniel Beck <daniel-b...@users.noreply.github.com>
  Date:   2018-04-26 (Thu, 26 Apr 2018)

  Changed paths:
    M core/src/main/java/hudson/FilePath.java
    M core/src/main/java/hudson/cli/ListPluginsCommand.java
    M core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java
    M core/src/main/java/hudson/tools/ZipExtractionInstaller.java
    M core/src/main/java/jenkins/SoloFilePathFilter.java
    M core/src/main/resources/hudson/AboutJenkins/index.jelly
    M core/src/main/resources/hudson/security/Messages.properties
    M core/src/main/resources/hudson/tools/ZipExtractionInstaller/config.jelly
    M core/src/test/java/hudson/FilePathTest.java
    A test/src/test/java/hudson/AboutJenkinsTest.java
    A test/src/test/java/hudson/cli/ListPluginsCommandTest.java
    M test/src/test/java/hudson/security/HudsonPrivateSecurityRealmTest.java
    A test/src/test/java/hudson/tools/ZipExtractionInstallerTest.java
    M test/src/test/java/jenkins/security/s2m/AdminFilePathFilterTest.java

  Log Message:
  -----------
  Merge branch 'security-stable-2.89' into security-stable-2.107


  Commit: c5497c9a577ba8447780be590c6242555638c19b
      
https://github.com/jenkinsci/jenkins/commit/c5497c9a577ba8447780be590c6242555638c19b
  Author: Daniel Beck <daniel-b...@users.noreply.github.com>
  Date:   2018-04-26 (Thu, 26 Apr 2018)

  Changed paths:
    M core/src/main/java/hudson/FilePath.java
    M core/src/main/java/hudson/cli/ListPluginsCommand.java
    M core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java
    M core/src/main/java/hudson/tools/ZipExtractionInstaller.java
    M core/src/main/java/jenkins/SoloFilePathFilter.java
    M core/src/main/resources/hudson/AboutJenkins/index.jelly
    M core/src/main/resources/hudson/security/Messages.properties
    M core/src/main/resources/hudson/tools/ZipExtractionInstaller/config.jelly
    M core/src/test/java/hudson/FilePathTest.java
    A test/src/test/java/hudson/AboutJenkinsTest.java
    A test/src/test/java/hudson/cli/ListPluginsCommandTest.java
    M test/src/test/java/hudson/security/HudsonPrivateSecurityRealmTest.java
    A test/src/test/java/hudson/tools/ZipExtractionInstallerTest.java
    M test/src/test/java/jenkins/security/s2m/AdminFilePathFilterTest.java

  Log Message:
  -----------
  Merge branch 'security-stable-2.107' into security-master


  Commit: df137f099ec2000a00946fc307503d42269970d6
      
https://github.com/jenkinsci/jenkins/commit/df137f099ec2000a00946fc307503d42269970d6
  Author: Wadeck Follonier <wadeck.follon...@gmail.com>
  Date:   2018-04-26 (Thu, 26 Apr 2018)

  Changed paths:
    M core/src/main/java/hudson/cli/CLICommand.java

  Log Message:
  -----------
  Fix the CLI test failure


  Commit: 3485779ec28e7c5c51b9cda6307481b94758d5e0
      
https://github.com/jenkinsci/jenkins/commit/3485779ec28e7c5c51b9cda6307481b94758d5e0
  Author: Oliver Gondža <ogon...@gmail.com>
  Date:   2018-04-26 (Thu, 26 Apr 2018)

  Changed paths:
    M core/src/main/java/hudson/cli/CLICommand.java

  Log Message:
  -----------
  Merge pull request #3406 from Wadeck/FIX_CLI_LOGOUT_TEST_FAILURE

Fix the CLI test failure


  Commit: 9241bc28eda759633a2776ad4f423843e7649fe7
      
https://github.com/jenkinsci/jenkins/commit/9241bc28eda759633a2776ad4f423843e7649fe7
  Author: Daniel Beck <daniel-b...@users.noreply.github.com>
  Date:   2018-04-26 (Thu, 26 Apr 2018)

  Changed paths:
    M core/src/main/java/hudson/cli/CLICommand.java

  Log Message:
  -----------
  Merge branch 'stable-2.107' of git://github.com/jenkinsci/jenkins into 
stable-2.107


  Commit: fbea395ed7e75fce16579c30f3c9af64327f86a2
      
https://github.com/jenkinsci/jenkins/commit/fbea395ed7e75fce16579c30f3c9af64327f86a2
  Author: Daniel Beck <daniel-b...@users.noreply.github.com>
  Date:   2018-04-26 (Thu, 26 Apr 2018)

  Changed paths:
    M core/src/main/java/hudson/cli/CLICommand.java

  Log Message:
  -----------
  Merge branch 'stable-2.107' into security-stable-2.107


  Commit: dfdc4bc305e785d674f208c6b2c2a84c430445dd
      
https://github.com/jenkinsci/jenkins/commit/dfdc4bc305e785d674f208c6b2c2a84c430445dd
  Author: Daniel Beck <daniel-b...@users.noreply.github.com>
  Date:   2018-04-26 (Thu, 26 Apr 2018)

  Log Message:
  -----------
  Merge branch 'security-stable-2.107' into security-master


  Commit: e992e1153bff2e8adef1af960604442c71ced460
      
https://github.com/jenkinsci/jenkins/commit/e992e1153bff2e8adef1af960604442c71ced460
  Author: Daniel Beck <daniel-b...@users.noreply.github.com>
  Date:   2018-05-07 (Mon, 07 May 2018)

  Changed paths:
    M .gitignore
    A .mvn/extensions.xml
    A .mvn/maven.config
    M Jenkinsfile
    M cli/pom.xml
    M core/pom.xml
    M core/src/main/java/hudson/ExtensionList.java
    M core/src/main/java/hudson/FilePath.java
    M core/src/main/java/hudson/model/AbstractItem.java
    M core/src/main/java/hudson/model/ChoiceParameterDefinition.java
    M core/src/main/java/hudson/model/Descriptor.java
    M core/src/main/java/hudson/model/FingerprintCleanupThread.java
    M core/src/main/java/hudson/model/Item.java
    M core/src/main/java/hudson/model/ItemGroupMixIn.java
    M core/src/main/java/hudson/model/Run.java
    M core/src/main/java/hudson/security/ACL.java
    M 
core/src/main/java/hudson/security/csrf/GlobalCrumbIssuerConfiguration.java
    M core/src/main/java/hudson/tools/ToolDescriptor.java
    M core/src/main/java/hudson/triggers/SafeTimerTask.java
    M core/src/main/java/hudson/util/FormValidation.java
    M core/src/main/java/hudson/util/HttpResponses.java
    M core/src/main/java/hudson/util/ProcessTree.java
    M core/src/main/java/hudson/util/TextFile.java
    M core/src/main/java/hudson/views/GlobalDefaultViewConfiguration.java
    M core/src/main/java/hudson/views/MyViewsTabBar.java
    M core/src/main/java/hudson/views/ViewsTabBar.java
    M core/src/main/java/jenkins/CLI.java
    A core/src/main/java/jenkins/diagnostics/RootUrlNotSetMonitor.java
    M core/src/main/java/jenkins/install/InstallState.java
    M core/src/main/java/jenkins/install/InstallUtil.java
    M core/src/main/java/jenkins/install/SetupWizard.java
    M core/src/main/java/jenkins/model/ArtifactManagerConfiguration.java
    M core/src/main/java/jenkins/model/DownloadSettings.java
    M core/src/main/java/jenkins/model/GlobalCloudConfiguration.java
    M core/src/main/java/jenkins/model/GlobalConfiguration.java
    M core/src/main/java/jenkins/model/GlobalConfigurationCategory.java
    M core/src/main/java/jenkins/model/GlobalNodePropertiesConfiguration.java
    M core/src/main/java/jenkins/model/GlobalPluginConfiguration.java
    M 
core/src/main/java/jenkins/model/GlobalProjectNamingStrategyConfiguration.java
    M core/src/main/java/jenkins/model/GlobalQuietPeriodConfiguration.java
    M core/src/main/java/jenkins/model/GlobalSCMRetryCountConfiguration.java
    A core/src/main/java/jenkins/model/InvalidBuildsDir.java
    M core/src/main/java/jenkins/model/Jenkins.java
    M core/src/main/java/jenkins/model/JenkinsLocationConfiguration.java
    M core/src/main/java/jenkins/model/MasterBuildConfiguration.java
    M core/src/main/java/jenkins/mvn/GlobalMavenConfig.java
    A 
core/src/main/java/jenkins/org/apache/commons/validator/routines/DomainValidator.java
    A 
core/src/main/java/jenkins/org/apache/commons/validator/routines/InetAddressValidator.java
    A 
core/src/main/java/jenkins/org/apache/commons/validator/routines/RegexValidator.java
    A 
core/src/main/java/jenkins/org/apache/commons/validator/routines/UrlValidator.java
    M core/src/main/java/jenkins/security/ClassFilterImpl.java
    M 
core/src/main/java/jenkins/security/QueueItemAuthenticatorConfiguration.java
    M core/src/main/java/jenkins/security/UpdateSiteWarningsConfiguration.java
    M core/src/main/java/jenkins/security/csrf/CSRFAdministrativeMonitor.java
    M core/src/main/java/jenkins/security/s2m/ConfigFile.java
    M core/src/main/java/jenkins/security/s2m/MasterKillSwitchConfiguration.java
    M core/src/main/java/jenkins/slaves/RemotingVersionInfo.java
    M core/src/main/java/jenkins/tools/ToolConfigurationCategory.java
    A core/src/main/java/jenkins/util/UrlHelper.java
    M core/src/main/java/jenkins/util/VirtualFile.java
    M core/src/main/java/jenkins/util/io/LinesStream.java
    M 
core/src/main/resources/hudson/logging/LogRecorderManager/levels_de.properties
    M 
core/src/main/resources/hudson/logging/LogRecorderManager/levels_es.properties
    M 
core/src/main/resources/hudson/logging/LogRecorderManager/levels_it.properties
    A core/src/main/resources/hudson/model/Computer/_api_zh_CN.properties
    M core/src/main/resources/hudson/model/Computer/index_zh_CN.properties
    A core/src/main/resources/hudson/model/Computer/markOffline_zh_CN.properties
    A 
core/src/main/resources/hudson/model/Computer/setOfflineCause_zh_CN.properties
    M core/src/main/resources/hudson/model/Computer/sidepanel_zh_CN.properties
    M core/src/main/resources/hudson/model/ComputerSet/_new_zh_CN.properties
    M core/src/main/resources/hudson/model/ComputerSet/index_zh_CN.properties
    M 
core/src/main/resources/hudson/model/ComputerSet/sidepanel_zh_CN.properties
    A 
core/src/main/resources/hudson/slaves/ComputerLauncher/main_zh_CN.properties
    A 
core/src/main/resources/hudson/slaves/DumbSlave/newInstanceDetail_zh_CN.properties
    A core/src/main/resources/hudson/slaves/JNLPLauncher/config_zh_CN.properties
    A core/src/main/resources/hudson/slaves/JNLPLauncher/help-vmargs_zh_CN.html
    M core/src/main/resources/hudson/slaves/JNLPLauncher/main_zh_CN.properties
    M core/src/main/resources/hudson/slaves/Messages_zh_CN.properties
    M core/src/main/resources/jenkins/diagnostics/Messages.properties
    A 
core/src/main/resources/jenkins/diagnostics/RootUrlNotSetMonitor/message.jelly
    A 
core/src/main/resources/jenkins/diagnostics/RootUrlNotSetMonitor/message.properties
    A core/src/main/resources/jenkins/install/Messages.properties
    A 
core/src/main/resources/jenkins/install/SetupWizard/setupWizardConfigureInstance.jelly
    A 
core/src/main/resources/jenkins/install/SetupWizard/setupWizardConfigureInstance.properties
    A 
core/src/main/resources/jenkins/install/SetupWizard/setupWizardConfigureInstance_fr.properties
    M 
core/src/main/resources/jenkins/install/SetupWizard/setupWizardFirstUser.jelly
    M 
core/src/main/resources/jenkins/install/SetupWizard/setupWizardFirstUser.properties
    M 
core/src/main/resources/jenkins/install/SetupWizard/setupWizardFirstUser_fr.properties
    M core/src/main/resources/jenkins/install/pluginSetupWizard.properties
    M core/src/main/resources/jenkins/install/pluginSetupWizard_fr.properties
    M core/src/main/resources/jenkins/model/Jenkins/MasterComputer/_api.jelly
    A 
core/src/main/resources/jenkins/model/Jenkins/MasterComputer/_api_zh_CN.properties
    M core/src/main/resources/jenkins/model/Jenkins/configure.jelly
    R core/src/main/resources/jenkins/model/Jenkins/help-rawBuildsDir.html
    R core/src/main/resources/jenkins/model/Jenkins/help-rawBuildsDir_bg.html
    R core/src/main/resources/jenkins/model/Jenkins/help-rawBuildsDir_it.html
    R core/src/main/resources/jenkins/model/Jenkins/help-rawBuildsDir_ja.html
    R core/src/main/resources/jenkins/model/Jenkins/help-rawBuildsDir_zh_TW.html
    R core/src/main/resources/jenkins/model/Jenkins/help-rawWorkspaceDir.html
    R core/src/main/resources/jenkins/model/Jenkins/help-rawWorkspaceDir_bg.html
    R core/src/main/resources/jenkins/model/Jenkins/help-rawWorkspaceDir_it.html
    R core/src/main/resources/jenkins/model/Jenkins/help-rawWorkspaceDir_ja.html
    A 
core/src/main/resources/jenkins/model/Jenkins/load-statistics_zh_CN.properties
    M 
core/src/main/resources/jenkins/security/csrf/CSRFAdministrativeMonitor/message.jelly
    M 
core/src/main/resources/jenkins/security/csrf/CSRFAdministrativeMonitor/message.properties
    M 
core/src/main/resources/jenkins/security/csrf/CSRFAdministrativeMonitor/message_it.properties
    A core/src/main/resources/jenkins/slaves/Messages_zh_CN.properties
    A 
core/src/main/resources/jenkins/slaves/RemotingWorkDirSettings/config_zh_CN.properties
    A 
core/src/main/resources/jenkins/slaves/RemotingWorkDirSettings/help-disabled_zh_CN.html
    A 
core/src/main/resources/jenkins/slaves/RemotingWorkDirSettings/help-failIfWorkDirIsMissing_zh_CN.html
    A 
core/src/main/resources/jenkins/slaves/RemotingWorkDirSettings/help-internalDir_zh_CN.html
    A 
core/src/main/resources/jenkins/slaves/RemotingWorkDirSettings/help-workDirPath_zh_CN.html
    A 
core/src/main/resources/jenkins/slaves/systemInfo/Messages_zh_CN.properties
    M core/src/main/resources/lib/layout/layout.jelly
    M core/src/test/java/hudson/FilePathTest.java
    A core/src/test/java/hudson/model/FingerprintCleanupThreadTest.java
    R core/src/test/java/jenkins/model/JenkinsDescriptorTest.java
    A core/src/test/java/jenkins/util/UrlHelperTest.java
    M pom.xml
    M test/pom.xml
    M test/src/test/java/hudson/model/AbstractProjectTest.java
    M test/src/test/java/hudson/util/ProcessTreeKillerTest.java
    A test/src/test/java/jenkins/diagnostics/RootUrlNotSetMonitorTest.java
    A 
test/src/test/java/jenkins/model/JenkinsBuildsAndWorkspacesDirectoriesTest.java
    M test/src/test/java/jenkins/model/JenkinsTest.java
    A 
test/src/test/resources/jenkins/model/JenkinsBuildsAndWorkspacesDirectoriesTest/fromPreviousCustomSetup/README.adoc
    A 
test/src/test/resources/jenkins/model/JenkinsBuildsAndWorkspacesDirectoriesTest/fromPreviousCustomSetup/config.xml
    M war/pom.xml
    M war/src/main/js/api/securityConfig.js
    M war/src/main/js/pluginSetupWizardGui.js
    A war/src/main/js/templates/configureInstance.hbs

  Log Message:
  -----------
  Merge commit '7250d8b875366ae90fa6aec13b5a5c86720e23a3' into security-master


  Commit: 9bc3aa68b196fbf9c676541793f4b59f663c4af8
      
https://github.com/jenkinsci/jenkins/commit/9bc3aa68b196fbf9c676541793f4b59f663c4af8
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2018-05-07 (Mon, 07 May 2018)

  Changed paths:
    M cli/pom.xml
    M core/pom.xml
    M pom.xml
    M test/pom.xml
    M war/pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare release jenkins-2.121


  Commit: e1132fd4ed106499fbc6eb307fff4573ca22f20d
      
https://github.com/jenkinsci/jenkins/commit/e1132fd4ed106499fbc6eb307fff4573ca22f20d
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2018-05-07 (Mon, 07 May 2018)

  Changed paths:
    M cli/pom.xml
    M core/pom.xml
    M pom.xml
    M test/pom.xml
    M war/pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare for next development iteration


  Commit: 91e1cf2d3e0fa1c4766c62f2db54cd3a28cd9d32
      
https://github.com/jenkinsci/jenkins/commit/91e1cf2d3e0fa1c4766c62f2db54cd3a28cd9d32
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2018-05-09 (Wed, 09 May 2018)

  Changed paths:
    M Jenkinsfile
    M cli/pom.xml
    M core/pom.xml
    M pom.xml
    M test/pom.xml
    M war/pom.xml

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master'


Compare: 
https://github.com/jenkinsci/jenkins/compare/afb71c005a59...91e1cf2d3e0f
      **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to