Branch: refs/heads/rc
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 9aaeb0a3f248f8f7280e6e010c695340eee721d7
      
https://github.com/jenkinsci/jenkins/commit/9aaeb0a3f248f8f7280e6e010c695340eee721d7
  Author: Kanstantsin Shautsou <[email protected]>
  Date:   2014-11-16 (Sun, 16 Nov 2014)

  Changed paths:
    M test/src/main/java/org/jvnet/hudson/test/WarExploder.java

  Log Message:
  -----------
  Explode WAR fails when ./target does not yet exist (e.g., run from IDEA).

Create parent directory before trying to lock dir using files.

java.lang.Exception: Failed to initialize exploded war
at org.jvnet.hudson.test.WarExploder.getExplodedDir(WarExploder.java:49)
at org.jvnet.hudson.test.JenkinsRule.createWebServer(JenkinsRule.java:582)
at org.jvnet.hudson.test.JenkinsRule.newHudson(JenkinsRule.java:538)
at org.jvnet.hudson.test.JenkinsRule.before(JenkinsRule.java:332)
at org.jvnet.hudson.test.JenkinsRule$2.evaluate(JenkinsRule.java:482)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
at org.junit.runner.JUnitCore.run(JUnitCore.java:160)
at 
com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:74)
at 
com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:211)
at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:67)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:134)
Caused by: java.io.FileNotFoundException: 
/Users/integer/Documents/idea/jenkins-ws-git-plugin/./target/jenkins-for-test.exploding
 (No such file or directory)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.(FileOutputStream.java:212)
at java.io.FileOutputStream.(FileOutputStream.java:104)
at org.jvnet.hudson.test.WarExploder.explode(WarExploder.java:99)
at org.jvnet.hudson.test.WarExploder.(WarExploder.java:58)
... 24 more


  Commit: 7f990004ec0c862c383a15ca1d84d5edc20fe30b
      
https://github.com/jenkinsci/jenkins/commit/7f990004ec0c862c383a15ca1d84d5edc20fe30b
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2014-11-16 (Sun, 16 Nov 2014)

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

  Log Message:
  -----------
  the trunk is toward 1.592-SNAPSHOT


  Commit: 7335916f18d8a116bd5ebee0177fe8b01c13acd9
      
https://github.com/jenkinsci/jenkins/commit/7335916f18d8a116bd5ebee0177fe8b01c13acd9
  Author: Stephen Connolly <[email protected]>
  Date:   2014-11-17 (Mon, 17 Nov 2014)

  Changed paths:
    M core/src/main/java/hudson/model/AbstractCIBase.java
    M core/src/main/java/hudson/model/Computer.java
    M core/src/main/java/hudson/model/Node.java
    M core/src/main/java/hudson/model/Queue.java
    M core/src/main/java/hudson/slaves/CloudRetentionStrategy.java
    M core/src/main/java/hudson/slaves/RetentionStrategy.java
    M core/src/main/java/hudson/slaves/SimpleScheduledRetentionStrategy.java
    M core/src/main/java/jenkins/model/Jenkins.java

  Log Message:
  -----------
  Provide a future path to refactoring the Queue locking strategy

- Also tidy up some holes in locking strategy that can cause builds to be 
scheduled on
  executors that are about to be interrupted or nodes in the process of being 
removed


  Commit: 65b71c20b126f8ac66bfa2de037a550af9fe90af
      
https://github.com/jenkinsci/jenkins/commit/65b71c20b126f8ac66bfa2de037a550af9fe90af
  Author: Stephen Connolly <[email protected]>
  Date:   2014-11-17 (Mon, 17 Nov 2014)

  Changed paths:
    M core/src/main/java/hudson/model/Queue.java
    M 
core/src/main/java/jenkins/security/QueueItemAuthenticatorConfiguration.java
    A core/src/main/java/jenkins/security/QueueItemAuthenticatorProvider.java

  Log Message:
  -----------
  Allow programmatic QueueItemAuthenticators that are not user configurable


  Commit: ddff2faa9009974e2cdedc43cbda3809c289138d
      
