Commit Graph

7338 Commits

Author SHA1 Message Date
huybrechts 76ad914ecf [FIXED HUDSON-2929] resolve variables in ArtifactArchiver.artifacts
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20419 71c3de6d-444a-0410-be80-ed276b4c234a
2009-08-03 22:08:37 +00:00
huybrechts e173785572 [FIXED HUDSON-3978] wrong project displayed in configuration page of RunParameterDefinition
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20418 71c3de6d-444a-0410-be80-ed276b4c234a
2009-08-03 21:59:00 +00:00
huybrechts 44a932af7b [FIXED HUDSON-3539] fixed, although I wonder if we should not make selecting a file mandatory
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20417 71c3de6d-444a-0410-be80-ed276b4c234a
2009-08-03 21:50:47 +00:00
huybrechts ee11245522 [HUDSON-4151 FIXED] user-private views
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20416 71c3de6d-444a-0410-be80-ed276b4c234a
2009-08-03 21:34:06 +00:00
huybrechts cdda71ae46 [HUDSON-4151 FIXED] user-private views
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20414 71c3de6d-444a-0410-be80-ed276b4c234a
2009-08-03 21:31:39 +00:00
kohsuke d61985298e no longer aggressively updating plugin POM to use the latest version
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20408 71c3de6d-444a-0410-be80-ed276b4c234a
2009-08-03 19:07:19 +00:00
huybrechts 82951818b7 fix Eclipse compile error
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20378 71c3de6d-444a-0410-be80-ed276b4c234a
2009-08-01 18:59:51 +00:00
huybrechts 908f93b624 added svn:ignore for eclipse project files
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20371 71c3de6d-444a-0410-be80-ed276b4c234a
2009-08-01 16:12:56 +00:00
huybrechts 163c08003e [FIXED HUDSON-4063] disable DownloadService during tests
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20370 71c3de6d-444a-0410-be80-ed276b4c234a
2009-08-01 15:47:55 +00:00
huybrechts 380238f16c fixed a few compiler warnings
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20369 71c3de6d-444a-0410-be80-ed276b4c234a
2009-08-01 15:44:54 +00:00
kohsuke 490163aefa updated changelog as a part of the release
git-svn-id: https://hudson.dev.java.net/svn/hudson/branches/rc@20363 71c3de6d-444a-0410-be80-ed276b4c234a
2009-08-01 02:08:10 +00:00
kohsuke 9a956224c8 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://hudson.dev.java.net/svn/hudson/branches/rc@20360 71c3de6d-444a-0410-be80-ed276b4c234a
2009-08-01 01:18:19 +00:00
kohsuke 266120a82c [maven-release-plugin] prepare release hudson-1_318
git-svn-id: https://hudson.dev.java.net/svn/hudson/branches/rc@20358 71c3de6d-444a-0410-be80-ed276b4c234a
2009-08-01 01:18:06 +00:00
kohsuke 124c3a1ca9 not sure why this is failing a test but hopefully this would do?
Error is:

