Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 003f1e5b0c5ee076aa29ccb9296abf12f32481f7
      
https://github.com/jenkinsci/jenkins/commit/003f1e5b0c5ee076aa29ccb9296abf12f32481f7
  Author: Oliver Gondža <[email protected]>
  Date:   2016-03-16 (Wed, 16 Mar 2016)

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

  Log Message:
  -----------
  Towards 1.651.1


  Commit: d72076c47e09c7e7b4f813ac603bb07bdb476283
      
https://github.com/jenkinsci/jenkins/commit/d72076c47e09c7e7b4f813ac603bb07bdb476283
  Author: Stephen Connolly <[email protected]>
  Date:   2016-03-30 (Wed, 30 Mar 2016)

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

  Log Message:
  -----------
  [FIXED JENKINS-33384] clean up the PluginServletFilter instances on 
Jenkins.cleanUp()

(cherry picked from commit abf9fd36582ce6277dec929e89f078678e587209)


  Commit: c57af86955c2c799930a93cd955ed7f98c7dc504
      
https://github.com/jenkinsci/jenkins/commit/c57af86955c2c799930a93cd955ed7f98c7dc504
  Author: Stephen Connolly <[email protected]>
  Date:   2016-03-30 (Wed, 30 Mar 2016)

  Changed paths:
    M core/src/main/java/hudson/util/PluginServletFilter.java

  Log Message:
  -----------
  [FIXED JENKINS-33681] Plugin filters were failing to be removed and blocking 
restart

(cherry picked from commit a5febd7666fd78542d45428505cc62c067315c43)


  Commit: 951729c585fa63a85f43849b45ad2c6b3bce505c
      
https://github.com/jenkinsci/jenkins/commit/951729c585fa63a85f43849b45ad2c6b3bce505c
  Author: Valentina Armenise <[email protected]>
  Date:   2016-03-30 (Wed, 30 Mar 2016)

  Changed paths:
    M core/src/main/java/hudson/model/DownloadService.java

  Log Message:
  -----------
  [JENKINS-32831] if metadata for tool installer does not exist should not fail

(cherry picked from commit d2b1f15fc56f382f1d578c9317fca917ddabac92)


  Commit: 0782aa567b4d2cf52aec5f5f5e0e8440c01edae4
      
https://github.com/jenkinsci/jenkins/commit/0782aa567b4d2cf52aec5f5f5e0e8440c01edae4
  Author: Emilio Escobar <[email protected]>
  Date:   2016-03-30 (Wed, 30 Mar 2016)

  Changed paths:
    M core/src/main/java/hudson/util/ArgumentListBuilder.java
    M core/src/test/java/hudson/util/ArgumentListBuilderTest.java

  Log Message:
  -----------
  [JENKINS-28790] solved the issue masked parameters not masked in windows 
system. toWindowsCommand joins all args in one, missing masked.

(cherry picked from commit b9a72bcd967fd8b0d422ccf81daf1de576702fd1)


  Commit: f6db6670a8f9107f189fedc4fed07b1bbc6a7dc3
      
https://github.com/jenkinsci/jenkins/commit/f6db6670a8f9107f189fedc4fed07b1bbc6a7dc3
  Author: Emilio Escobar <[email protected]>
  Date:   2016-03-30 (Wed, 30 Mar 2016)

  Changed paths:
    M core/src/test/java/hudson/util/ArgumentListBuilderTest.java

  Log Message:
  -----------
  [JENKINS-28790] Baptiste comments fixed

(cherry picked from commit 7fb1ac9d9f1bc006ca9d90ccaef402eaba4404a2)


  Commit: 717c5f56bcaa8fcfae109dd87a7c6e4069a3baed
      
https://github.com/jenkinsci/jenkins/commit/717c5f56bcaa8fcfae109dd87a7c6e4069a3baed
  Author: Emilio Escobar <[email protected]>
  Date:   2016-03-30 (Wed, 30 Mar 2016)

  Changed paths:
    M core/src/main/java/hudson/util/ArgumentListBuilder.java

  Log Message:
  -----------
  [JENKINS-28790] NIT: tabulation issue

