- May 31, 2011
-
-
Nicolas De Loof authored
Fixed JENKINS-9785 : option to run maven in headless mode to avoid boring dock icon to jump and take the focus on OSX
-
Arnaud Héritier authored
JENKINS-9786 : Jenkins can read repositories definitions from Maven POMs to use the deploy task after the build. It's no more necessary to set/duplicate this information in the job configuration.
-
- May 30, 2011
-
-
Olivier Lamy authored
-
- May 28, 2011
-
-
Dimitri BAELI authored
-
bap2000 authored
-
- May 24, 2011
-
-
Olivier Lamy authored
-
- May 23, 2011
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- May 22, 2011
-
-
Christoph Kutzinski authored
-
Christoph Kutzinski authored
-
Christoph Kutzinski authored
[FIXED JENKINS-5044] catch FileNotFoundException if mojos are executed from a classes directory instead from a jar
-
- May 21, 2011
-
-
Andrew Bayer authored
Pull individual Dependencys out of DependencyGroups we see in BuildTrigger.execute and make sure to actually kick those builds off as well, so that we can have two different dependencies (say, for different parameters) from one upstream project to a single downstream project.
-
- May 20, 2011
-
-
Andrew Bayer authored
-
- May 19, 2011
-
-
Ulli Hafner authored
-
- May 17, 2011
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- May 16, 2011
-
-
Mirko Friedenhagen authored
Maven2/3 jobs using Maven3 in console output. With Maven3 the output format for mojos has changed: - Add a new Maven3MojoNote and use it in MavenConsoleAnnotator. - This is sufficient for Freestyle jobs running Maven2 or 3 and Maven2/3 jobs running Maven 2. - Maven2/3 jobs running Maven 3 are using ExecutionEventLogger for printing start of mojo execution to console.
-
Kohsuke Kawaguchi authored
-
- May 14, 2011
-
-
Kohsuke Kawaguchi authored
configurations This change introduces the necessary extension point. The implementation of this will be in a plugin.
-
- May 12, 2011
-
-
laurents59 authored
-
Kohsuke Kawaguchi authored
-
- May 11, 2011
-
-
Ulli Hafner authored
-
Kohsuke Kawaguchi authored
GlobalMatrixAuthorizationStrategy$DescriptorImpl.doCheckName
-
Kohsuke Kawaguchi authored
Fixed incorrect de-allocation of a classloader from the exported object table. The fix is a defense-in-depth; it prevents classloaders referenced in the object graph from doubly released, then we also make it impossible for bugs like this to deallocate the key classloader.
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- May 10, 2011
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- May 09, 2011
-
-
Kohsuke Kawaguchi authored
-
- May 06, 2011
-
-
Ulli Hafner authored
-
- May 02, 2011
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
result history page results in 404
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Apr 29, 2011
-
-
Kohsuke Kawaguchi authored
-
Seiji Sogabe authored
[FIXED JENKINS-9532] 404 when clicking in the weather report column of a build that hasn't yet been run
-
Mirko Friedenhagen authored
-
Mirko Friedenhagen authored
HistoryWidget.
-
- Apr 28, 2011
-
-
rseguy authored
-
- Apr 27, 2011
-
-
Kohsuke Kawaguchi authored
Some of our tags, such as <optionalBlock> and <dropdownList> involves grouping of sibling table rows, and controlling visibility of them. So when such tags nest to each other, the visibility updates need to be done carefully, or else the visibility could get out of sync with the model (imagine outer group is made visible while inner group is not visible --- if all the rows are simply enumerated and visibility changed, we end up making the inner group visible.) The rowVisibilityGroup object in hudson-behavior.js is used to coordinate this activity, and this test ensures that it's working.
-