Branch: refs/heads/BuildStep-Job
  Home:   https://github.com/jenkinsci/jenkins
  Commit: eeebfee5d895dc27b46a77d1651b3d9d06a6bccc
      
https://github.com/jenkinsci/jenkins/commit/eeebfee5d895dc27b46a77d1651b3d9d06a6bccc
  Author: Nicolas De Loof <[email protected]>
  Date:   2014-08-06 (Wed, 06 Aug 2014)

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

  Log Message:
  -----------
  [FIXED JENKINS-20966] flush output so cli get the build number being started


  Commit: 34ec6dc05052499fb4d348e22108407e282771bd
      
https://github.com/jenkinsci/jenkins/commit/34ec6dc05052499fb4d348e22108407e282771bd
  Author: Jesse Glick <[email protected]>
  Date:   2014-08-06 (Wed, 06 Aug 2014)

  Changed paths:
    R war/src/main/webapp/help/project-config/javadoc-keep-all.html
    R war/src/main/webapp/help/project-config/javadoc-keep-all_de.html
    R war/src/main/webapp/help/project-config/javadoc-keep-all_fr.html
    R war/src/main/webapp/help/project-config/javadoc-keep-all_ja.html
    R war/src/main/webapp/help/project-config/javadoc-keep-all_tr.html
    R war/src/main/webapp/help/project-config/javadoc-keep-all_zh_TW.html

  Log Message:
  -----------
  Deleting help files which were already moved into javadoc-plugin and do not 
belong here.


  Commit: e5cffeeb140a580d83329715bf424173fe8499a2
      
https://github.com/jenkinsci/jenkins/commit/e5cffeeb140a580d83329715bf424173fe8499a2
  Author: Daniel Beck <[email protected]>
  Date:   2014-08-06 (Wed, 06 Aug 2014)

  Changed paths:
    M changelog.html

  Log Message:
  -----------
  Noting JENKINS-23829, change description of JENKINS-23970


  Commit: 68dd35a39780b8c1a912ef48548bb0ca90228b9d
      
https://github.com/jenkinsci/jenkins/commit/68dd35a39780b8c1a912ef48548bb0ca90228b9d
  Author: CloudBees DEV@Cloud <[email protected]>
  Date:   2014-08-06 (Wed, 06 Aug 2014)

  Changed paths:
    M changelog.html

  Log Message:
  -----------
  Merge REMERGE_HEAD into HEAD


  Commit: f939db47d34d479af56e95b5580c30b6d08c1d00
      
https://github.com/jenkinsci/jenkins/commit/f939db47d34d479af56e95b5580c30b6d08c1d00
  Author: Jesse Glick <[email protected]>
  Date:   2014-08-06 (Wed, 06 Aug 2014)

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

  Log Message:
  -----------
  Upgrade mailer to 1.10 to pick up SECURITY-152 fix.


  Commit: fd30d7eb15bac4b23c0a3e9b457054e7104fccdc
      
https://github.com/jenkinsci/jenkins/commit/fd30d7eb15bac4b23c0a3e9b457054e7104fccdc
  Author: Nicolas De Loof <[email protected]>
  Date:   2014-08-07 (Thu, 07 Aug 2014)

  Changed paths:
    M core/src/main/java/hudson/tasks/Fingerprinter.java

  Log Message:
  -----------
  prevent build index page to redirect anonymous user to login just because 
some artifact share fingerprints with another job


  Commit: b55f5ebbd58643465a56723609549439bed8bc34
      
https://github.com/jenkinsci/jenkins/commit/b55f5ebbd58643465a56723609549439bed8bc34
  Author: tfennelly <[email protected]>
  Date:   2014-08-07 (Thu, 07 Aug 2014)

  Changed paths:
    M core/pom.xml
    M pom.xml
    R ui-ext/icon/module/pom.xml
    R ui-ext/icon/module/src/main/java/org/jenkins/ui/icon/Icon.java
    R ui-ext/icon/module/src/main/java/org/jenkins/ui/icon/IconSet.java
    R ui-ext/icon/module/src/main/java/org/jenkins/ui/icon/IconType.java
    R ui-ext/icon/module/src/test/java/org/jenkins/ui/icon/IconSetTest.java
    R ui-ext/icon/module/src/test/java/org/jenkins/ui/icon/IconTest.java
    R ui-ext/icon/shim-plugin/pom.xml
    R ui-ext/icon/shim-plugin/src/findbugs/excludesFilter.xml
    R 
