Branch: refs/heads/rc
Home: https://github.com/jenkinsci/jenkins
Commit: 79326edd97fa41279adc2e50fca3d15641a9ebb6
https://github.com/jenkinsci/jenkins/commit/79326edd97fa41279adc2e50fca3d15641a9ebb6
Author: Ignacio Albors <[email protected]>
Date: 2013-01-02 (Wed, 02 Jan 2013)
Changed paths:
M core/src/main/java/hudson/util/RunList.java
Log Message:
-----------
Swapped conditions to get all the builds in timeline graph.
Since the builds are sorted from most to least recent, the limit
method discarded the builds not in the same day as the last one.
Commit: 9c5b1805d31d356e9c0f4f79c78db214ee6fddca
https://github.com/jenkinsci/jenkins/commit/9c5b1805d31d356e9c0f4f79c78db214ee6fddca
Author: ialbors <[email protected]>
Date: 2013-01-06 (Sun, 06 Jan 2013)
Changed paths:
A core/src/test/java/hudson/util/RunListTest.java
Log Message:
-----------
Added test for byTimestamp method in RunList.
Commit: 8ee743ec32fb30cd966b6054b5ef5b9a0d18b430
https://github.com/jenkinsci/jenkins/commit/8ee743ec32fb30cd966b6054b5ef5b9a0d18b430
Author: ialbors <[email protected]>
Date: 2013-01-07 (Mon, 07 Jan 2013)
Changed paths:
M core/src/main/java/hudson/util/RunList.java
M core/src/test/java/hudson/util/RunListTest.java
Log Message:
-----------
Fixed indentation.
Commit: a49e27682dac9b6f39ec5a1a7eaed4cb79fc8e82
https://github.com/jenkinsci/jenkins/commit/a49e27682dac9b6f39ec5a1a7eaed4cb79fc8e82
Author: Daniel Beck <[email protected]>
Date: 2014-02-08 (Sat, 08 Feb 2014)
Changed paths:
M core/src/main/java/hudson/model/Run.java
Log Message:
-----------
Revert 33db54459a80adb8fe435a96956d3f22dd033414
Commit: 2d9b2948f7b2bc1399f88ee9f7f5900f56ed7b6b
https://github.com/jenkinsci/jenkins/commit/2d9b2948f7b2bc1399f88ee9f7f5900f56ed7b6b
Author: Daniel Beck <[email protected]>
Date: 2014-02-08 (Sat, 08 Feb 2014)
Changed paths:
M core/src/main/java/hudson/model/AutoCompletionCandidates.java
M core/src/main/java/hudson/model/ViewDescriptor.java
Log Message:
-----------
Fix autocompletion for items in folders
Commit: bc806ccc27d079467ff7698ac2ace61a60867dd2
https://github.com/jenkinsci/jenkins/commit/bc806ccc27d079467ff7698ac2ace61a60867dd2
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-02-14 (Fri, 14 Feb 2014)
Changed paths:
M core/src/main/java/hudson/model/AbstractItem.java
M core/src/main/java/hudson/model/View.java
Log Message:
-----------
typo
Commit: c88698c0afc35d7427b16349f4d411d184f3ae3f
https://github.com/jenkinsci/jenkins/commit/c88698c0afc35d7427b16349f4d411d184f3ae3f
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-02-14 (Fri, 14 Feb 2014)
Changed paths:
M test/src/test/java/hudson/tasks/junit/CaseResultTest.java
Log Message:
-----------
[JENKINS-21261] while I originally misdiagnosed the problem, the test is
still marginally useful.
Commit: b87b1f17998c06bc1a0640b645961b6d32948973
https://github.com/jenkinsci/jenkins/commit/b87b1f17998c06bc1a0640b645961b6d32948973
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-02-14 (Fri, 14 Feb 2014)
Changed paths:
M core/src/main/resources/lib/layout/ajax.jelly
Log Message:
-----------
made the content type customizable
Commit: 411c3cfecb8094da86fd0397dc8c29c723f53da3
https://github.com/jenkinsci/jenkins/commit/411c3cfecb8094da86fd0397dc8c29c723f53da3
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-02-14 (Fri, 14 Feb 2014)
Changed paths:
M core/src/main/java/hudson/tasks/junit/TestResultAction.java
Log Message:
-----------
[JENKINS-21261]
plugin might erranously put null into the collection, so filter them out
Commit: 8901dbe49c1271c0aefa92a0c8d068d128990158
https://github.com/jenkinsci/jenkins/commit/8901dbe49c1271c0aefa92a0c8d068d128990158
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-02-14 (Fri, 14 Feb 2014)
Changed paths:
M cli/src/main/java/hudson/cli/CLI.java
Log Message:
-----------
Exposing it outside
Commit: 2e1d9f28fe7b7b4b18dd208f862d3c8d8cae26ec
https://github.com/jenkinsci/jenkins/commit/2e1d9f28fe7b7b4b18dd208f862d3c8d8cae26ec
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-02-14 (Fri, 14 Feb 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.553-SNAPSHOT
Commit: 536f6a10c59fc721e9454fb27650b787c8685435
https://github.com/jenkinsci/jenkins/commit/536f6a10c59fc721e9454fb27650b787c8685435
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-02-14 (Fri, 14 Feb 2014)
Changed paths:
M cli/src/main/java/hudson/cli/CLI.java
M core/src/main/java/hudson/model/AbstractItem.java
M core/src/main/java/hudson/model/View.java
M core/src/main/java/hudson/tasks/junit/TestResultAction.java
M core/src/main/resources/lib/layout/ajax.jelly
M test/src/test/java/hudson/tasks/junit/CaseResultTest.java
Log Message:
-----------
Merge branch 'master' of github.com:jenkinsci/jenkins
Commit: 279a46c66a1c9806ff7f036305d9fcbce09887cb
https://github.com/jenkinsci/jenkins/commit/279a46c66a1c9806ff7f036305d9fcbce09887cb
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-02-14 (Fri, 14 Feb 2014)
Changed paths:
M changelog.html
Log Message:
-----------
Merge remote-tracking branch 'origin/rc'
Commit: 9454f92989a42977b56aa20561ec736de21a9db0
https://github.com/jenkinsci/jenkins/commit/9454f92989a42977b56aa20561ec736de21a9db0
Author: Daniel Beck <[email protected]>
Date: 2014-02-16 (Sun, 16 Feb 2014)
Changed paths:
M core/src/main/java/hudson/model/Run.java
Log Message:
-----------
Merge pull request #1123 from daniel-beck/fix-build-deletion
Revert 33db54459a80adb8fe435a96956d3f22dd033414
Commit: 389a3bcf6a88a0c4a8e48753a2f32662caab6879
https://github.com/jenkinsci/jenkins/commit/389a3bcf6a88a0c4a8e48753a2f32662caab6879
Author: Daniel Beck <[email protected]>
Date: 2014-02-16 (Sun, 16 Feb 2014)
Changed paths:
M core/src/main/java/hudson/model/AutoCompletionCandidates.java
M core/src/main/java/hudson/model/ViewDescriptor.java
Log Message:
-----------
Merge pull request #1124 from daniel-beck/fix-autocompletion-for-folders
Fix autocompletion for items in folders
Commit: b2c69b4a355b47f6da400a21173680daea4f6a4c
https://github.com/jenkinsci/jenkins/commit/b2c69b4a355b47f6da400a21173680daea4f6a4c
Author: Jesse Glick <[email protected]>
Date: 2014-02-17 (Mon, 17 Feb 2014)
Changed paths:
M changelog.html
M core/pom.xml
M core/src/main/java/hudson/ClassicPluginStrategy.java
R core/src/main/java/hudson/markup/EbayPolicy.java
A core/src/main/java/hudson/markup/EscapedMarkupFormatter.java
R core/src/main/java/hudson/markup/HtmlPolicyBuilder2.java
R core/src/main/java/hudson/markup/MyspacePolicy.java
R core/src/main/java/hudson/markup/RawHtmlMarkupFormatter.java
M core/src/main/java/jenkins/model/Jenkins.java
A core/src/main/resources/hudson/markup/EscapedMarkupFormatter/config.jelly
A
core/src/main/resources/hudson/markup/EscapedMarkupFormatter/config.properties
R core/src/main/resources/hudson/markup/RawHtmlMarkupFormatter/config.jelly
R
core/src/main/resources/hudson/markup/RawHtmlMarkupFormatter/config.properties
R
core/src/main/resources/hudson/markup/RawHtmlMarkupFormatter/config_bg.properties
R
core/src/main/resources/hudson/markup/RawHtmlMarkupFormatter/config_cs.properties
R
core/src/main/resources/hudson/markup/RawHtmlMarkupFormatter/config_da.properties
R
core/src/main/resources/hudson/markup/RawHtmlMarkupFormatter/config_de.properties
R
core/src/main/resources/hudson/markup/RawHtmlMarkupFormatter/config_es.properties
R
core/src/main/resources/hudson/markup/RawHtmlMarkupFormatter/config_fi.properties
R
core/src/main/resources/hudson/markup/RawHtmlMarkupFormatter/config_fr.properties
R
core/src/main/resources/hudson/markup/RawHtmlMarkupFormatter/config_hi_IN.properties
R
core/src/main/resources/hudson/markup/RawHtmlMarkupFormatter/config_hu.properties
R
core/src/main/resources/hudson/markup/RawHtmlMarkupFormatter/config_it.properties
R
core/src/main/resources/hudson/markup/RawHtmlMarkupFormatter/config_ja.properties
R
core/src/main/resources/hudson/markup/RawHtmlMarkupFormatter/config_ko.properties
R
core/src/main/resources/hudson/markup/RawHtmlMarkupFormatter/config_lt.properties
R
core/src/main/resources/hudson/markup/RawHtmlMarkupFormatter/config_lv.properties
R
core/src/main/resources/hudson/markup/RawHtmlMarkupFormatter/config_nb_NO.properties
R
core/src/main/resources/hudson/markup/RawHtmlMarkupFormatter/config_nl.properties
R
core/src/main/resources/hudson/markup/RawHtmlMarkupFormatter/config_pl.properties
R
core/src/main/resources/hudson/markup/RawHtmlMarkupFormatter/config_pt_BR.properties
R
core/src/main/resources/hudson/markup/RawHtmlMarkupFormatter/config_pt_PT.properties
R
core/src/main/resources/hudson/markup/RawHtmlMarkupFormatter/config_ru.properties
R
core/src/main/resources/hudson/markup/RawHtmlMarkupFormatter/config_sk.properties
R
core/src/main/resources/hudson/markup/RawHtmlMarkupFormatter/config_sv_SE.properties
R
core/src/main/resources/hudson/markup/RawHtmlMarkupFormatter/config_uk.properties
R
core/src/main/resources/hudson/markup/RawHtmlMarkupFormatter/config_zh_CN.properties
R
core/src/main/resources/hudson/markup/RawHtmlMarkupFormatter/config_zh_TW.properties
R core/src/test/java/hudson/markup/MyspacePolicyTest.java
M test/pom.xml
M test/src/test/groovy/lib/form/ApplyButtonTest.groovy
M war/pom.xml
Log Message:
-----------
Split RawHtmlMarkupFormatter into a bundled plugin
(antisamy-markup-formatter).
https://trello.com/c/NvZt4WXu/15-rawhtmlmarkupformatter
Commit: 9856477ffe2d8c4423a30e35740394fbf9872805
https://github.com/jenkinsci/jenkins/commit/9856477ffe2d8c4423a30e35740394fbf9872805
Author: Daniel Beck <[email protected]>
Date: 2014-02-17 (Mon, 17 Feb 2014)
Changed paths:
M core/src/main/java/hudson/model/AutoCompletionCandidates.java
Log Message:
-----------
Update Javadoc for PR #1124
Commit: 1b17335645f13ca74e341f73ab822262c6cd8a12
https://github.com/jenkinsci/jenkins/commit/1b17335645f13ca74e341f73ab822262c6cd8a12
Author: Daniel Beck <[email protected]>
Date: 2014-02-17 (Mon, 17 Feb 2014)
Changed paths:
M core/src/main/java/hudson/model/ViewDescriptor.java
Log Message:
-----------
Update Javadoc for PR #1124
Commit: f268d3ba3d97d8996d6b6a982e4422183c2d2c9e
https://github.com/jenkinsci/jenkins/commit/f268d3ba3d97d8996d6b6a982e4422183c2d2c9e
Author: Jesse Glick <[email protected]>
Date: 2014-02-17 (Mon, 17 Feb 2014)
Changed paths:
M core/src/main/java/hudson/model/AutoCompletionCandidates.java
M core/src/main/java/hudson/model/ViewDescriptor.java
Log Message:
-----------
Merge branch 'master' of git://github.com/jenkinsci/jenkins
Commit: a22d914a0e73dd2627385fe32bddfc3727116bb3
https://github.com/jenkinsci/jenkins/commit/a22d914a0e73dd2627385fe32bddfc3727116bb3
Author: Jesse Glick <[email protected]>
Date: 2014-02-17 (Mon, 17 Feb 2014)
Changed paths:
M core/src/main/java/hudson/model/AbstractProject.java
M core/src/main/java/hudson/model/Executor.java
Log Message:
-----------
Javadoc improvements.
Commit: 6a205a9495f806b7f4c3118b427f599f5eb2c3aa
https://github.com/jenkinsci/jenkins/commit/6a205a9495f806b7f4c3118b427f599f5eb2c3aa
Author: Jesse Glick <[email protected]>
Date: 2014-02-17 (Mon, 17 Feb 2014)
Changed paths:
M core/src/main/java/hudson/model/Run.java
Log Message:
-----------
Senseless for the state field to be protected when the enum used for its type
is private: no subtype could use it anyway.
Commit: cf3c157d74e4057f1ece331b54fff069d64a246a
https://github.com/jenkinsci/jenkins/commit/cf3c157d74e4057f1ece331b54fff069d64a246a
Author: Jesse Glick <[email protected]>
Date: 2014-02-17 (Mon, 17 Feb 2014)
Changed paths:
M core/src/main/java/hudson/model/FreeStyleBuild.java
Log Message:
-----------
Unused imports.
Commit: 3d5baf60c46701049b0f441619e78c324c539f1f
https://github.com/jenkinsci/jenkins/commit/3d5baf60c46701049b0f441619e78c324c539f1f
Author: Harald Albers <[email protected]>
Date: 2014-02-18 (Tue, 18 Feb 2014)
Changed paths:
M core/src/main/java/hudson/markup/EscapedMarkupFormatter.java
M
core/src/main/resources/hudson/markup/EscapedMarkupFormatter/config.properties
A
core/src/main/resources/hudson/markup/EscapedMarkupFormatter/config_de.properties
A core/src/main/resources/hudson/markup/Messages.properties
Log Message:
-----------
improved description of EscapedMarkupFormatter
also made its display name localizable
Commit: 2ae83f6ab099d46d01a2f70c77be069d3050267d
https://github.com/jenkinsci/jenkins/commit/2ae83f6ab099d46d01a2f70c77be069d3050267d
Author: Jesse Glick <[email protected]>
Date: 2014-02-18 (Tue, 18 Feb 2014)
Changed paths:
M core/pom.xml
Log Message:
-----------
Corrected a (now-)misleading comment.
JENKINS-20618 diagnostics (also in 1.532.2) are on top of jzlib 1.1.3.
Commit: 20c4b06f8c5176bfe85ca7edfd62a65b49f46a93
https://github.com/jenkinsci/jenkins/commit/20c4b06f8c5176bfe85ca7edfd62a65b49f46a93
Author: Jesse Glick <[email protected]>
Date: 2014-02-18 (Tue, 18 Feb 2014)
Changed paths:
M core/src/main/java/hudson/util/RunList.java
A core/src/test/java/hudson/util/RunListTest.java
Log Message:
-----------
Merge branch 'master_g' of github.com:ialbors/jenkins
[FIXED JENKINS-21159] Merged #663.
Commit: b09f828706c9a16b8acc4158f2161117f9359047
https://github.com/jenkinsci/jenkins/commit/b09f828706c9a16b8acc4158f2161117f9359047
Author: Jesse Glick <[email protected]>
Date: 2014-02-18 (Tue, 18 Feb 2014)
Changed paths:
M changelog.html
M core/src/test/java/hudson/util/RunListTest.java
Log Message:
-----------
[JENKINS-21159] Noting #663 merge.
Commit: a72188213e9d28a84cd2af90a62e445c66f5bcf6
https://github.com/jenkinsci/jenkins/commit/a72188213e9d28a84cd2af90a62e445c66f5bcf6
Author: Olivier Lamy <[email protected]>
Date: 2014-02-20 (Thu, 20 Feb 2014)
Changed paths:
R .idea/compiler.xml
R .idea/encodings.xml
R .idea/groovyc.xml
Log Message:
-----------
really a pain to have those files in the scm, I always have those to commit
Commit: f360ce3ee04a967ec1413612d3cb381f4a6950ed
https://github.com/jenkinsci/jenkins/commit/f360ce3ee04a967ec1413612d3cb381f4a6950ed
Author: Jesse Glick <[email protected]>
Date: 2014-02-20 (Thu, 20 Feb 2014)
Changed paths:
M core/src/main/java/hudson/model/Queue.java
M core/src/main/java/hudson/model/queue/ScheduleResult.java
M test/src/test/java/hudson/model/QueueTest.java
Log Message:
-----------
Javadoc for Queue.Task claimed they were compared using .equals(), but in
critical cases this was not actually true.
Does not matter for the common case of Job, but when implementing custom tasks
this could cause duplicate queue items (and executables).
Commit: 1b2ac716ba14945fd0654376d44a35feef62d531
https://github.com/jenkinsci/jenkins/commit/1b2ac716ba14945fd0654376d44a35feef62d531
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-02-20 (Thu, 20 Feb 2014)
Changed paths:
M changelog.html
M war/pom.xml
Log Message:
-----------
Slave started from JNLP can now install itself as systemd service.
Commit: 4c32649db54a4a4f6162793179143fb12ae9e521
https://github.com/jenkinsci/jenkins/commit/4c32649db54a4a4f6162793179143fb12ae9e521
Author: christ66 <[email protected]>
Date: 2014-02-20 (Thu, 20 Feb 2014)
Changed paths:
M core/src/main/java/hudson/util/IOUtils.java
M pom.xml
Log Message:
-----------
Upgrade to commons-io 2.4
In order to maintain backwards compatibility we need to keep IOUtils the
same as in commons-io 1.4. This code is backwards compatible, however
most of the methods have been deprecated and should instead use the
org.apache.commons.io.IOUtils version instead.
Commit: 3b472e5b867a4664f2cd40633cb197d09f470a16
https://github.com/jenkinsci/jenkins/commit/3b472e5b867a4664f2cd40633cb197d09f470a16
Author: Olivier Lamy <[email protected]>
Date: 2014-02-20 (Thu, 20 Feb 2014)
Changed paths:
M core/src/main/java/hudson/util/IOUtils.java
M pom.xml
Log Message:
-----------
Merge pull request #1135 from christ66/commons-io-up
Upgrade to commons-io 2.4
Commit: 8482756860d8cb838e20f7007c241aa77f2524b7
https://github.com/jenkinsci/jenkins/commit/8482756860d8cb838e20f7007c241aa77f2524b7
Author: Harald Albers <[email protected]>
Date: 2014-02-21 (Fri, 21 Feb 2014)
Changed paths:
M changelog.html
Log Message:
-----------
typo in changelog
Commit: 898f1f76a37e1c69cf38df718a5d3899544ebb44
https://github.com/jenkinsci/jenkins/commit/898f1f76a37e1c69cf38df718a5d3899544ebb44
Author: Jesse Glick <[email protected]>
Date: 2014-02-21 (Fri, 21 Feb 2014)
Changed paths:
M changelog.html
M core/src/main/java/hudson/ClassicPluginStrategy.java
M core/src/main/java/hudson/PluginManager.java
M core/src/main/java/jenkins/ClassLoaderReflectionToolkit.java
Log Message:
-----------
[FIXED JENKINS-12124] Occasionally errors loading plugin classes since it is
expected that findClass (and findLoadedClass) are called under synchronization.
The problem was masked by a blind assumption that an InvocationTargetException
was in fact wrapping a ClassNotFoundException.
Many thanks to @gotwarlost for demonstrating how to reproduce the problem and
diagnosing the cause.
Commit: e98867208d91dad96b89507b334ff8e1e00b803f
https://github.com/jenkinsci/jenkins/commit/e98867208d91dad96b89507b334ff8e1e00b803f
Author: Jesse Glick <[email protected]>
Date: 2014-02-21 (Fri, 21 Feb 2014)
Changed paths:
M war/pom.xml
Log Message:
-----------
Disabling systemd-slave-installer until it can be fixed to be quiet on Ubuntu.
Commit: e2b0cc9e6b4d2f3f0b06eb06a6df17a7668b6702
https://github.com/jenkinsci/jenkins/commit/e2b0cc9e6b4d2f3f0b06eb06a6df17a7668b6702
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-02-21 (Fri, 21 Feb 2014)
Changed paths:
M war/pom.xml
Log Message:
-----------
Fixed systemd error on Ubuntu that Jesse found.
Commit: 82e94e5e738c988c36181d8c0ff6b9ffed846bcc
https://github.com/jenkinsci/jenkins/commit/82e94e5e738c988c36181d8c0ff6b9ffed846bcc
Author: christ66 <[email protected]>
Date: 2014-02-21 (Fri, 21 Feb 2014)
Changed paths:
M core/src/main/java/hudson/model/Run.java
Log Message:
-----------
[FIXED JENKINS-20965] Run.writeWholeLogTo causes high CPU usage.
Wait one second before writing to log files. Switched to while loop to
prevent extra one second delay.
Commit: 9beb9cd95880cf55e1b2580eb77e8ea44abc601e
https://github.com/jenkinsci/jenkins/commit/9beb9cd95880cf55e1b2580eb77e8ea44abc601e
Author: christ66 <[email protected]>
Date: 2014-02-21 (Fri, 21 Feb 2014)
Changed paths:
M core/src/main/java/hudson/util/IOUtils.java
Log Message:
-----------
Deprecate the static final variables used in IOUtils.
Commit: 761af2d2dbd2754d412e8d0ddea658dcdbd2f6a0
https://github.com/jenkinsci/jenkins/commit/761af2d2dbd2754d412e8d0ddea658dcdbd2f6a0
Author: Olivier Lamy <[email protected]>
Date: 2014-02-21 (Fri, 21 Feb 2014)
Changed paths:
M core/src/main/java/hudson/util/IOUtils.java
Log Message:
-----------
Merge pull request #1138 from christ66/commons-io-up
Deprecate the static final variables used in IOUtils.
Commit: 5d91ed77f7402133fd7c9e77b1a6676c6695ec5a
https://github.com/jenkinsci/jenkins/commit/5d91ed77f7402133fd7c9e77b1a6676c6695ec5a
Author: Jesse Glick <[email protected]>
Date: 2014-02-23 (Sun, 23 Feb 2014)
Changed paths:
M core/src/main/java/hudson/model/Run.java
Log Message:
-----------
Merge branch 'JENKINS-20965' of github.com:christ66/jenkins
Commit: 0d77f1795cf97a5e7dbd43f066ab5f97753b464b
https://github.com/jenkinsci/jenkins/commit/0d77f1795cf97a5e7dbd43f066ab5f97753b464b
Author: Jesse Glick <[email protected]>
Date: 2014-02-23 (Sun, 23 Feb 2014)
Changed paths:
M changelog.html
Log Message:
-----------
[JENKINS-20965] Noting merge of #1137.
Commit: 3ec7e562fe9225efb42272a9427499a11e059f48
https://github.com/jenkinsci/jenkins/commit/3ec7e562fe9225efb42272a9427499a11e059f48
Author: Jesse Glick <[email protected]>
Date: 2014-02-23 (Sun, 23 Feb 2014)
Changed paths:
M test/src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
M test/src/main/java/org/jvnet/hudson/test/JenkinsRule.java
Log Message:
-----------
Trying to diagnose recent CI failures of HtmlUnit calls.
For example
https://jenkins.ci.cloudbees.com/job/core/job/jenkins-core-validated-merge/38/testReport/lib.layout/LayoutTest/rejectedLinks/
failed with:
java.io.IOException: GET http://localhost:52099/jenkins/login failed
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:152)
at java.net.SocketInputStream.read(SocketInputStream.java:122)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:235)
at java.io.BufferedInputStream.read(BufferedInputStream.java:254)
at
org.apache.commons.httpclient.HttpParser.readRawLine(HttpParser.java:78)
at
org.apache.commons.httpclient.HttpParser.readLine(HttpParser.java:106)
at
org.apache.commons.httpclient.HttpConnection.readLine(HttpConnection.java:1116)
at
org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.readLine(MultiThreadedHttpConnectionManager.java:1413)
at
org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.java:1973)
at
org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1735)
at
org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1098)
at
org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)
at
org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
at
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
at
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:346)
at
com.gargoylesoftware.htmlunit.HttpWebConnection.getResponse(HttpWebConnection.java:101)
at
com.gargoylesoftware.htmlunit.WebClient.loadWebResponseFromWebConnection(WebClient.java:1456)
at
com.gargoylesoftware.htmlunit.WebClient.loadWebResponse(WebClient.java:1387)
at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:328)
at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:389)
at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:374)
at
org.jvnet.hudson.test.JenkinsRule$WebClient.goTo(JenkinsRule.java:1944)
at
org.jvnet.hudson.test.JenkinsRule$WebClient.goTo(JenkinsRule.java:1926)
at lib.layout.LayoutTest.rejectedLinks(LayoutTest.java:44)
which makes little sense since the named IOException is actually thrown from
HttpWebConnection.java:130.
Perhaps Surefire is not reporting the original cause correctly, conflating the
wrapper’s message with the original stack trace.
As a temporary measure, printing the original stack trace to stderr if there is
any.
Commit: fdda9ca65689423794a8378c1f28faca7dffddf0
https://github.com/jenkinsci/jenkins/commit/fdda9ca65689423794a8378c1f28faca7dffddf0
Author: Jesse Glick <[email protected]>
Date: 2014-02-23 (Sun, 23 Feb 2014)
Changed paths:
M changelog.html
M core/src/main/java/hudson/model/User.java
M test/src/test/java/hudson/model/UserTest.java
Log Message:
-----------
[FIXED JENKINS-16332] Ensure that User records are saved when the fullName is
not recoverable from the id.
Otherwise User.get(id).getFullName() after restarting Jenkins will produce the
wrong result.
Commit: e88de958ca6647b8bd77c3804f603cd1145af736
https://github.com/jenkinsci/jenkins/commit/e88de958ca6647b8bd77c3804f603cd1145af736
Author: christ66 <[email protected]>
Date: 2014-02-24 (Mon, 24 Feb 2014)
Changed paths:
M core/src/main/java/hudson/util/IOUtils.java
Log Message:
-----------
Add alternative field calls for deprecated methods.
Commit: 97cc96c9256a08dc29a9503bb3a3b8a1a64093c8
https://github.com/jenkinsci/jenkins/commit/97cc96c9256a08dc29a9503bb3a3b8a1a64093c8
Author: Jesse Glick <[email protected]>
Date: 2014-02-24 (Mon, 24 Feb 2014)
Changed paths:
M core/src/main/java/hudson/util/IOUtils.java
Log Message:
-----------
Merge pull request #1140 from christ66/commons-io-up
Add alternative field calls for deprecated methods.
Commit: 56024205c10095d2c0b36f4f3a7465dcae6fc7ae
https://github.com/jenkinsci/jenkins/commit/56024205c10095d2c0b36f4f3a7465dcae6fc7ae
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-02-24 (Mon, 24 Feb 2014)
Changed paths:
M core/src/main/java/hudson/util/ProcessTree.java
M core/src/test/java/hudson/util/ProcessTreeTest.java
Log Message:
-----------
Excluding this test on unsupported platform
... based on Tyler's discovery at https://gist.github.com/rtyler/9195510
testRemoting(hudson.util.ProcessTreeTest) Time elapsed: 0.097 sec <<< ERROR!
java.util.NoSuchElementException: null
at java.util.HashMap$HashIterator.nextEntry(HashMap.java:897)
at java.util.HashMap$ValueIterator.next(HashMap.java:922)
at hudson.util.ProcessTreeTest$MyCallable.call(ProcessTreeTest.java:42)
at hudson.util.ProcessTreeTest$MyCallable.call(ProcessTreeTest.java:38)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:328)
at
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:724)
He runs this on FreeBSD.
Commit: 741ee0a82900a4584acd86bb48e8c3ce8b55f03a
https://github.com/jenkinsci/jenkins/commit/741ee0a82900a4584acd86bb48e8c3ce8b55f03a
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-02-24 (Mon, 24 Feb 2014)
Changed paths:
M changelog.html
M debian/debian/changelog
Log Message:
-----------
merged back the RC branch
Commit: cd3851bc014c316f109e22f3dd1c797890bc2360
https://github.com/jenkinsci/jenkins/commit/cd3851bc014c316f109e22f3dd1c797890bc2360
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2014-02-25 (Tue, 25 Feb 2014)
Changed paths:
M changelog.html
Log Message:
-----------
creating an RC branch
Compare:
https://github.com/jenkinsci/jenkins/compare/f2946558ca0e...cd3851bc014c
--
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/groups/opt_out.