------
Legacy code started this job.  No cause information is available
Staging pom.xml
Parsing POMs
Discovered a new module test:test Unnamed - test:test:jar:0.1-SNAPSHOT
[workspace] $ /home/hudson/tools/linux-i586/java1.6.0_13/jre/bin/java -cp /home/hudson/workspace/hudson/hudson/main/maven-agent/target/maven-agent-1.318-SNAPSHOT.jar:/tmp/hudson734403729557882019test/maven-2.0.7/boot/classworlds-1.1.jar hudson.maven.agent.Main /tmp/hudson734403729557882019test/maven-2.0.7 /home/hudson/workspace/hudson/hudson/main/remoting/target/remoting-1.318-SNAPSHOT.jar /home/hudson/workspace/hudson/hudson/main/maven-interceptor/target/maven-interceptor-1.318-SNAPSHOT.jar 59419
���channel started
Executing Maven:  -B -f /tmp/hudson5515991059914480682test/jobs/test0/workspace/pom.xml install
[INFO] Scanning for projects...
[INFO] ----------------------------------------------------------------------------
[INFO] Building Unnamed - test:test:jar:0.1-SNAPSHOT
[INFO]    task-segment: [install]
[INFO] ----------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] The plugin 'org.jvnet.maven-antrun-extended-plugin:maven-antrun-extended-plugin' does not exist or no valid version could be found
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 second
[INFO] Finished at: Fri Jul 31 10:02:09 PDT 2009
[INFO] Final Memory: 4M/8M
[INFO] ------------------------------------------------------------------------
channel stopped
Finished: FAILURE
------
 expected:<SUCCESS> but was:<FAILURE>
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.failNotEquals(Assert.java:282)
	at junit.framework.Assert.assertEquals(Assert.java:64)
	at org.jvnet.hudson.test.HudsonTestCase.assertBuildStatus(HudsonTestCase.java:519)
	at hudson.maven.RedeployPublisherTest.testBug2593(RedeployPublisherTest.java:48)


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20340 71c3de6d-444a-0410-be80-ed276b4c234a
2009-07-31 17:54:40 +00:00
kohsuke eedcf67f1e until this works out of the box with JOnAS. See http://www.nabble.com/Error-with-mime-type--%27application-xslt%2Bxml%27-when-deploying-hudson-1.316-in-jonas-td24740489.html
git-svn-id: https://hudson.dev.java.net/svn/hudson/branches/rc@20338 71c3de6d-444a-0410-be80-ed276b4c234a
2009-07-31 17:44:39 +00:00
kohsuke 7fffedbc99 Added create-job CLI command.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20337 71c3de6d-444a-0410-be80-ed276b4c234a
2009-07-31 17:22:52 +00:00
sogabe 8299a33dba Updated Japanese localization
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20317 71c3de6d-444a-0410-be80-ed276b4c234a
2009-07-31 05:25:39 +00:00
sogabe 1193becacc Added Japanese localization
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20316 71c3de6d-444a-0410-be80-ed276b4c234a
2009-07-31 05:25:01 +00:00
kohsuke a07e5a2356 Modified to use the modern form binding, and moved help files to their proper locations
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20314 71c3de6d-444a-0410-be80-ed276b4c234a
2009-07-30 21:52:52 +00:00
kohsuke 2d95842ad5 fixed a test failure.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20313 71c3de6d-444a-0410-be80-ed276b4c234a
2009-07-30 21:43:41 +00:00
kohsuke ac7d23792e fixed NPE in the console output.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20312 71c3de6d-444a-0410-be80-ed276b4c234a
2009-07-30 21:38:10 +00:00
kohsuke c6b285511e formatting changes.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20311 71c3de6d-444a-0410-be80-ed276b4c234a
2009-07-30 21:29:45 +00:00
kohsuke a4d54adc50 Added a test button to the PAM configuration to make sure Hudson has read access to
/etc/shadow
    (<a href="http://www.nabble.com/pam-auth-issues-td24698467.html">report</a>)


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20298 71c3de6d-444a-0410-be80-ed276b4c234a
2009-07-30 02:20:12 +00:00
kohsuke 3647a8b162 Improved the start up error handling with <tt>slave.jar -jnlpUrl</tt> option.
(<a href="http://www.nabble.com/Windows-slave-unable-to-connect-after-upgrade-to-1.317-td24726491.html">report</a>)


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20297 71c3de6d-444a-0410-be80-ed276b4c234a
2009-07-30 01:49:37 +00:00
kohsuke c04e63d9f0 Merged revisions 19592-19593,19651,19669,19671-19672,19709,19712-19715,19728-19729,19825-19828,19859-19861,19863-19865,19869,19874-19875,19889,19896,19908-19909,19979,19982,20106,20115,20141-20144,20184,20196,20207-20208,20215-20216,20222,20286,20293 via svnmerge from
https://www.dev.java.net/svn/hudson/branches/concurrent-build

........
  r19592 | kohsuke | 2009-07-10 14:02:22 -0700 (Fri, 10 Jul 2009) | 1 line
  
  introduced getWorkspace() and getModuleRoot() on AbstractBuild.
........
  r19593 | kohsuke | 2009-07-10 15:06:08 -0700 (Fri, 10 Jul 2009) | 1 line
  
  introduced a flag to control the behavior, so that we can expose the feature much later after we merge the branch into the trunk.
........
  r19651 | kohsuke | 2009-07-13 08:48:31 -0700 (Mon, 13 Jul 2009) | 1 line
  
  modified to work with multiple concurrent builds
