Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 7692f34227fc8144f9c28e336181290cb8290d06
      
https://github.com/jenkinsci/jenkins/commit/7692f34227fc8144f9c28e336181290cb8290d06
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
    M test/src/test/java/hudson/diagnosis/OldDataMonitorTest.java

  Log Message:
  -----------
  Improved test: no need for mocks.
Avoids creating unversioned file test/0/build.xml.


  Commit: 9d269168a59f2863467bf17ebe1ed8800da04bd2
      
https://github.com/jenkinsci/jenkins/commit/9d269168a59f2863467bf17ebe1ed8800da04bd2
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
    M Jenkinsfile

  Log Message:
  -----------
  Verify that there are no modified or untracked files at the end of the build.


  Commit: 4852e1e4a8905de9724dbcc613ec32faa123cbe3
      
https://github.com/jenkinsci/jenkins/commit/4852e1e4a8905de9724dbcc613ec32faa123cbe3
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  Jenkinsfile keeps a local Maven repository cache inside the checkout, so 
ignore that.


  Commit: 70dbe9ccdfa6b3c88612fa0e0074b4b052ae92f5
      
https://github.com/jenkinsci/jenkins/commit/70dbe9ccdfa6b3c88612fa0e0074b4b052ae92f5
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
    M cli/pom.xml
    M core/pom.xml
    M core/src/main/java/hudson/PluginManager.java
    M core/src/main/java/hudson/ProxyConfiguration.java
    M core/src/main/java/hudson/cli/ClientAuthenticationCache.java
    M core/src/main/java/hudson/lifecycle/WindowsInstallerLink.java
    M core/src/main/java/hudson/logging/LogRecorderManager.java
    M core/src/main/java/hudson/model/AbstractBuild.java
    M core/src/main/java/hudson/model/AbstractItem.java
    M core/src/main/java/hudson/model/AbstractProject.java
    M core/src/main/java/hudson/model/ComputerSet.java
    M core/src/main/java/hudson/model/DownloadService.java
    M core/src/main/java/hudson/model/Hudson.java
    M core/src/main/java/hudson/model/MyViewsProperty.java
    M core/src/main/java/hudson/model/Run.java
    M core/src/main/java/hudson/model/TaskAction.java
    M core/src/main/java/hudson/model/TreeView.java
    M core/src/main/java/hudson/model/UpdateCenter.java
    M core/src/main/java/hudson/model/UpdateSite.java
    M core/src/main/java/hudson/model/User.java
    M core/src/main/java/hudson/security/GlobalSecurityConfiguration.java
    M core/src/main/java/hudson/security/HudsonPrivateSecurityRealm.java
    M core/src/main/java/hudson/slaves/AbstractCloudComputer.java
    M core/src/main/java/hudson/util/DoubleLaunchChecker.java
    M core/src/main/java/hudson/util/XStream2.java
    M core/src/main/java/jenkins/diagnosis/HsErrPidFile.java
    M core/src/main/java/jenkins/install/SetupWizard.java
    M core/src/main/java/jenkins/model/Jenkins.java
    M core/src/main/java/jenkins/security/ApiTokenProperty.java
    M core/src/main/java/jenkins/tools/GlobalToolConfiguration.java
    M core/src/main/resources/hudson/model/ComputerSet/index.jelly
    M core/src/main/resources/hudson/model/Run/logKeep.jelly
    M core/src/main/resources/hudson/model/TaskAction/log.jelly
    M core/src/main/resources/hudson/util/DoubleLaunchChecker/index.jelly
    M core/src/test/java/hudson/util/XStream2Test.java
    M pom.xml
    M test/pom.xml
    A test/src/test/java/hudson/cli/ClientAuthenticationCacheTest.java
    M test/src/test/java/jenkins/security/ApiTokenPropertyTest.java
    M test/src/test/java/jenkins/security/Security218CliTest.java
    M test/src/test/java/jenkins/security/security218/Payload.java
    A 
test/src/test/java/jenkins/security/security218/ysoserial/payloads/JsonLibSignedObject.java
    M war/pom.xml
    M war/src/main/js/api/pluginManager.js
    M war/src/main/js/api/securityConfig.js

  Log Message:
  -----------
  Merge branch 'master' into OldDataMonitorTest.unlocatableRun-JENKINS-26718


  Commit: e713cb42f435a201fe09e561816337eaa127e572
      
https://github.com/jenkinsci/jenkins/commit/e713cb42f435a201fe09e561816337eaa127e572
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
    M .gitignore
    M Jenkinsfile

  Log Message:
  -----------
  Rather than ignoring .repository, better to use a location in the workspace 
temp directory.


  Commit: 887a210a435696f53a8a80f3101abd8d93ad8d0a
      
https://github.com/jenkinsci/jenkins/commit/887a210a435696f53a8a80f3101abd8d93ad8d0a
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
    M test/src/test/java/hudson/util/ArgumentListBuilder2Test.java

  Log Message:
  -----------
  Trying to improve test code which fails on Windows CI.


  Commit: b5ee2a0750a242e6160641670330768a9c20cd4f
      
https://github.com/jenkinsci/jenkins/commit/b5ee2a0750a242e6160641670330768a9c20cd4f
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
    M Jenkinsfile
    M test/src/test/java/hudson/diagnosis/OldDataMonitorTest.java
    M test/src/test/java/hudson/util/ArgumentListBuilder2Test.java

  Log Message:
  -----------
  Merge pull request #2860 from 
jglick/OldDataMonitorTest.unlocatableRun-JENKINS-26718

Improved OldDataMonitorTest.unlocatableRun


Compare: 
https://github.com/jenkinsci/jenkins/compare/0993b7099b9f...b5ee2a0750a2

-- 
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