- Mar 15, 2011
-
-
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
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
strange intermediate nodes. (For example, when we are inserting a number of <TR>s)
-
Olivier Lamy authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
-
Christoph Kutzinski authored
-
Olivier Lamy authored
Submitted by evernat.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Andrew Bayer authored
-
- Mar 13, 2011
-
-
-
Paul Sandoz authored
-