........
  r19669 | kohsuke | 2009-07-13 14:25:58 -0700 (Mon, 13 Jul 2009) | 1 line
  
  updating TODOs
........
  r19671 | kohsuke | 2009-07-13 16:50:42 -0700 (Mon, 13 Jul 2009) | 1 line
  
  committing my changes before I push this up to the Run class.
........
  r19672 | kohsuke | 2009-07-13 17:14:41 -0700 (Mon, 13 Jul 2009) | 1 line
  
  pushed the change up to the Run class, which simplifies things a bit, and avoids a race condition in the final "notifyAll" when the build is completed.
........
  r19709 | kohsuke | 2009-07-14 17:56:24 -0700 (Tue, 14 Jul 2009) | 1 line
  
  added checkpoint methods to the base type of where it's commonly used, to simplify invocations.
........
  r19712 | kohsuke | 2009-07-14 18:16:50 -0700 (Tue, 14 Jul 2009) | 1 line
  
  revisited the CheckPoint abstraction. I think this is more OO now
........
  r19713 | kohsuke | 2009-07-14 18:17:18 -0700 (Tue, 14 Jul 2009) | 1 line
  
  doc fix
........
  r19714 | kohsuke | 2009-07-14 18:23:32 -0700 (Tue, 14 Jul 2009) | 1 line
  
  replaced AbstractProject.getWorkspace() by AbstractBuild.getWorkspace(). The easy ones are done, but the harder ones remain.
........
  r19715 | kohsuke | 2009-07-14 18:32:56 -0700 (Tue, 14 Jul 2009) | 1 line
  
  more getWorkspace() changes
........
  r19728 | kohsuke | 2009-07-15 11:17:25 -0700 (Wed, 15 Jul 2009) | 1 line
  
  removed more getWorkspace() usage by getSomeWorkspace()
........
  r19729 | kohsuke | 2009-07-15 11:17:43 -0700 (Wed, 15 Jul 2009) | 1 line
  
  this is done
........
  r19825 | kohsuke | 2009-07-17 15:35:21 -0700 (Fri, 17 Jul 2009) | 4 lines
  
  - refactored SCM triggering code to avoid queueing up too many threads.
  - workspace locking only happens if the SCM declares that the polling requires a workspace.
  
  TODO: given the face of concurrent builds, a single workspace lock won't work.
........
  r19826 | kohsuke | 2009-07-17 16:21:15 -0700 (Fri, 17 Jul 2009) | 5 lines
  
  implemented the handling of polling/build mutual exclusion when polling requires a workspace.
  
  The SCMs that require a workspace for polling, such as CVS, do so by comparing the state of the workspace
  vs that of the remote. So it needs to use the workspace of the last build. Polling needs to wait for this workspace
  if it's currently in use by a build, so a wait/notify scheme was needed, and hence WorkspaceList.
........
  r19827 | kohsuke | 2009-07-17 16:32:54 -0700 (Fri, 17 Jul 2009) | 1 line
  
  removed the workspace resource lock.
........
  r19828 | kohsuke | 2009-07-17 16:40:09 -0700 (Fri, 17 Jul 2009) | 1 line
  
  got rid of the lock. A build will always allocate an available workspace, so this is no longer necessary.
........
  r19859 | kohsuke | 2009-07-18 12:45:03 -0700 (Sat, 18 Jul 2009) | 2 lines
  
  Fixing a test failure. This might be signaling a depper abstraction problem, but let's see...
........
  r19860 | kohsuke | 2009-07-18 13:10:32 -0700 (Sat, 18 Jul 2009) | 1 line
  
  bug fix
........
  r19861 | kohsuke | 2009-07-18 13:12:18 -0700 (Sat, 18 Jul 2009) | 1 line
  
  typo
........
  r19863 | kohsuke | 2009-07-18 13:25:20 -0700 (Sat, 18 Jul 2009) | 1 line
  
  pass in common parameters for convenience.
........
  r19864 | kohsuke | 2009-07-18 13:36:34 -0700 (Sat, 18 Jul 2009) | 1 line
  
  doc fix
........
  r19865 | kohsuke | 2009-07-18 13:57:55 -0700 (Sat, 18 Jul 2009) | 1 line
  
  bug fix.