https://github.com/jenkinsci/jenkins/commit/ddff2faa9009974e2cdedc43cbda3809c289138d
  Author: Stephen Connolly <[email protected]>
  Date:   2014-11-17 (Mon, 17 Nov 2014)

  Changed paths:
    M core/src/main/java/jenkins/security/QueueItemAuthenticatorProvider.java

  Log Message:
  -----------
  Damn you Java 7 for not catching


  Commit: b27c11acc74b7ddb6b234b43a11dd4ef23981483
      
https://github.com/jenkinsci/jenkins/commit/b27c11acc74b7ddb6b234b43a11dd4ef23981483
  Author: Stephen Connolly <[email protected]>
  Date:   2014-11-17 (Mon, 17 Nov 2014)

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

  Log Message:
  -----------
  Actually don't need the lock here as c.kill() now does the right thing


  Commit: 4e56128cd8e0d82448b583418c954675239ad764
      
https://github.com/jenkinsci/jenkins/commit/4e56128cd8e0d82448b583418c954675239ad764
  Author: Stephen Connolly <[email protected]>
  Date:   2014-11-17 (Mon, 17 Nov 2014)

  Changed paths:
    M core/src/main/java/hudson/model/AbstractProject.java
    M core/src/main/java/hudson/model/Queue.java
    M core/src/main/java/hudson/model/queue/AbstractQueueTask.java
    M core/src/main/java/hudson/model/queue/Tasks.java

  Log Message:
  -----------
  Allow Projects to take the Queue.Item's actions into consideration when 
determining their default authentication


  Commit: 1568166e76c9bcddb1cb474bafe34d523ee9d1a9
      
https://github.com/jenkinsci/jenkins/commit/1568166e76c9bcddb1cb474bafe34d523ee9d1a9
  Author: Jesse Glick <[email protected]>
  Date:   2014-11-17 (Mon, 17 Nov 2014)

  Changed paths:
    M test/src/main/java/org/jvnet/hudson/test/WarExploder.java

  Log Message:
  -----------
  Merge pull request #1464 from KostyaSha/fix_warexploder

Explode WAR fails when ./target does not yet exist (e.g., run from IDEA)


  Commit: b76e7bf9988ebf5b3b7e2c5e588d5ce6dbde957e
      
https://github.com/jenkinsci/jenkins/commit/b76e7bf9988ebf5b3b7e2c5e588d5ce6dbde957e
  Author: Jesse Glick <[email protected]>
  Date:   2014-11-17 (Mon, 17 Nov 2014)

  Changed paths:
    M core/src/main/java/jenkins/model/lazy/AbstractLazyLoadRunMap.java
    M core/src/main/java/jenkins/model/lazy/LazyLoadRunMapEntrySet.java
    M core/src/test/java/jenkins/model/lazy/AbstractLazyLoadRunMapTest.java

  Log Message:
  -----------
  [FIXED JENKINS-25655] Incorrect caching from entrySet sometimes caused 
incorrect results.
Caused a failure in 
hudson.plugins.promoted_builds.conditions.ManualConditionTest.testManualPromotionProcessViaWebClient
 when run against 1.580.1.


  Commit: 2a144eb86f1c489edf8ddadd14156bb7de351c35
      
https://github.com/jenkinsci/jenkins/commit/2a144eb86f1c489edf8ddadd14156bb7de351c35
  Author: Jesse Glick <[email protected]>
  Date:   2014-11-18 (Tue, 18 Nov 2014)

  Changed paths:
    M core/src/main/resources/hudson/model/Messages.properties
    M core/src/main/resources/hudson/model/Messages_da.properties
    M core/src/main/resources/hudson/model/Messages_de.properties
    M core/src/main/resources/hudson/model/Messages_es.properties
    M core/src/main/resources/hudson/model/Messages_fr.properties
    M core/src/main/resources/hudson/model/Messages_it.properties
    M core/src/main/resources/hudson/model/Messages_ja.properties
    M core/src/main/resources/hudson/model/Messages_nl.properties
    M core/src/main/resources/hudson/model/Messages_pt_BR.properties
    M core/src/main/resources/hudson/model/Messages_ru.properties
    M core/src/main/resources/hudson/model/Messages_sv_SE.properties
    M core/src/main/resources/hudson/model/Messages_tr.properties
    M core/src/main/resources/hudson/model/Messages_zh_CN.properties
    M core/src/main/resources/hudson/model/Messages_zh_TW.properties
    M war/pom.xml

  Log Message:
  -----------
  Moving message key to external-monitor-job-plugin.


  Commit: 21ee00a971b1b1394ec90034a6ce9de620b572e8
      
