- May 06, 2013
-
-
Olivier Lamy authored
FIXES JENKINS-17723 - Default maven settings Good change !
-
- May 05, 2013
-
-
imod authored
-
- May 04, 2013
-
-
imod authored
-
- May 03, 2013
-
-
dnadolny authored
[FIXED JENKINS-17478] Add extension point to rewrite JUnit test names
-
- May 02, 2013
-
-
Jesse Glick authored
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.)
-
Donny Nadolny authored
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.
-
Jesse Glick authored
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)
-
Jesse Glick authored
-
Jesse Glick authored
[FIXED JENKINS-17508] Artifacts not being deleted by LogRotator
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Jesse Glick authored
-
Jesse Glick authored
[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.
-
Jesse Glick authored
[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.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
(cherry picked from commit 4f0200a0)
-
Jesse Glick authored
[FIXED SECURITY-69] Require POST to redeploy artifacts.(cherry picked from commit 3e56c3fc)
-
Jesse Glick authored
[SECURITY-63] Check RUN_SCRIPTS for /eval.(cherry picked from commit 3d03990a)
-
Jesse Glick authored
[SECURITY-63] Require POST for running Groovy scripts.(cherry picked from commit 3bbb65df)
-
Jesse Glick authored
[FIXED SECURITY-67] Forbid CSS links in markup to be on the safe side.(cherry picked from commit 1e19eb3e)
-
Kohsuke Kawaguchi authored
-
- May 01, 2013
-
-
redlab authored
-
Jesse Glick authored
-
Jesse Glick authored
No need to call isLoggable if you are only calling simply getters and relying on toString later.
-
Jesse Glick authored
-
- Apr 30, 2013
-
-
imod authored
-
Jesse Glick authored
[FIXED JENKINS-17775] Find (model) parent POMs properly during fingerprint recording at end of build.
-
Jesse Glick authored
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
-
ssogabe authored
-
ssogabe authored
-
- Apr 29, 2013
-
-
Jesse Glick authored
[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).
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-