(cherry picked from commit 5423f695ab83ec7d49daae538d25177872b0aada)


  Commit: f24c536676fe9df50fd499b51c4b4ff2e6edc40c
      
https://github.com/jenkinsci/jenkins/commit/f24c536676fe9df50fd499b51c4b4ff2e6edc40c
  Author: Emilio Escobar <[email protected]>
  Date:   2016-03-30 (Wed, 30 Mar 2016)

  Changed paths:
    M core/src/main/java/hudson/util/ArgumentListBuilder.java

  Log Message:
  -----------
  [JENKINS-28790] added valentina condition when the first argument is quoted.

(cherry picked from commit 344e917cc4a1096bb1805b14f0f2e45978b62757)


  Commit: 5ca718ac016b970e3588bd133bd048e8a224989b
      
https://github.com/jenkinsci/jenkins/commit/5ca718ac016b970e3588bd133bd048e8a224989b
  Author: Stephen Connolly <[email protected]>
  Date:   2016-03-30 (Wed, 30 Mar 2016)

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

  Log Message:
  -----------
  [FIXED JENKINS-33377] Add a check for termination to 
Functions.isExtensionsAvailable()

(cherry picked from commit 1ed395aa06b64eea29504a39556995491db3ce57)


  Commit: af1a53d91c4863f27e4fad295911f131beb64b9a
      
https://github.com/jenkinsci/jenkins/commit/af1a53d91c4863f27e4fad295911f131beb64b9a
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2016-03-30 (Wed, 30 Mar 2016)

  Changed paths:
    M core/src/main/java/jenkins/slaves/DefaultJnlpSlaveReceiver.java
    M core/src/main/java/jenkins/slaves/JnlpAgentReceiver.java
    M core/src/main/java/jenkins/slaves/JnlpSlaveAgentProtocol.java
    M core/src/main/java/jenkins/slaves/JnlpSlaveAgentProtocol2.java
    A core/src/main/java/jenkins/slaves/JnlpSlaveAgentProtocol3.java
    M core/src/main/java/jenkins/slaves/JnlpSlaveHandshake.java
    M pom.xml

  Log Message:
  -----------
  Merge pull request #2010 from jenkinsci/jnlp3

[FIXED JENKINS-26580][FIXED JENKINS-28289] Activate JNLP3 support
(cherry picked from commit 6d3e05439643097d2f172761ea82a32a857d058a)


  Commit: 9ea9761adc9abc52c4d979f7383ccb595b5ca32c
      
https://github.com/jenkinsci/jenkins/commit/9ea9761adc9abc52c4d979f7383ccb595b5ca32c
  Author: Jesse Glick <[email protected]>
  Date:   2016-03-30 (Wed, 30 Mar 2016)

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

  Log Message:
  -----------
  [FIXED JENKINS-25440] Recursively resolve @Inject’ed extensions, too, looking 
for LinkageError’s.

(cherry picked from commit 1a2d82275c078ca3f651d9924a53acd2b6210a93)


  Commit: ce866ddb3cac225c3bf224d6b4eb89eef36f79c8
      
https://github.com/jenkinsci/jenkins/commit/ce866ddb3cac225c3bf224d6b4eb89eef36f79c8
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2016-03-30 (Wed, 30 Mar 2016)

  Changed paths:
    M core/src/main/java/hudson/model/UsageStatistics.java

  Log Message:
  -----------
  Revert "[JENKINS-32190] Make UsageStatistics#isDue check Jenkins init level 
before generating stats."

This reverts commit d8a13ac07c4357eb74ab45a03955c0db430e3aa9.

I noticed a strange drop in usage statistics from the mid Jan 2016,
which corresponds to the time this change was released in the wild,
and further drop when LTS 1.642.2 is released with this change at
the end of Feb.

I spent some time trying to determine how this might cause instances
to stop sending data, but I couldn't come up with any. I left those
notes in JENKINS-32190. There was some strange behaviours, but none
explains what this is.

So I'd like to back out this change and see if that makes any impact
on the stats collection. If it backs up, then we know empirically
this change is to blame, so that would justify spending further
effort or come up with a fix from a different angle.

