1. 26 3月, 2020 1 次提交
  2. 19 2月, 2020 1 次提交
  3. 20 10月, 2019 2 次提交
  4. 16 10月, 2019 1 次提交
  5. 28 9月, 2019 1 次提交
  6. 04 9月, 2019 1 次提交
  7. 16 8月, 2019 1 次提交
  8. 01 7月, 2019 1 次提交
  9. 27 6月, 2019 1 次提交
  10. 13 6月, 2019 1 次提交
  11. 22 4月, 2019 1 次提交
  12. 02 4月, 2019 2 次提交
  13. 19 3月, 2019 3 次提交
  14. 21 2月, 2019 1 次提交
  15. 13 12月, 2018 1 次提交
    • J
      Fixing a SIOOBE encountered during Windows-jdk11 tests (but not reproducible locally). · 08d273f3
      Jesse Glick 提交于
      Amends code added in https://github.com/jenkinsci/jenkins/pull/2082.
      java.lang.RuntimeException: Unexpected issues encountered during cleanUp: offset 0, count -1, length 5
      	at jenkins.model.Jenkins.cleanUp(Jenkins.java:3319)
      	at org.jvnet.hudson.test.JenkinsRule.after(JenkinsRule.java:495)
      	at org.jvnet.hudson.test.JenkinsRule$1.evaluate(JenkinsRule.java:565)
      	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
      	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
      	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
      	at java.base/java.lang.Thread.run(Thread.java:834)
      Caused by: java.lang.StringIndexOutOfBoundsException: offset 0, count -1, length 5
      	at java.base/java.lang.String.checkBoundsOffCount(String.java:3304)
      	at java.base/java.lang.String.<init>(String.java:465)
      	at hudson.TcpSlaveAgentListener$PingAgentProtocol.connect(TcpSlaveAgentListener.java:416)
      	at hudson.TcpSlaveAgentListener.shutdown(TcpSlaveAgentListener.java:196)
      	at jenkins.model.Jenkins._cleanUpShutdownTcpSlaveAgent(Jenkins.java:3548)
      	at jenkins.model.Jenkins.cleanUp(Jenkins.java:3294)
      	... 6 more
      08d273f3
  16. 21 11月, 2018 1 次提交
  17. 22 1月, 2018 1 次提交
  18. 04 1月, 2018 1 次提交
  19. 03 1月, 2018 1 次提交
  20. 27 10月, 2017 1 次提交
  21. 13 10月, 2017 1 次提交
    • R
      [JENKINS-38711] Add UncaughtExceptionHandler to remoting related threads (#3017) · 62c4408c
      Rebecca Ysteboe 提交于
      * [JENKINS-38711] Add UncaughtExceptionHandler to remoting related threads
      
      * [JENKINS-38711] Restart listener thread if it fails
      
      * [JENKINS-38711] Reschedule the thread on a delay
      
      * [JENKINS-38711] Allow the listener to actually be restarted
      
      * [JENKINS-38711] Minor updates based on feedback
      
      * [JENKINS-38711] Check to see if port has changed
      
      * [JENKINS-38711] Check for updates inside of rescheduler too
      
      * [JENKINS-38711] Remove port checks outside of the rescheduler
      
      * [JENKINS-38711] Add empty constructor to fix CI build
      
      * [JENKINS-38711] Remove unused port variable
      62c4408c
  22. 10 9月, 2017 2 次提交
  23. 02 8月, 2017 1 次提交
  24. 20 7月, 2017 1 次提交
  25. 01 6月, 2017 1 次提交
  26. 22 5月, 2017 1 次提交
  27. 03 5月, 2017 1 次提交
  28. 02 5月, 2017 1 次提交
  29. 08 4月, 2017 1 次提交
  30. 10 10月, 2016 1 次提交
  31. 01 10月, 2016 1 次提交
  32. 08 8月, 2016 1 次提交
  33. 06 8月, 2016 3 次提交