........
  r19869 | kohsuke | 2009-07-18 14:07:18 -0700 (Sat, 18 Jul 2009) | 2 lines
  
  This fixes the elusive NPE in com.gargoylesoftware.htmlunit.javascript.host.Event.<init>(Event.java:164)
........
  r19874 | kohsuke | 2009-07-18 14:44:39 -0700 (Sat, 18 Jul 2009) | 1 line
  
  forgot to update this.
........
  r19875 | kohsuke | 2009-07-18 14:44:48 -0700 (Sat, 18 Jul 2009) | 1 line
  
  forgot to update this.
........
  r19889 | kohsuke | 2009-07-18 16:12:04 -0700 (Sat, 18 Jul 2009) | 1 line
  
  fixed the license header.
........
  r19896 | kohsuke | 2009-07-18 16:16:44 -0700 (Sat, 18 Jul 2009) | 1 line
  
  adding a note.
........
  r19908 | kohsuke | 2009-07-18 17:13:03 -0700 (Sat, 18 Jul 2009) | 1 line
  
  fixed a bug. The parent build will likely run on a different node, so we can't just inherit its workspace.
........
  r19909 | kohsuke | 2009-07-18 17:16:54 -0700 (Sat, 18 Jul 2009) | 1 line
  
  reorgznied imports.
........
  r19979 | kohsuke | 2009-07-20 14:22:50 -0700 (Mon, 20 Jul 2009) | 1 line
  
  [HUDSON-4060] fixed a reported ClassCastException, but I don't think that's related to the hang problem.
........
  r19982 | kohsuke | 2009-07-20 14:51:11 -0700 (Mon, 20 Jul 2009) | 31 lines
  
  increasing the error margin in response to the flaky test that causes this error:
  
  unexpected build status; build log was: ------ Legacy code started this job.  No cause information is available Recording test results Test reports were found but none of them are new. Did tests run?  For example, /tmp/hudson3604989730528561398test/jobs/test0/workspace/junit.xml is 1 sec old  Finished: FAILURE  ------  expected:<UNSTABLE> but was:<FAILURE>
  
  Stacktrace
  
  junit.framework.AssertionFailedError: unexpected build status; build log was:
  ------
  Legacy code started this job.  No cause information is available
  Recording test results
  Test reports were found but none of them are new. Did tests run? 
  For example, /tmp/hudson3604989730528561398test/jobs/test0/workspace/junit.xml is 1 sec old
  Finished: FAILURE
  ------
   expected:<UNSTABLE> but was:<FAILURE>
  	at junit.framework.Assert.fail(Assert.java:47)
  	at junit.framework.Assert.failNotEquals(Assert.java:282)
  	at junit.framework.Assert.assertEquals(Assert.java:64)
  	at org.jvnet.hudson.test.HudsonTestCase.assertBuildStatus(HudsonTestCase.java:520)
  	at hudson.tasks.junit.CaseResultTest.testIssue20090516(CaseResultTest.java:74)
  
  Standard Output
  
  === Starting testIssue20090516
  
  Standard Error
  
  2009-07-20 07:20:23.430::INFO:  jetty-6.1.11
  2009-07-20 07:20:23.434::INFO:  NO JSP Support for /, did not find org.apache.jasper.servlet.JspServlet
  2009-07-20 07:20:23.436::INFO:  Started SocketConnector@0.0.0.0:45218
........
  r20106 | kohsuke | 2009-07-24 10:27:30 -0700 (Fri, 24 Jul 2009) | 1 line
  
  adding a few well-known check points to expose them to plugins.
........
  r20115 | kohsuke | 2009-07-24 14:42:58 -0700 (Fri, 24 Jul 2009) | 3 lines
  
  Added a mechanism to handle the compatibility with earlier plugins. Have plugins declare the synchronization service it expects Hudson to provide.
  
  This being binary compatible change allows Hudson to use existing plugins correctly, but it's source incompatibility allows us to advertize the new semantics to plugin developers, new or old.
........
  r20141 | kohsuke | 2009-07-24 19:03:07 -0700 (Fri, 24 Jul 2009) | 1 line
  
  better type safety
........
  r20142 | kohsuke | 2009-07-24 19:13:43 -0700 (Fri, 24 Jul 2009) | 1 line
  
  update the thread name to make the thread dump more understandable.