(cherry picked from commit b2013edbf7a4d40df2bc05a1e219d8599e642961)


  Commit: 343e65f28d15dc8c025a4aa98cd3c0169ebd224f
      
https://github.com/jenkinsci/jenkins/commit/343e65f28d15dc8c025a4aa98cd3c0169ebd224f
  Author: Oliver Gondža <[email protected]>
  Date:   2016-03-31 (Thu, 31 Mar 2016)

  Changed paths:
    M core/src/main/java/jenkins/slaves/DefaultJnlpSlaveReceiver.java
    M core/src/main/java/jenkins/slaves/JnlpAgentReceiver.java
    M core/src/main/java/jenkins/slaves/JnlpSlaveAgentProtocol.java
    M core/src/main/java/jenkins/slaves/JnlpSlaveAgentProtocol2.java
    R core/src/main/java/jenkins/slaves/JnlpSlaveAgentProtocol3.java
    M core/src/main/java/jenkins/slaves/JnlpSlaveHandshake.java
    M pom.xml

  Log Message:
  -----------
  Revert "Merge pull request #2010 from jenkinsci/jnlp3"

This reverts commit af1a53d91c4863f27e4fad295911f131beb64b9a.


  Commit: 24f6cdb0b2a7f6cf681bfeca876c3f1597b5e830
      
https://github.com/jenkinsci/jenkins/commit/24f6cdb0b2a7f6cf681bfeca876c3f1597b5e830
  Author: Jesse Glick <[email protected]>
  Date:   2016-03-31 (Thu, 31 Mar 2016)

  Changed paths:
    M pom.xml
    M test/pom.xml
    M test/src/test/groovy/hudson/cli/BuildCommandTest.groovy
    M test/src/test/java/hudson/model/UpdateCenter2Test.java
    M test/src/test/java/hudson/model/UpdateCenterTest.java
    M test/src/test/java/hudson/slaves/CommandLauncherTest.java
    M test/src/test/java/hudson/slaves/NodeProvisionerTest.java
    M test/src/test/java/hudson/tasks/FingerprinterTest.java

  Log Message:
  -----------
  Use rerunFailingTestsCount rather than @RandomlyFails.
(cherry picked from commit 6cb93e676840a6274769b05bc554471d017de853)


  Commit: 49bcd7dcee2a6fea360fc25911fcfe92c99f3bb4
      
https://github.com/jenkinsci/jenkins/commit/49bcd7dcee2a6fea360fc25911fcfe92c99f3bb4
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2016-04-13 (Wed, 13 Apr 2016)

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


  Commit: 35cbc5cd300fb8b4037f11447442081e86745b4f
      
https://github.com/jenkinsci/jenkins/commit/35cbc5cd300fb8b4037f11447442081e86745b4f
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2016-04-13 (Wed, 13 Apr 2016)

  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: 916e759f576fd9aec7eb563f71f6541ceb37f641
      
https://github.com/jenkinsci/jenkins/commit/916e759f576fd9aec7eb563f71f6541ceb37f641
  Author: Jesse Glick <[email protected]>
  Date:   2016-04-25 (Mon, 25 Apr 2016)

  Changed paths:
    M core/src/main/java/hudson/model/CauseAction.java
    M test/src/test/java/hudson/model/QueueTest.java

  Log Message:
  -----------
  [FIXED JENKINS-33467] Do not store redundant copies of Cause in CauseAction.
(cherry picked from commit 6ae54add5dd3f171cf7cca820ca2e5443ae34b14)


  Commit: 63886be9f75c6f538b9401d9cb445b701b1f017c
      
https://github.com/jenkinsci/jenkins/commit/63886be9f75c6f538b9401d9cb445b701b1f017c
  Author: Jesse Glick <[email protected]>
  Date:   2016-04-25 (Mon, 25 Apr 2016)

  Changed paths:
    M core/src/main/java/hudson/model/CauseAction.java

  Log Message:
  -----------
  [JENKINS-33467] Clarifying that CauseAction.getCauses is immutable and you 
should construct the action with the causes you want.
(cherry picked from commit 4adee7597aad7a338db8d3eb320575ae618a8c81)


  Commit: 328be10df62c8d349e6f1b76939aed13b5784e80
      
