Skip to content
  1. Sep 15, 2013
  2. Sep 14, 2013
  3. Sep 13, 2013
  4. Sep 12, 2013
  5. Sep 11, 2013
    • Jesse Glick's avatar
      f:repeatableProperty documentation talks about including... · 96187b71
      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.
      96187b71
  6. Sep 10, 2013
    • Kohsuke Kawaguchi's avatar
      the trunk is toward 1.532-SNAPSHOT · 4373a602
      Kohsuke Kawaguchi authored
      4373a602
    • Kohsuke Kawaguchi's avatar
      creating an RC branch · 28d38cb3
      Kohsuke Kawaguchi authored
      28d38cb3
    • Jesse Glick's avatar
      Run.getResult may be null, so check for that. · 36e77587
      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)
      36e77587
    • Jesse Glick's avatar
      Trying to diagnose an NPE associated with cloudbees-template. · d9f3af5f
      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)
      d9f3af5f
  7. Sep 09, 2013
  8. Sep 06, 2013