- Feb 20, 2012
-
-
Olivier Lamy authored
JENKINS-12397: Skip deploying of artifacts when release build is running... good idea Thanks !
-
Jakub Štiller authored
Monitor environment variable defined by user. If the variable is set to "true" the deployment is skipped. The M2 Release plugin expose this kind of variables.
-
vjuranek authored
Display total time for which item has been queued in tooltip
-
- Feb 19, 2012
-
-
Kohsuke Kawaguchi authored
Also animate color so that a transition from one notification to another will appear more smoothly. Promoted all members of defaultOptions.* up the dot to make core more terse.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
unclickable.
-
Kohsuke Kawaguchi authored
Added server side utilities to generate apply-aware responses.
-
Kohsuke Kawaguchi authored
see http://www.nczonline.net/blog/2009/09/15/iframes-onload-and-documentdomain/ for details
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Sami Tikka authored
Xcode 4.3 no longer ships with PackageMaker. PackageMaker is available in "Auxiliary Tools.dmg", which means there is no standard location for it as the developer is free to unpack it anywhere he wants. I do not see any other way to find PackageMaker except ask Spotlight.
-
Christoph Kutzinski authored
-
- Feb 18, 2012
-
-
Christoph Kutzinski authored
-
Christoph Kutzinski authored
[FIXED JENKINS-12457] 'Age' column on 'Test Result' tab may show incorre...
-
Christoph Kutzinski authored
[FIXED JENKINS-12457] 'Age' column on 'Test Result' tab may show incorrect value when a test suite divided into multiple junit files
-
Olivier Lamy authored
OpenSUSE packaging: Introduced config parameter JENKINS_ARGS Thanks!
-
- Feb 17, 2012
-
-
Vojtech Juranek authored
-
Vojtech Juranek authored
-
-
- Feb 16, 2012
-
-
lvotypko authored
Optional case-sensitivity for search tool. Default setting is case-sensitive, loged users can change it to case-insensitive in their configuration page.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Feb 15, 2012
-
-
Seiji Sogabe authored
fixed 875b3f62. do not show system messsage on People page and build page.
-
lvotypko authored
-
Seiji Sogabe authored
-
- Feb 14, 2012
-
-
Seiji Sogabe authored
-
baileys authored
than the default view - In the view object appended the system message to the view description so that the system message now displays in all views.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Feb 13, 2012
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
This came out of the conversation with Nicolas. When QueueTaskDispatcher vetos the assignment, a buildable item might stay buildable and unexecuted. Ane he found that it doesn't get retried, despite the MaintainTask class that attempts to do so. The issue is that the maintain() method actually doesn't try to assign buildable tasks to executors. That happens inside the pop() method. I think this goes against the original design of the maintain() method, which is a giant synchronized block that moves all the relevant actors from one state to another. So I'm moving this code into the maintain method. In this way, MaintainTask will automatically reattempt to assign buildable items to executors, and scheduleMaintenance() and maintain() will really do the same thing, and it solves the original problem.
-
Kohsuke Kawaguchi authored
-