Branch: refs/heads/rc
Home: https://github.com/jenkinsci/jenkins
Commit: d4459d9d0f99b951974f6ab1bedf6a580aad9248
https://github.com/jenkinsci/jenkins/commit/d4459d9d0f99b951974f6ab1bedf6a580aad9248
Author: redlab <[email protected]>
Date: 2013-04-15 (Mon, 15 Apr 2013)
Changed paths:
M maven-plugin/src/main/java/hudson/maven/MavenModuleSetBuild.java
Log Message:
-----------
As this is my first look inside Jenkins codebase I not sure it's correct
but perhaps artifacts for modulebuilds should be deleted just as logs
are deleted. see https://issues.jenkins-ci.org/browse/JENKINS-17508
I did not fully test it yet, all unit tests ran fine, but didn't succeed
to run jobs inside Jenkins, due to classloader issues while running
Jenkins in Jetty, to verify deletion
Commit: c8f73d0015365ab13a17c18ef8cd750cdcda2506
https://github.com/jenkinsci/jenkins/commit/c8f73d0015365ab13a17c18ef8cd750cdcda2506
Author: redlab <[email protected]>
Date: 2013-04-17 (Wed, 17 Apr 2013)
Changed paths:
A
test/src/test/java/hudson/maven/MavenMultiModuleLogRotatorCleanArtifacts.java
Log Message:
-----------
adds test that looks in jobs archive with 2 builds when LogRotator set as
build discarder with settings to keep only 1 build with artifacts, test
searches for jars in archive for build one and build two expecting no jars in
build 1 and expecting jars in build 2
Commit: 2a0bd7eebd1ee70aa6099197f48810235ddc9ab0
https://github.com/jenkinsci/jenkins/commit/2a0bd7eebd1ee70aa6099197f48810235ddc9ab0
Author: redlab <[email protected]>
Date: 2013-04-17 (Wed, 17 Apr 2013)
Changed paths:
M
test/src/test/java/hudson/maven/MavenMultiModuleLogRotatorCleanArtifacts.java
Log Message:
-----------
add documentation to testcase.
Commit: ca7f4e682c8faa024053130d672d28684c010067
https://github.com/jenkinsci/jenkins/commit/ca7f4e682c8faa024053130d672d28684c010067
Author: redlab <[email protected]>
Date: 2013-04-17 (Wed, 17 Apr 2013)
Changed paths:
M
test/src/test/java/hudson/maven/MavenMultiModuleLogRotatorCleanArtifacts.java
Log Message:
-----------
also testing the removal of build if LogRotator is configured to discard
old builds and not only artifacts (Not needed for the issue, but an
extra test is not a luxury )
Commit: aa1d28b04014c18838e87b3a8b1707cc5eb28b14
https://github.com/jenkinsci/jenkins/commit/aa1d28b04014c18838e87b3a8b1707cc5eb28b14
Author: redlab <[email protected]>
Date: 2013-04-23 (Tue, 23 Apr 2013)
Changed paths:
R
test/src/test/java/hudson/maven/MavenMultiModuleLogRotatorCleanArtifacts.java
A
test/src/test/java/hudson/maven/MavenMultiModuleLogRotatorCleanArtifactsTest.java
Log Message:
-----------
JENKINS-17508 updated the test to use @Rule and no longer extend from the old
HudsonTestCase (shouldn't that one be marked deprecated?), add @ Bug and @ For
as jesse suggested
Commit: f9ce6558c93d7f7ff0f8df12fb80f9ecc868ff99
https://github.com/jenkinsci/jenkins/commit/f9ce6558c93d7f7ff0f8df12fb80f9ecc868ff99
Author: redlab <[email protected]>
Date: 2013-04-24 (Wed, 24 Apr 2013)
Changed paths:
M
test/src/test/java/hudson/maven/MavenMultiModuleLogRotatorCleanArtifactsTest.java
Log Message:
-----------
JENKINS-17508 removed usage of deprecated elements in test
Commit: 7abd089012e0447cdae0e93cda007bf3daa1cac0
https://github.com/jenkinsci/jenkins/commit/7abd089012e0447cdae0e93cda007bf3daa1cac0
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2013-04-28 (Sun, 28 Apr 2013)
Changed paths:
M cli/pom.xml
M core/pom.xml
M maven-plugin/pom.xml
M plugins/pom.xml
M pom.xml
M test/pom.xml
M ui-samples-plugin/pom.xml
M war/pom.xml
Log Message:
-----------
the trunk is toward 1.515-SNAPSHOT
Commit: d477296ffd3114f9f8416981f82e49cace605600
https://github.com/jenkinsci/jenkins/commit/d477296ffd3114f9f8416981f82e49cace605600
Author: Jesse Glick <[email protected]>
Date: 2013-04-29 (Mon, 29 Apr 2013)
Changed paths:
M changelog.html
M maven-plugin/src/main/java/hudson/maven/reporters/MavenFingerprinter.java
Log Message:
-----------
[JENKINS-17775] If MavenProject.getParent throws ISE during fingerprinting,
report it but at least proceed.
Proper fix is to ensure that the model resolution uses the same environment as
the actual build,
or is otherwise more lenient about finding the parent (e.g. enables plugin
resolution).
Commit: 55a68acca970dca12dcde6028b56a784d0c7c5fa
https://github.com/jenkinsci/jenkins/commit/55a68acca970dca12dcde6028b56a784d0c7c5fa
Author: ssogabe <[email protected]>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M changelog.html
M core/src/main/java/hudson/Functions.java
M core/src/main/java/hudson/model/AbstractItem.java
M core/src/test/java/hudson/FunctionsTest.java
Log Message:
-----------
[FIXED JENKINS-17715] Display Name is not shown
Commit: 3f0f25fc6ba938212ada76feebe640b818842b76
https://github.com/jenkinsci/jenkins/commit/3f0f25fc6ba938212ada76feebe640b818842b76
Author: ssogabe <[email protected]>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M core/src/main/java/hudson/model/AbstractItem.java
Log Message:
-----------
forgot to replace XXX with 1.515
Commit: f6a8c31f6cdcde1b57f03773dd94e11653d0b6bf
https://github.com/jenkinsci/jenkins/commit/f6a8c31f6cdcde1b57f03773dd94e11653d0b6bf
Author: Jesse Glick <[email protected]>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M maven-plugin/src/main/resources/hudson/maven/Messages.properties
Log Message:
-----------
TransferResource.getRepositoryUrl is documented to end in a slash if known,
so we should not add one.
Parsing POMs
Downloaded artifact
http://repo.jenkins-ci.org/public//org/jenkins-ci/plugins/plugin/1.456/plugin-1.456.pom
Downloaded artifact
http://repo.jenkins-ci.org/public//org/jenkins-ci/jenkins/1.26/jenkins-1.26.pom
Commit: 0c4fe2ddbac2963c0b633fe27bb1a6016134da50
https://github.com/jenkinsci/jenkins/commit/0c4fe2ddbac2963c0b633fe27bb1a6016134da50
Author: Jesse Glick <[email protected]>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M changelog.html
M maven-plugin/src/main/java/hudson/maven/MavenBuildInformation.java
M maven-plugin/src/main/java/hudson/maven/MavenModuleSetBuild.java
M maven-plugin/src/main/java/hudson/maven/reporters/MavenFingerprinter.java
Log Message:
-----------
[FIXED JENKINS-17775] Find (model) parent POMs properly during fingerprint
recording at end of build.
Commit: b8adcb43dd73f8bcc3ff00558e0f7e587929cec6
https://github.com/jenkinsci/jenkins/commit/b8adcb43dd73f8bcc3ff00558e0f7e587929cec6
Author: imod <[email protected]>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M core/src/main/java/hudson/tasks/Maven.java
A core/src/main/java/jenkins/mvn/GlobalMavenConfig.java
A core/src/main/resources/jenkins/mvn/GlobalMavenConfig/config.groovy
M maven-plugin/src/main/java/hudson/maven/MavenModuleSet.java
Log Message:
-----------
add global maven config to define default settings providers
Commit: fd31a5d85c0a1fd4a310ced04bb3b714469b2d43
https://github.com/jenkinsci/jenkins/commit/fd31a5d85c0a1fd4a310ced04bb3b714469b2d43
Author: Jesse Glick <[email protected]>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M changelog.html
M core/src/main/java/hudson/model/ListView.java
A test/src/test/java/hudson/model/ListViewTest.java
A test/src/test/resources/hudson/model/ListViewTest/nullJobNames/config.xml
Log Message:
-----------
[FIXED JENKINS-15309] Be robust against serialized ListView with
jobNames==null.
Commit: 7f3096c558046edea7bcfefa480193ede429af85
https://github.com/jenkinsci/jenkins/commit/7f3096c558046edea7bcfefa480193ede429af85
Author: Jesse Glick <[email protected]>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M core/src/main/java/hudson/model/Queue.java
Log Message:
-----------
Deferring formatting Logger messages unless and until the log formatter is
run.
No need to call isLoggable if you are only calling simply getters and relying
on toString later.
Commit: d391bbee0796b8ad53fb48e5dbf43edf4a36fbfc
https://github.com/jenkinsci/jenkins/commit/d391bbee0796b8ad53fb48e5dbf43edf4a36fbfc
Author: Jesse Glick <[email protected]>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M core/src/main/java/hudson/model/queue/CauseOfBlockage.java
Log Message:
-----------
Debugging toString.
Commit: 5661af73698a9ec03b256e1d960ae2ede8bad6d0
https://github.com/jenkinsci/jenkins/commit/5661af73698a9ec03b256e1d960ae2ede8bad6d0
Author: redlab <[email protected]>
Date: 2013-05-01 (Wed, 01 May 2013)
Changed paths:
M
test/src/test/java/hudson/maven/MavenMultiModuleLogRotatorCleanArtifactsTest.java
Log Message:
-----------
changed the filepath#toUri call to #getRemote as per comment of @jglick
Commit: 9b75fe5c9e9fcb6c1a5862f93be334eb8f5764e5
https://github.com/jenkinsci/jenkins/commit/9b75fe5c9e9fcb6c1a5862f93be334eb8f5764e5
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2013-05-01 (Wed, 01 May 2013)
Changed paths:
M war/src/main/webapp/scripts/hudson-behavior.js
Log Message:
-----------
Hopefully this helps us reduce the screen glitch
Commit: 00d5e38759d08fa89ef366fd430e900f4138f0af
https://github.com/jenkinsci/jenkins/commit/00d5e38759d08fa89ef366fd430e900f4138f0af
Author: Jesse Glick <[email protected]>
Date: 2013-05-01 (Wed, 01 May 2013)
Changed paths:
M core/src/main/java/jenkins/model/PeepholePermalink.java
A core/src/test/java/jenkins/model/PeepholePermalinkTest.java
Log Message:
-----------
[JENKINS-17681] Set up a test which passes on Unix but fails on Windows when
symlinks are enabled on the platform but disabled for the current user.
Commit: 3c2b50ecfe1c58f64b32d30a3f96e647671f7d03
https://github.com/jenkinsci/jenkins/commit/3c2b50ecfe1c58f64b32d30a3f96e647671f7d03
Author: Jesse Glick <[email protected]>
Date: 2013-05-01 (Wed, 01 May 2013)
Changed paths:
M changelog.html
M core/src/main/java/hudson/Util.java
M core/src/main/java/jenkins/model/PeepholePermalink.java
Log Message:
-----------
[FIXED JENKINS-17681] Do not try to call resolveSymlink on a nonexistent link
as you will just get an IOException, breaking peephole permalinks in some
Windows environments.
Commit: 555d2b1d95ff10302366392622f43f1aa9cc9662
https://github.com/jenkinsci/jenkins/commit/555d2b1d95ff10302366392622f43f1aa9cc9662
Author: Jesse Glick <[email protected]>
Date: 2013-05-01 (Wed, 01 May 2013)
Changed paths:
M war/src/main/webapp/scripts/hudson-behavior.js
Log Message:
-----------
Merge branch 'master' of github.com:jenkinsci/jenkins
Commit: 31eeb753aadc0646018f459323b8416173ecca93
https://github.com/jenkinsci/jenkins/commit/31eeb753aadc0646018f459323b8416173ecca93
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2013-05-01 (Wed, 01 May 2013)
Changed paths:
M changelog.html
M core/pom.xml
M core/src/main/java/hudson/markup/MyspacePolicy.java
M core/src/main/java/hudson/model/Computer.java
M core/src/main/java/jenkins/model/Jenkins.java
M core/src/test/java/hudson/markup/MyspacePolicyTest.java
M debian/debian/changelog
M maven-plugin/src/main/java/hudson/maven/MavenProbeAction.java
M
maven-plugin/src/main/java/hudson/maven/reporters/MavenAbstractArtifactRecord.java
M test/src/test/java/jenkins/model/JenkinsTest.java
Log Message:
-----------
merged back the RC branch
Commit: 153c9a65ca1393e97a76588d7076883ec39710c5
https://github.com/jenkinsci/jenkins/commit/153c9a65ca1393e97a76588d7076883ec39710c5
Author: Jesse Glick <[email protected]>
Date: 2013-05-02 (Thu, 02 May 2013)
Changed paths:
M maven-plugin/src/main/java/hudson/maven/MavenModuleSetBuild.java
A
test/src/test/java/hudson/maven/MavenMultiModuleLogRotatorCleanArtifactsTest.java
Log Message:
-----------
Merge pull request #759 from redlab/JENKINS-17508
[FIXED JENKINS-17508] Artifacts not being deleted by LogRotator
Commit: 09ae9c00d39dbe824e5f0fdcd8861ec245ed057f
https://github.com/jenkinsci/jenkins/commit/09ae9c00d39dbe824e5f0fdcd8861ec245ed057f
Author: Jesse Glick <[email protected]>
Date: 2013-05-02 (Thu, 02 May 2013)
Changed paths:
M changelog.html
Log Message:
-----------
[JENKINS-17508] Noting.
Commit: 21bf5c45d4249dd4cbb52c0cc61ef3ae117d3dc6
https://github.com/jenkinsci/jenkins/commit/21bf5c45d4249dd4cbb52c0cc61ef3ae117d3dc6
Author: Jesse Glick <[email protected]>
Date: 2013-05-02 (Thu, 02 May 2013)
Changed paths:
M core/src/main/java/jenkins/security/RekeySecretAdminMonitor.java
Log Message:
-----------
Diagnosis for test failure.
https://jenkins.ci.cloudbees.com/job/core/job/jenkins_main_trunk/850/testReport/jenkins.security/RekeySecretAdminMonitorTest/testBasicWorkflow/
com.gargoylesoftware.htmlunit.FailingHttpStatusCodeException: 400 Bad Request
for
http://localhost:60027//administrativeMonitor/jenkins.security.RekeySecretAdminMonitor/scan
at
com.gargoylesoftware.htmlunit.WebClient.throwFailingHttpStatusCodeExceptionIfNecessary(WebClient.java:549)
at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:333)
at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:357)
at com.gargoylesoftware.htmlunit.html.HtmlForm.submit(HtmlForm.java:196)
at org.jvnet.hudson.test.HudsonTestCase.submit(HudsonTestCase.java:1178)
at
jenkins.security.RekeySecretAdminMonitorTest.testBasicWorkflow(RekeySecretAdminMonitorTest.java:112)
java.lang.Exception: Invalid request submission
at org.kohsuke.stapler.HttpResponses.error(HttpResponses.java:79)
at
jenkins.security.RekeySecretAdminMonitor.doScan(RekeySecretAdminMonitor.java:117)
Commit: d658f55c3076e4aadc8f428f76399661ff77e0bf
https://github.com/jenkinsci/jenkins/commit/d658f55c3076e4aadc8f428f76399661ff77e0bf
Author: Donny Nadolny <[email protected]>
Date: 2013-05-02 (Thu, 02 May 2013)
Changed paths:
M core/src/main/java/hudson/tasks/junit/CaseResult.java
M core/src/main/java/hudson/tasks/junit/ClassResult.java
M core/src/main/java/hudson/tasks/junit/PackageResult.java
A core/src/main/java/hudson/tasks/junit/TestNameTransformer.java
M core/src/main/resources/hudson/tasks/junit/CaseResult/index.jelly
M core/src/main/resources/hudson/tasks/junit/ClassResult/body.jelly
M
core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary.jelly
M core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body.jelly
M core/src/test/java/hudson/tasks/junit/SuiteResultTest.java
A test/src/test/java/hudson/tasks/junit/TestNameTransformerTest.java
M test/src/test/java/hudson/tasks/junit/TestResultPublishingTest.java
Log Message:
-----------
Add extension point to rewrite JUnit test names
This adds an extension point, TestNameTransformer, which is called to transform
JUnit test case names.
This is useful for JVM languages like scala which are more flexible than java
with identifier naming.
Scala, for example, allows you to write test names between back ticks, and then
encodes the name using valid java identifiers.
This extension point would allow a plugin to transform those names back in to
readable names when they are displayed on the test result page.
Commit: 53d1e20f6252228c8fbe58c0fa24e92937122fa2
https://github.com/jenkinsci/jenkins/commit/53d1e20f6252228c8fbe58c0fa24e92937122fa2
Author: Jesse Glick <[email protected]>
Date: 2013-05-02 (Thu, 02 May 2013)
Changed paths:
M core/src/main/java/hudson/ExtensionFinder.java
Log Message:
-----------
If an optional component cannot be loaded, print a polite one-line message,
not a big scary stack trace.
(To reproduce: BuildNowTextPropertyTest from cloudbees-template warns about
FolderProxyGroupContainer.)
Commit: 4e37084360a3c400b301b5db154a63afb4b3e7d2
https://github.com/jenkinsci/jenkins/commit/4e37084360a3c400b301b5db154a63afb4b3e7d2
Author: dnadolny <[email protected]>
Date: 2013-05-02 (Thu, 02 May 2013)
Changed paths:
M core/src/main/java/hudson/tasks/junit/CaseResult.java
M core/src/main/java/hudson/tasks/junit/ClassResult.java
M core/src/main/java/hudson/tasks/junit/PackageResult.java
A core/src/main/java/hudson/tasks/junit/TestNameTransformer.java
M core/src/main/resources/hudson/tasks/junit/CaseResult/index.jelly
M core/src/main/resources/hudson/tasks/junit/ClassResult/body.jelly
M
core/src/main/resources/hudson/tasks/test/AbstractTestResultAction/summary.jelly
M core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body.jelly
M core/src/test/java/hudson/tasks/junit/SuiteResultTest.java
A test/src/test/java/hudson/tasks/junit/TestNameTransformerTest.java
M test/src/test/java/hudson/tasks/junit/TestResultPublishingTest.java
Log Message:
-----------
Merge pull request #769 from dnadolny/master
[FIXED JENKINS-17478] Add extension point to rewrite JUnit test names
Commit: 91f0352ea21a1ebd75b51ad084c47642690e3b2a
https://github.com/jenkinsci/jenkins/commit/91f0352ea21a1ebd75b51ad084c47642690e3b2a
Author: imod <[email protected]>
Date: 2013-05-04 (Sat, 04 May 2013)
Changed paths:
M core/src/main/java/hudson/tasks/Maven.java
M core/src/main/resources/hudson/tasks/Maven/config.jelly
Log Message:
-----------
try using defaulting of dropdownDescriptorSelector
Commit: ad286c5197128e1a625c1a724350ea93b5c406a7
https://github.com/jenkinsci/jenkins/commit/ad286c5197128e1a625c1a724350ea93b5c406a7
Author: imod <[email protected]>
Date: 2013-05-05 (Sun, 05 May 2013)
Changed paths:
M test/src/test/java/hudson/maven/MavenProjectTest.java
M test/src/test/java/hudson/tasks/MavenTest.java
Log Message:
-----------
[FIXED JENKINS-17723] add test cases to verify defaulting global settings
providers
Commit: 961f691cf03b0701787eae3506ba7fa18d06279c
https://github.com/jenkinsci/jenkins/commit/961f691cf03b0701787eae3506ba7fa18d06279c
Author: imod <[email protected]>
Date: 2013-05-05 (Sun, 05 May 2013)
Changed paths:
M core/src/main/resources/lib/form/dropdownDescriptorSelector.jelly
Log Message:
-----------
[FIXED JENKINS-17858] allow <f:dropdownDescriptorSelector> to be defaulting
to a specifig instance
Commit: 70f457d90eed4af593fd7817f49eb6e1fa366b5b
https://github.com/jenkinsci/jenkins/commit/70f457d90eed4af593fd7817f49eb6e1fa366b5b
Author: Olivier Lamy <[email protected]>
Date: 2013-05-05 (Sun, 05 May 2013)
Changed paths:
M core/src/main/java/hudson/tasks/Maven.java
A core/src/main/java/jenkins/mvn/GlobalMavenConfig.java
M core/src/main/resources/hudson/tasks/Maven/config.jelly
A core/src/main/resources/jenkins/mvn/GlobalMavenConfig/config.groovy
M maven-plugin/src/main/java/hudson/maven/MavenModuleSet.java
M test/src/test/java/hudson/maven/MavenProjectTest.java
M test/src/test/java/hudson/tasks/MavenTest.java
Log Message:
-----------
Merge pull request #772 from imod/default-maven-settings
FIXES JENKINS-17723 - Default maven settings
Good change !
Commit: 4627ec9f99d842f22c97023db00f5e3ded98d0b0
https://github.com/jenkinsci/jenkins/commit/4627ec9f99d842f22c97023db00f5e3ded98d0b0
Author: Olivier Lamy <[email protected]>
Date: 2013-05-05 (Sun, 05 May 2013)
Changed paths:
M changelog.html
Log Message:
-----------
Update changelog.html
changelog entry for JENKINS-17723
Commit: 1182fe44c08b69eb9a00bd3720467ab0ad5ac739
https://github.com/jenkinsci/jenkins/commit/1182fe44c08b69eb9a00bd3720467ab0ad5ac739
Author: Olivier Lamy <[email protected]>
Date: 2013-05-05 (Sun, 05 May 2013)
Changed paths:
M core/src/main/resources/lib/form/dropdownDescriptorSelector.jelly
Log Message:
-----------
Merge pull request #771 from
imod/dropdownDescriptorSelector-defaulting-to-instance
[FIXED JENKINS-17858] allow <f:dropdownDescriptorSelector> to be defaulting to
an instance
Commit: ac8dab9f74b48af138acb0125b5cdfc04cea0978
https://github.com/jenkinsci/jenkins/commit/ac8dab9f74b48af138acb0125b5cdfc04cea0978
Author: Olivier Lamy <[email protected]>
Date: 2013-05-05 (Sun, 05 May 2013)
Changed paths:
M changelog.html
Log Message:
-----------
Update changelog.html
changelog entry for JENKINS-17858
Commit: 796ae26e3c9b7e06a1b5527ba67e523ef7d8a5b9
https://github.com/jenkinsci/jenkins/commit/796ae26e3c9b7e06a1b5527ba67e523ef7d8a5b9
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2013-05-06 (Mon, 06 May 2013)
Changed paths:
M changelog.html
M core/pom.xml
M core/src/main/resources/windows-service/jenkins-slave.xml
M core/src/main/resources/windows-service/jenkins.xml
Log Message:
-----------
Auto-restart the service if it fails.
Commit: 330e0b931407ef88fb3f2d8e38b4acad0e19792e
https://github.com/jenkinsci/jenkins/commit/330e0b931407ef88fb3f2d8e38b4acad0e19792e
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2013-05-06 (Mon, 06 May 2013)
Changed paths:
M core/pom.xml
Log Message:
-----------
looks like this moved to the plugin section
Commit: dfab6803baf5e5ea0363ef23fdc4e944fc1fcde5
https://github.com/jenkinsci/jenkins/commit/dfab6803baf5e5ea0363ef23fdc4e944fc1fcde5
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2013-05-06 (Mon, 06 May 2013)
Changed paths:
M war/pom.xml
Log Message:
-----------
Added windows sevice auto-restart support.
Commit: f6662a8f6ac5413f4dcf9d272f22c15abe6bf809
https://github.com/jenkinsci/jenkins/commit/f6662a8f6ac5413f4dcf9d272f22c15abe6bf809
Author: Jesse Glick <[email protected]>
Date: 2013-05-06 (Mon, 06 May 2013)
Changed paths:
M test/src/test/java/jenkins/security/RekeySecretAdminMonitorTest.java
Log Message:
-----------
Frequent test failure on PR builder.
Invalid request submission: {json=[Ljava.lang.String;@2c46358e,
.crumb=[Ljava.lang.String;@35661457}
Diagnostics added in 21bf5c4.
Failing I think because message.groovy uses f.submit rather than a plain <input
type="submit">,
so JSON gets created and then StaplerRequest.getParameter cannot find it.
But if this is the problem then why would it ever work?
Perhaps a timing issue: JavaScript is used to massage the form just prior to
submission,
and maybe this only happens sometimes?
Cannot reproduce test failure locally.
Commit: 19799e338851bec4528a3c3ad84c2c6647a6cd55
https://github.com/jenkinsci/jenkins/commit/19799e338851bec4528a3c3ad84c2c6647a6cd55
Author: Jesse Glick <[email protected]>
Date: 2013-05-06 (Mon, 06 May 2013)
Changed paths:
M test/src/test/java/hudson/tasks/junit/JUnitResultArchiverTest.java
Log Message:
-----------
JUnit 4.
Commit: 61e4f6f55271d3687d29dee410253123d851ea73
https://github.com/jenkinsci/jenkins/commit/61e4f6f55271d3687d29dee410253123d851ea73
Author: Jesse Glick <[email protected]>
Date: 2013-05-06 (Mon, 06 May 2013)
Changed paths:
M test/src/test/java/hudson/tasks/junit/JUnitResultArchiverTest.java
Log Message:
-----------
Skipping slave test on PR builder since it often fails.
Commit: 5531c1128149c318a4bebc5f7046e29c9eb0480e
https://github.com/jenkinsci/jenkins/commit/5531c1128149c318a4bebc5f7046e29c9eb0480e
Author: Jesse Glick <[email protected]>
Date: 2013-05-06 (Mon, 06 May 2013)
Changed paths:
M test/src/test/groovy/hudson/cli/BuildCommandTest.groovy
Log Message:
-----------
JUnit 4.
Commit: 0da50d1f00037a0197b3c30a28e3880ec09d308f
https://github.com/jenkinsci/jenkins/commit/0da50d1f00037a0197b3c30a28e3880ec09d308f
Author: Jesse Glick <[email protected]>
Date: 2013-05-06 (Mon, 06 May 2013)
Changed paths:
M test/src/test/groovy/hudson/cli/BuildCommandTest.groovy
Log Message:
-----------
Random failure in PR builder.
Commit: 4cf68794a0701c984a3b109145b8918cd059dfd8
https://github.com/jenkinsci/jenkins/commit/4cf68794a0701c984a3b109145b8918cd059dfd8
Author: Jesse Glick <[email protected]>
Date: 2013-05-06 (Mon, 06 May 2013)
Changed paths:
M
maven-plugin/src/test/java/hudson/maven/reporters/SurefireArchiverUnitTest.java
Log Message:
-----------
Random failure in PR builder.
Commit: 8274ae7337c1e1b3ff12d2173ab6a76216842f57
https://github.com/jenkinsci/jenkins/commit/8274ae7337c1e1b3ff12d2173ab6a76216842f57
Author: Jesse Glick <[email protected]>
Date: 2013-05-06 (Mon, 06 May 2013)
Changed paths:
M changelog.html
M core/pom.xml
M core/src/main/resources/windows-service/jenkins-slave.xml
M core/src/main/resources/windows-service/jenkins.xml
M war/pom.xml
Log Message:
-----------
Merge branch 'master' of github.com:jenkinsci/jenkins
Commit: b26835ffeb03d1267c31c162928fd1fcea7c41a4
https://github.com/jenkinsci/jenkins/commit/b26835ffeb03d1267c31c162928fd1fcea7c41a4
Author: Oliver Gondža <[email protected]>
Date: 2013-05-07 (Tue, 07 May 2013)
Changed paths:
M changelog.html
M core/src/main/java/hudson/matrix/Combination.java
M core/src/main/java/hudson/matrix/DefaultMatrixExecutionStrategyImpl.java
M core/src/main/java/hudson/matrix/MatrixProject.java
M core/src/main/java/hudson/model/Cause.java
A
core/src/test/java/hudson/matrix/CombinationFilterUsingBuildParamsTest.java
Log Message:
-----------
[fixed JENKINS-7285] Use build parameters in combination filters
Based on the work of Michael Elkin [1].
[1]
https://issues.jenkins-ci.org/secure/attachment/20588/0001-tag-1.414-for-parameters-in-multiconfig-filters.patch
Commit: 69de461c9f0d926ed1d711743a1e7be5ebd8e22c
https://github.com/jenkinsci/jenkins/commit/69de461c9f0d926ed1d711743a1e7be5ebd8e22c
Author: olivergondza <[email protected]>
Date: 2013-05-07 (Tue, 07 May 2013)
Changed paths:
M changelog.html
M core/src/main/java/hudson/matrix/Combination.java
M core/src/main/java/hudson/matrix/DefaultMatrixExecutionStrategyImpl.java
M core/src/main/java/hudson/matrix/MatrixProject.java
M core/src/main/java/hudson/model/Cause.java
A
core/src/test/java/hudson/matrix/CombinationFilterUsingBuildParamsTest.java
Log Message:
-----------
Merge pull request #584 from olivergondza/parametrized-filter
Use build parameters in combination filters
Commit: 3f12c111158dad64e4da34ac81e8880e837c3891
https://github.com/jenkinsci/jenkins/commit/3f12c111158dad64e4da34ac81e8880e837c3891
Author: ssogabe <[email protected]>
Date: 2013-05-08 (Wed, 08 May 2013)
Changed paths:
M core/src/main/java/hudson/model/Node.java
Log Message:
-----------
fixed i18n. use Localizable object.
Commit: 967f6a0d3d72b163a7c4b3618721fb8d1b119327
https://github.com/jenkinsci/jenkins/commit/967f6a0d3d72b163a7c4b3618721fb8d1b119327
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2013-05-08 (Wed, 08 May 2013)
Changed paths:
M changelog.html
Log Message:
-----------
creating an RC branch
Compare:
https://github.com/jenkinsci/jenkins/compare/384544c7cfde...967f6a0d3d72
--
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.