- Sep 16, 2013
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Sep 10, 2013
-
-
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.
-
Vincent Latombe authored
in case of erroneous http status code.
-
Jesse Glick authored
-
- Sep 03, 2013
-
-
Jens Hausherr authored
-
Jesse Glick authored
Hetero list sample
-
Olivier Lamy authored
-
- Sep 02, 2013
-
-
Vojtěch Juránek authored
Bump args4j to 2.0.23 as an alternative to #776
-
Oliver Gondža authored
-
- Sep 01, 2013
-
-
Oliver Gondža authored
-
Oliver Gondža authored
-
Oliver Gondža authored
Checking that links generated in ListView are valid
-
- Aug 31, 2013
-
-
Vincent Latombe authored
-
Jesse Glick authored
-