https://github.com/jenkinsci/jenkins/commit/328be10df62c8d349e6f1b76939aed13b5784e80
  Author: Jesse Glick <[email protected]>
  Date:   2016-04-25 (Mon, 25 Apr 2016)

  Changed paths:
    M core/src/main/resources/lib/layout/breadcrumbs.js

  Log Message:
  -----------
  [FIXED JENKINS-18032] Crumbs must be appended when using post=true 
requiresConfirmation=true.
(cherry picked from commit 57fced93596b1f8bd69f00f154430a11530393de)


  Commit: 89532690e6e334993c44814b82fae916c4ffae99
      
https://github.com/jenkinsci/jenkins/commit/89532690e6e334993c44814b82fae916c4ffae99
  Author: James Nord <[email protected]>
  Date:   2016-04-25 (Mon, 25 Apr 2016)

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

  Log Message:
  -----------
  [FIXED JENKINS-33693] Do not hardcode .bat extension.

As the default maven command is on the path we can not hard code the
command to mvn.bat as since maven 3.something it has been mvn.cmd

As this is on the path we can just use mvn and let Windows do its thing
with PATHEXT which will has both .BAT and .CMD by default.

This fixes ATH failures when the ATH is run on windows.

(cherry picked from commit 490adc9d0f4b0ed2c7e3183b18b136c006953824)


  Commit: 28bc2ba67a29f879ee7b840b46f383281dd1fe8a
      
https://github.com/jenkinsci/jenkins/commit/28bc2ba67a29f879ee7b840b46f383281dd1fe8a
  Author: Jesse Glick <[email protected]>
  Date:   2016-04-25 (Mon, 25 Apr 2016)

  Changed paths:
    M core/src/main/java/jenkins/triggers/ReverseBuildTrigger.java

  Log Message:
  -----------
  [FIXED JENKINS-33971] ReverseBuildTrigger.upstream2Trigger was not being 
reliably calculated during Jenkins startup.
(cherry picked from commit 1618270f6ced8d2760c3df632ea783fa73096af2)


  Commit: 766fe85774a85ad56d12c7fe780c2c004cf44826
      
https://github.com/jenkinsci/jenkins/commit/766fe85774a85ad56d12c7fe780c2c004cf44826
  Author: kzantow <[email protected]>
  Date:   2016-04-25 (Mon, 25 Apr 2016)

  Changed paths:
    M war/src/main/webapp/css/style.css

  Log Message:
  -----------
  JENKINS-33826 build history badges styling issues
(cherry picked from commit d9d4f08d2b9a4b00e31478b6e4991369da1dbfa9)


  Commit: be6caf515eb6c164ada2e1ac0fa0580b17c569a6
      
https://github.com/jenkinsci/jenkins/commit/be6caf515eb6c164ada2e1ac0fa0580b17c569a6
  Author: recena <[email protected]>
  Date:   2016-04-25 (Mon, 25 Apr 2016)

  Changed paths:
    M core/src/main/resources/lib/layout/task.jelly

  Log Message:
  -----------
  Wrong javascript invocation

(cherry picked from commit f97605552b270d0de471e032634faa179e0e8923)


  Commit: a15df75bd83c8622992d6e8b4ad133a0589939b7
      
https://github.com/jenkinsci/jenkins/commit/a15df75bd83c8622992d6e8b4ad133a0589939b7
  Author: Jesse Glick <[email protected]>
  Date:   2016-04-26 (Tue, 26 Apr 2016)

  Log Message:
  -----------
  Merge (-s ours) stable-1.651 into master


  Commit: 7c19b83c86a3c90108dc96f3c79832187b5f9170
      
https://github.com/jenkinsci/jenkins/commit/7c19b83c86a3c90108dc96f3c79832187b5f9170
  Author: Jesse Glick <[email protected]>
  Date:   2016-04-26 (Tue, 26 Apr 2016)

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

  Log Message:
  -----------
  Merge branch 'master' of git://github.com/jenkinsci/jenkins


Compare: 
https://github.com/jenkinsci/jenkins/compare/e01256ed249b...7c19b83c86a3

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