- Jan 07, 2014
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Vojtech Juranek authored
-
Bruno Kühnen Meneguello authored
-
- Jan 06, 2014
-
-
Jesse Glick authored
Various translation fixes
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Bruno Kühnen Meneguello authored
-
- Jan 05, 2014
-
-
Harald Albers authored
Added some french translations
-
Harald Albers authored
Added some french translations
-
Fernando Boaglio authored
-
Fernando Boaglio authored
-
- Jan 04, 2014
- Jan 03, 2014
-
-
Jesse Glick authored
First tried using excludedGroups and trying to work around SUREFIRE-984. Made some progress, but not ideal since marked tests are omitted from output, rather than being listed as ignored. Throwing AssumptionViolatedException from JenkinsRule is much simpler and seems to work better. https://github.com/junit-team/junit/issues/116 notes its limitations.
-
Jesse Glick authored
The jenkins_main_trunk job has been retired, so for now just skip these tests when running on any Jenkins server.
-
- Jan 02, 2014
-
-
Jesse Glick authored
[JENKINS-18410] NPE from previous fix (fcdf7499) under some conditions, which the test case was not exercising. java.lang.NullPointerException at hudson.tasks.test.AggregatedTestResultPublisher$TestResultAction.getProject(AggregatedTestResultPublisher.java:173) at hudson.tasks.test.AggregatedTestResultPublisher$TestResultAction.<init>(AggregatedTestResultPublisher.java:146) at hudson.tasks.test.AggregatedTestResultPublisher$TestResultAction.<init>(AggregatedTestResultPublisher.java:135) at hudson.tasks.test.AggregatedTestResultPublisher.perform(AggregatedTestResultPublisher.java:90)
-
stephlag authored
-
- Jan 01, 2014
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Dec 31, 2013
-
-
Jesse Glick authored
-
stephlag authored
-
stephlag authored
-
- Dec 24, 2013
-
-
CloudBees DEV@Cloud authored
-
Jesse Glick authored
Fingerprinter calls rebuildDependencyGraphAsync, so since this is now delayed by 500msec, tests incorrect as of 1.522 will now fail pretty reliably unless made to forcibly rebuild the graph.
-
Jesse Glick authored
[JENKINS-20772] Fix scrolling
-
Daniel Beck authored
-
Jesse Glick authored
Noting yet another weird problem with BuildTrigger’s reliance on DependencyGraph for its own execution. Since this is now (1.522) updated asynchronously, the value may not actually be correct, potentially causing erratic behavior especially in tests.
-
CloudBees DEV@Cloud authored
-
Jesse Glick authored
[JENKINS-20772] Only show error message in dialog
-
Daniel Beck authored
This change removes the superfluous UI elements around the error message if possible. Otherwise, fall back to existing behavior of adding entire page to iframe.
-
Jesse Glick authored
rebuildDependencyGraphAsync can wait a fraction of a second to improve the chances that events will be coalesced.
-
Jesse Glick authored
Make sure rebuildDependencyGraphAsync does not repeat work if called many times in quick succession.
-
- Dec 23, 2013
-
-
Jesse Glick authored
(Turns out cloudbees-template at least needs this, and it is possible other things besides Trigger could use it too.)
-