ui-ext/icon/shim-plugin/src/main/java/org/jenkins/ui/icon/shim/CoreIconTagDetector.java
    R ui-ext/icon/shim-plugin/src/main/resources/shim/layout/icon/icon.groovy
    R 
ui-ext/icon/shim-plugin/src/main/resources/shim/layout/icon/setIcons.groovy
    R ui-ext/icon/shim-plugin/src/main/resources/shim/layout/icon/taglib
    R ui-ext/pom.xml

  Log Message:
  -----------
  Moved icon-set and icon-shim out to a plugin repo.


  Commit: 479dfb404677772a26eecc21d9f82af9e8ce71c2
      
https://github.com/jenkinsci/jenkins/commit/479dfb404677772a26eecc21d9f82af9e8ce71c2
  Author: Jesse Glick <[email protected]>
  Date:   2014-08-07 (Thu, 07 Aug 2014)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/model/Cause.java

  Log Message:
  -----------
  [FIXED JENKINS-24161] Break recursion in UpstreamCause.onLoad.


  Commit: 0449883d152a772deea8621ce2e2c3e97e7e8a1f
      
https://github.com/jenkinsci/jenkins/commit/0449883d152a772deea8621ce2e2c3e97e7e8a1f
  Author: Jesse Glick <[email protected]>
  Date:   2014-08-07 (Thu, 07 Aug 2014)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/tasks/test/AbstractTestResultAction.java

  Log Message:
  -----------
  [FIXED JENKINS-23945] Test result trend graph should not load builds which 
were not already loaded.


  Commit: 706676b4b0200ba79dd9c257ada22ba1ea3c26fa
      
https://github.com/jenkinsci/jenkins/commit/706676b4b0200ba79dd9c257ada22ba1ea3c26fa
  Author: Jesse Glick <[email protected]>
  Date:   2014-08-07 (Thu, 07 Aug 2014)

  Changed paths:
    M changelog.html
    M core/pom.xml
    M core/src/main/java/hudson/cli/BuildCommand.java
    M core/src/main/java/hudson/model/Cause.java
    M core/src/main/java/hudson/tasks/Fingerprinter.java
    M core/src/main/java/hudson/tasks/test/AbstractTestResultAction.java
    M pom.xml
    M test/pom.xml
    R ui-ext/icon/module/pom.xml
    R ui-ext/icon/module/src/main/java/org/jenkins/ui/icon/Icon.java
    R ui-ext/icon/module/src/main/java/org/jenkins/ui/icon/IconSet.java
    R ui-ext/icon/module/src/main/java/org/jenkins/ui/icon/IconType.java
    R ui-ext/icon/module/src/test/java/org/jenkins/ui/icon/IconSetTest.java
    R ui-ext/icon/module/src/test/java/org/jenkins/ui/icon/IconTest.java
    R ui-ext/icon/shim-plugin/pom.xml
    R ui-ext/icon/shim-plugin/src/findbugs/excludesFilter.xml
    R 
ui-ext/icon/shim-plugin/src/main/java/org/jenkins/ui/icon/shim/CoreIconTagDetector.java
    R ui-ext/icon/shim-plugin/src/main/resources/shim/layout/icon/icon.groovy
    R 
ui-ext/icon/shim-plugin/src/main/resources/shim/layout/icon/setIcons.groovy
    R ui-ext/icon/shim-plugin/src/main/resources/shim/layout/icon/taglib
    R ui-ext/pom.xml
    M war/pom.xml
    R war/src/main/webapp/help/project-config/javadoc-keep-all.html
    R war/src/main/webapp/help/project-config/javadoc-keep-all_de.html
    R war/src/main/webapp/help/project-config/javadoc-keep-all_fr.html
    R war/src/main/webapp/help/project-config/javadoc-keep-all_ja.html
    R war/src/main/webapp/help/project-config/javadoc-keep-all_tr.html
    R war/src/main/webapp/help/project-config/javadoc-keep-all_zh_TW.html

  Log Message:
  -----------
  Merge branch 'master' into BuildStep-Job

Conflicts:
        core/src/main/java/hudson/tasks/test/AbstractTestResultAction.java


Compare: 
https://github.com/jenkinsci/jenkins/compare/a11884793b8c...706676b4b020

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

Reply via email to