........
  r20143 | kohsuke | 2009-07-24 19:22:12 -0700 (Fri, 24 Jul 2009) | 1 line
  
  fixed a compilation problem.
........
  r20144 | kohsuke | 2009-07-24 19:30:22 -0700 (Fri, 24 Jul 2009) | 1 line
  
  fixed a test failure. Runner needs to be a stack.
........
  r20184 | kohsuke | 2009-07-27 10:51:20 -0700 (Mon, 27 Jul 2009) | 3 lines
  
  When remote JVM (in this case Maven) calls back to the proxy object, the executing thread needs to be able to behave as if it's the executor thread. So added the necessary abstractions for doing that.
  
  It might have been better to do this in the remoting, by using the blocking caller thread to serve requests. That would be harder, but it gets rid of this ugly ThreadLocal book keeping.
........
  r20196 | kohsuke | 2009-07-27 13:22:33 -0700 (Mon, 27 Jul 2009) | 1 line
  
  Fixed a test failure. The proxy interface needs to be public for the interceptor to be able to invoke it.
........
  r20207 | kohsuke | 2009-07-27 17:27:35 -0700 (Mon, 27 Jul 2009) | 1 line
  
  [HUDSON-4060] this class-level synchronization has a devastating effect as it effectively creates a single giant lock for the entire Hudson and can cause a dead lock.
........
  r20208 | kohsuke | 2009-07-27 17:28:58 -0700 (Mon, 27 Jul 2009) | 1 line
  
  improved the thread name.
........
  r20215 | kohsuke | 2009-07-28 10:58:15 -0700 (Tue, 28 Jul 2009) | 1 line
  
  added form databinding support for <f:optionalBlock>
........
  r20216 | kohsuke | 2009-07-28 11:00:35 -0700 (Tue, 28 Jul 2009) | 1 line
  
  concurrent build is now a switch activated for each project separately.
........
  r20222 | kohsuke | 2009-07-28 15:30:18 -0700 (Tue, 28 Jul 2009) | 3 lines
  
  bug fix in the rendering of the build history when you have some builds finished earlier than their earlier builds that are still in progress.
  
  This also fixes a race condition in a non concurrent build case, which can result in some build #s showing up more than once after AJAX update if the status of the build changes between the computation of 'nn' and that of the rendering.
........
  r20286 | kohsuke | 2009-07-29 11:05:00 -0700 (Wed, 29 Jul 2009) | 1 line
  
  still fixing more build list update issues. The original fix only kicked in for the list produced by AJAX, and didn't work for the initial list.
........
  r20293 | kohsuke | 2009-07-29 17:03:20 -0700 (Wed, 29 Jul 2009) | 1 line
  
  simplified a bit
