- Mar 18, 2011
-
-
Olivier Lamy authored
-
Olivier Lamy authored
-
Olivier Lamy authored
-
- Mar 17, 2011
-
-
alanharder authored
type references by default (can now be done by passing "true" parameter). This restores ability to use %VAR% references for ant build steps on windows.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Johan Lübcke authored
-
Seiji Sogabe authored
-
Olav Reinert authored
Reverted my fix, implemented the suggested change.
-
- Mar 16, 2011
-
-
Olivier Lamy authored
-
Olivier Lamy authored
-
Olivier Lamy authored
-
Olivier Lamy authored
as they don't change a lot build will be faster !
-
Christoph Kutzinski authored
-
- Mar 15, 2011
-
-
Olav Reinert authored
-
Olav Reinert authored
Initialize the environment of the Jenkins server process correctly.
-
Andrew Bayer authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
http://jira.codehaus.org/browse/MCOMPILER-109 Also see http://d.hatena.ne.jp/ssogabe/20091030/1256904551#c and http://d.hatena.ne.jp/sikakura/20110308/1299546068 --- the issue is that it fails when built on Japanese locale.
-
Kohsuke Kawaguchi authored
[FIXED JENKINS-8968] When both "block build when upstream/downstream is building" are checked,the upstream block check wasn't taking effect.
-
Kohsuke Kawaguchi authored
[JENKINS-8790] revisited the fix to take advantage of the atomicity between Queue.pop() and executor state change
-
Kohsuke Kawaguchi authored
This reverts commit 65689f17.
-
alanharder authored
-
alanharder authored
tasks.Mailer from,subject,failureOnly,charset 1.10 model.Project slave 1.60 model.Descriptor properties 1.62 model.Slave command,localFS 1.69 model.AbstractProject enableRemoteTrigger 1.77 model.FingerprintMap core 1.91 If anyone still has very old XML with these, OldDataMonitor will still handle it (as unreadable data instead of old data, and with a bit more noise in the log).
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
this method is necessary only because earlier versions of Jenkins treated axis names "label" and "jdk" differently and we need to be able to read that back. So this measure is not needed for newly added Axes.
-
Vojtech Juranek authored
-
Vojtech Juranek authored
-
Vojtech Juranek authored
Support for expressions in matrix jobs. Added new axis, which allows specify label espressions as values of the axis. Values are specified in textarea and each line represents one expression (axis value).
-
Kohsuke Kawaguchi authored
mappings.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
on IE8, <A> element always gets empty string as name, not null. Empty name is not valid any way, so detect that accordingly.
-
Kohsuke Kawaguchi authored
in IE, innerHTML of TABLE is not modifiable (See http://support.microsoft.com/kb/239832), so this doesn't work. Looking at the similar code in the latest prototype.js, a work around is to create the full TABLE HTML fragment and inserting it to DIV.
-
Kohsuke Kawaguchi authored
in Firefox 3.6 on amd64 Ubuntu that I tested, setting innerHTML of TBODY to "<tr>...</tr>" doesn't just add a TR, and Firefox tries to fix it to something broken. But setting innerHTML of a TABLE to "<tr>...</tr>" works as expected.
-
- Mar 14, 2011
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
that results in missing tail bits when the master is heavily loaded.
-
Kohsuke Kawaguchi authored
-