- Sep 13, 2013
-
-
Oliver Gondža authored
Fix recently introduced javadoc warning
-
Mark Waite authored
Use an href for external URL in @see clause
-
Oliver Gondža authored
[FIXED JENKINS-18721] Improvement of ListView render performance
-
- Sep 12, 2013
-
-
Jesse Glick authored
-
Jesse Glick authored
[FIXED JENKINS-19034] restore missing buildnumber-ID symlink
-
Jesse Glick authored
-
Jesse Glick authored
[FIXED JENKINS-19418] Fix random HTTP 404 when viewing build details
-
Jesse Glick authored
-
Jesse Glick authored
Display the full display name in title for jobs and views
-
ctapobep authored
-
ctapobep authored
[JENKINS-18721] Imrovement of performance - now when ListView builds up it asks for all the jobs only once. This is important because RBAC plugin each time checks permissions for all these jobs which impacts performance
-
Jesse Glick authored
-
- Sep 11, 2013
-
-
Jesse Glick authored
f:repeatableProperty documentation talks about including f:repeatableDeleteButton, but then fails to actually call d:invokeBody. While you could put the delete button at the end of the nested config.jelly, this is ugly since it prevents reuse; better to specify the delete button in the form using f:repeatableProperty. f:repeatableHeteroProperty already inserted a delete button automatically, so its documentation was incorrect.
-
- Sep 10, 2013
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Jesse Glick authored
Observed in 1.509.2: Parsing POMs Failed to transfer Could not find artifact … in central (http://repo.maven.apache.org/maven2) Archiving artifacts ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-users@googlegroups.com java.lang.NullPointerException at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:138) at org.zeroturnaround.jenkins.LiveRebelDeployBuilder.getArtificatOrMetadata(LiveRebelDeployBuilder.java:194) at org.zeroturnaround.jenkins.LiveRebelDeployBuilder.uploadConfiguration(LiveRebelDeployBuilder.java:171) at org.zeroturnaround.jenkins.LiveRebelDeployBuilder.perform(LiveRebelDeployBuilder.java:108) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:812) at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.build(MavenModuleSetBuild.java:828) at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:779) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:594) at hudson.model.Run.execute(Run.java:1575) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:485)
-
Jesse Glick authored
In 1.516: java.lang.NullPointerException at hudson.maven.ModuleName.equals(ModuleName.java:115) at hudson.maven.MavenModuleSet.reconfigure(MavenModuleSet.java:1108) at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:907) at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:631)
-
- Sep 09, 2013
-
-
CloudBees DEV@Cloud authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Jesse Glick authored
1. Use AtomicFileWriter on the hypothesis that an exception during save() caused truncation. 2. Improve logging from the cleanup thread since that may be related to the root cause. 3. Regardless of the cause, recover more gracefully by deleting any truncated file rather than throwing the error up.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Jesse Glick authored
-
- Sep 06, 2013
-
-
Vojtěch Juránek authored
Fixing copy-paste error
-
Vincent Latombe authored
-
Jesse Glick authored
-
- Sep 05, 2013
-
-
Jesse Glick authored
-
Jesse Glick authored
[FIXED JENKINS-19171] Identify user agent for Internet Explorer 11.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
Added a test case in an attempt to isolate the root cause of the problem, but this one works as expected. Hmm.
-
Kohsuke Kawaguchi authored
Merge remote-tracking branch 'origin/pr/934'
-
- Sep 04, 2013
-
-
Nicolas De Loof authored
Jenkins with folders A job A/j a top-level view to recurse into subfolders and include all available jobs and folders (so A and A/j) => builds for A/j are included twice, as view.builds iterate on its items, so get A/j + builds from A.
-
Jesse Glick authored
Simplify assertions since webClient#getPage already throws an exception
-
Jens Hausherr authored
Replaced tabs by spaces
-
Vojtech Juranek authored
-
rednuht authored
Should follow this statement: "Called after a job has its configuration updated."
-
rednuht authored
Should follow this statement: "Called after a job has its configuration updated."
-
Daniel Olausson authored
JENKINS-17108. This solves the problem with ItemListner.onUpdated not being called if the project was disabled/enabled by pushing the button on the project page. Also solved the problem with ItemListener.onUpdated not getting called if the project description was updated using the edit description on the project page.
-