https://github.com/jenkinsci/jenkins/commit/21ee00a971b1b1394ec90034a6ce9de620b572e8
  Author: Jesse Glick <[email protected]>
  Date:   2014-11-18 (Tue, 18 Nov 2014)

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

  Log Message:
  -----------
  Run.getDurationString should compare against startTime, not timestamp.


  Commit: 2cf428f84811b037df47dc01475c576bb2dfe10d
      
https://github.com/jenkinsci/jenkins/commit/2cf428f84811b037df47dc01475c576bb2dfe10d
  Author: Fernando Boaglio <[email protected]>
  Date:   2014-11-20 (Thu, 20 Nov 2014)

  Changed paths:
    M core/src/main/resources/hudson/model/AllView/newViewDetail_da.properties
    M 
core/src/main/resources/hudson/views/StatusColumn/columnHeader_pt_BR.properties
    M 
core/src/main/resources/hudson/views/WeatherColumn/columnHeader_pt_BR.properties
    A 
core/src/main/resources/jenkins/diagnostics/PinningIsBlockingBundledPluginMonitor/message_pt_BR.properties
    A 
core/src/main/resources/jenkins/security/s2m/AdminCallableMonitor/message_pt_BR.properties
    A 
core/src/main/resources/jenkins/security/s2m/AdminWhitelistRule/index_pt_BR.properties
    A 
core/src/main/resources/jenkins/security/s2m/MasterKillSwitchWarning/message_pt_BR.properties

  Log Message:
  -----------
  pt_BR translation


  Commit: 99b5fc8f387ee611bb0f764a078367e7842a27c1
      
https://github.com/jenkinsci/jenkins/commit/99b5fc8f387ee611bb0f764a078367e7842a27c1
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2014-11-20 (Thu, 20 Nov 2014)

  Changed paths:
    M core/src/main/java/hudson/slaves/ChannelPinger.java

  Log Message:
  -----------
  Report the name of the channel for diagnosis.

Reference: ZD-23093


  Commit: 960b4053a1c9df0caa80a8dacb45785d97985531
      
https://github.com/jenkinsci/jenkins/commit/960b4053a1c9df0caa80a8dacb45785d97985531
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2014-11-20 (Thu, 20 Nov 2014)

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

  Log Message:
  -----------
  Improving diagnostics for NoClassDefFoundError: could not initialize 
jenkins.model.Jenkins

Reference: http://bugs.java.com/bugdatabase/view_bug.do?bug_id=8051847
Reference: ZD-23093


  Commit: d237acc447c92dce0b658d4afc0a94e36746407d
      
https://github.com/jenkinsci/jenkins/commit/d237acc447c92dce0b658d4afc0a94e36746407d
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2014-11-20 (Thu, 20 Nov 2014)

  Changed paths:
    M core/src/main/java/hudson/slaves/ChannelPinger.java
    M core/src/main/java/hudson/slaves/SlaveComputer.java
    A core/src/main/java/jenkins/slaves/PingFailureAnalyzer.java

  Log Message:
  -----------
  Added a hook to perform additional diagnostic activities before killing the 
channel.

ssh-slaves plugin can leverage this to try to obtain the state of the slave JVM 
via SSH.

Reference: ZD-23093


  Commit: 08542cad7524ba4838922622889700e4dd7c2ce1
      
https://github.com/jenkinsci/jenkins/commit/08542cad7524ba4838922622889700e4dd7c2ce1
  Author: Jesse Glick <[email protected]>
  Date:   2014-11-21 (Fri, 21 Nov 2014)

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

  Log Message:
  -----------
  Javadoc notes warning that the action should be hidden if impermissible.