........


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20296 71c3de6d-444a-0410-be80-ed276b4c234a
2009-07-30 00:47:34 +00:00
kohsuke 55ff242687 preparing to merge back the concurrent build branch
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20295 71c3de6d-444a-0410-be80-ed276b4c234a
2009-07-30 00:14:28 +00:00
kohsuke 4345b330aa fixed a possible race condition
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20294 71c3de6d-444a-0410-be80-ed276b4c234a
2009-07-30 00:14:06 +00:00
abayer 0bd488e027 [FIXED HUDSON-2575] Added support for optional alternate Maven settings file
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20291 71c3de6d-444a-0410-be80-ed276b4c234a
2009-07-29 23:47:03 +00:00
abayer 7bd1399214 [FIXED HUDSON-3527] Maven plugin docs moved to maven-plugin
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20289 71c3de6d-444a-0410-be80-ed276b4c234a
2009-07-29 19:11:25 +00:00
abayer fbfffcc567 Fixing hetero-list to not error out when a descriptor does not have a config.jelly.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20287 71c3de6d-444a-0410-be80-ed276b4c234a
2009-07-29 18:25:58 +00:00
kohsuke 888d46ad53 Initialized merge tracking via "svnmerge" with revisions "1-20283" from
https://www.dev.java.net/svn/hudson/branches/rc


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20285 71c3de6d-444a-0410-be80-ed276b4c234a
2009-07-29 17:26:11 +00:00
kohsuke 919f6c4aa8 creating a new RC branch
git-svn-id: https://hudson.dev.java.net/svn/hudson/branches/rc@20283 71c3de6d-444a-0410-be80-ed276b4c234a
2009-07-29 17:23:24 +00:00
kohsuke a99e7d2e62 setResult() method no longer returns null at any situation.
See http://www.nabble.com/Determining-the-status-of-a-wrapped-build-before-running-the-post-steps-td24700235.html

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20241 71c3de6d-444a-0410-be80-ed276b4c234a
2009-07-29 01:54:19 +00:00
kohsuke 28648c2037 made to work better with protected Hudson.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20239 71c3de6d-444a-0410-be80-ed276b4c234a
2009-07-29 01:43:22 +00:00
kohsuke 4436a3774b updated to keep up with the @javadoc tag change in Wiki
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20238 71c3de6d-444a-0410-be80-ed276b4c234a
2009-07-29 01:11:48 +00:00
kohsuke 597cd81fff merge failure corrected
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20232 71c3de6d-444a-0410-be80-ed276b4c234a
2009-07-29 00:19:23 +00:00
kohsuke 992550f8bd fixed a test failure.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20230 71c3de6d-444a-0410-be80-ed276b4c234a
2009-07-29 00:10:07 +00:00
kohsuke 10db7a5c8e merged back the RC branch
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20229 71c3de6d-444a-0410-be80-ed276b4c234a
2009-07-28 23:52:49 +00:00
kohsuke 901adc4d7b pick up a newer version of ssh-slaves
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20223 71c3de6d-444a-0410-be80-ed276b4c234a
2009-07-28 22:48:27 +00:00
dty 26f6d80e31 Fixed Advanced Project Options message property name.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20221 71c3de6d-444a-0410-be80-ed276b4c234a
2009-07-28 20:11:01 +00:00
kohsuke ba67cdd1ad Generalized ParametersAction so that this benefits other plugins, too.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20201 71c3de6d-444a-0410-be80-ed276b4c234a
2009-07-27 23:05:16 +00:00
kohsuke d61538c83b [FIXED HUDSON-4118] Fixed a bug in JDK auto-installation to Windows with directories with whitespaces. In 1.318.
(<a href="https://hudson.dev.java.net/issues/show_bug.cgi?id=4118">issue 4118</a>)


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20200 71c3de6d-444a-0410-be80-ed276b4c234a
2009-07-27 22:49:58 +00:00
kohsuke 3b9b52edf7 typo
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20199 71c3de6d-444a-0410-be80-ed276b4c234a
2009-07-27 22:02:02 +00:00
kohsuke 482e7d1da4 Debian package now depends on <tt>java2-runtime-headless</tt> instead of <tt>java2-runtime</tt>
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20198 71c3de6d-444a-0410-be80-ed276b4c234a
2009-07-27 21:18:36 +00:00
kohsuke c7c9278f7f <tt>slave.jar</tt> now has the <tt>-auth</tt> option to specify the credential for accessing Hudson
(<a href="http://www.nabble.com/Hudson-Linux-Master-%2B-Windows-Slave-issues-to24679421.html">report</a>)


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20185 71c3de6d-444a-0410-be80-ed276b4c234a
2009-07-27 18:16:01 +00:00
mindless a6b3205b33 [FIXED HUDSON-4070] Edit Description worked incorrectly when default view
is changed from All jobs.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20183 71c3de6d-444a-0410-be80-ed276b4c234a
2009-07-27 16:48:35 +00:00
kohsuke fd3fe87705 fixed a compilation problem in the backup plugin.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20182 71c3de6d-444a-0410-be80-ed276b4c234a
2009-07-27 16:09:05 +00:00
kohsuke 5fff1cb106 add/delete caption is confusing between deleting installer vs deleting Ant/Maven etc, so be more specific.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20140 71c3de6d-444a-0410-be80-ed276b4c234a
2009-07-25 01:56:48 +00:00
kohsuke ccd08e42db Hudson can't restart itself on Mac, so don't pretend that it can.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20135 71c3de6d-444a-0410-be80-ed276b4c234a
2009-07-25 01:13:06 +00:00
kohsuke d174ba560b fixed the abstraction and dead JDK/config.jelly is now live.
git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20130 71c3de6d-444a-0410-be80-ed276b4c234a
2009-07-25 00:54:25 +00:00