[JENKINS-25691] Might have prevented the need for: 
https://github.com/jenkinsci/maven-plugin/pull/33


  Commit: b21827b34a781a2d22f9953bb29b880a87b215b2
      
https://github.com/jenkinsci/jenkins/commit/b21827b34a781a2d22f9953bb29b880a87b215b2
  Author: Daniel Beck <[email protected]>
  Date:   2014-11-23 (Sun, 23 Nov 2014)

  Changed paths:
    M 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/help.html
    M 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/help_de.html
    M 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/help_fr.html
    M 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/help_ja.html
    M 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/help_pt_BR.html
    M 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/help_ru.html
    M 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/help_tr.html
    M 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/help_zh_CN.html
    M 
core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/help_zh_TW.html

  Log Message:
  -----------
  [FIXED JENKINS-25642] Fix link to user list.


  Commit: 534328b264f9338e48418d2bcc0d28daaf48b3a0
      
https://github.com/jenkinsci/jenkins/commit/534328b264f9338e48418d2bcc0d28daaf48b3a0
  Author: Jesse Glick <[email protected]>
  Date:   2014-11-24 (Mon, 24 Nov 2014)

  Changed paths:
    M changelog.html
    M core/src/main/java/hudson/FilePath.java
    M core/src/main/java/hudson/tasks/ArtifactArchiver.java
    M core/src/main/java/hudson/util/FormFieldValidator.java
    M core/src/test/java/hudson/FilePathTest.java

  Log Message:
  -----------
  [FIXED JENKINS-25759] Avoid consuming too much memory while running 
validateAntFileMask.
Not fully solved, since the scannedDirs field can still grow to be large, but 
at least clearing files/dirsNotIncluded.
Also imposing a 5s timeout on the scan regardless of file count, and defining a 
user-customizable bound.


  Commit: 6080c0124a6f1ac637bea06d4866f81c17889742
      
https://github.com/jenkinsci/jenkins/commit/6080c0124a6f1ac637bea06d4866f81c17889742
  Author: Jesse Glick <[email protected]>
  Date:   2014-11-24 (Mon, 24 Nov 2014)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  gmaven-plugin 1.5-jenkins-2


  Commit: 5fdd3e67542d9a925094ad41304f8327760b90e7
      
https://github.com/jenkinsci/jenkins/commit/5fdd3e67542d9a925094ad41304f8327760b90e7
  Author: Fernando Boaglio <[email protected]>
  Date:   2014-11-25 (Tue, 25 Nov 2014)

  Changed paths:
    M core/src/main/resources/hudson/model/Messages_pt_BR.properties

  Log Message:
  -----------
  pt_BR translation fix - thanks to @kinow


  Commit: dfe98e4785c5e0472d45f2a65771072b86ff8a39
      
https://github.com/jenkinsci/jenkins/commit/dfe98e4785c5e0472d45f2a65771072b86ff8a39
  Author: Fernando Boaglio <[email protected]>
  Date:   2014-11-25 (Tue, 25 Nov 2014)

  Changed paths:
    M core/src/main/resources/hudson/model/View/newJob_pt_BR.properties

  Log Message:
  -----------
  pt_BR translation fix


  Commit: fbe17f3d859e932c3a8c2882bfebd81726caa774
      
https://github.com/jenkinsci/jenkins/commit/fbe17f3d859e932c3a8c2882bfebd81726caa774
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2014-11-25 (Tue, 25 Nov 2014)

  Changed paths:
    M changelog.html
    M debian/debian/changelog

  Log Message:
  -----------
  merged back the RC branch


  Commit: 318e1c87ef1e421c5b0d5c1261d660bf98cea39e
      
https://github.com/jenkinsci/jenkins/commit/318e1c87ef1e421c5b0d5c1261d660bf98cea39e
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2014-11-25 (Tue, 25 Nov 2014)

  Changed paths:
    M changelog.html

  Log Message:
  -----------
  creating an RC branch


Compare: 
https://github.com/jenkinsci/jenkins/compare/cac9f12d8664...318e1c87ef1e

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