- Feb 25, 2013
-
-
Jesse Glick authored
-
- Feb 23, 2013
-
-
Christoph Kutzinski authored
Fixes: Maven2 builds with non-standard test mojos failed.
-
- Feb 22, 2013
-
-
Jesse Glick authored
[FIXED JENKINS-16844] MenuItem.post allows context menu items like Build Now to send a POST request. Currently just shows a hover notification; TBD if there are use cases for displaying the response.
-
- Feb 17, 2013
-
-
Christoph Kutzinski authored
-
Kohsuke Kawaguchi authored
-
- Feb 16, 2013
-
-
Christoph Kutzinski authored
-
Kohsuke Kawaguchi authored
Traditionally, matrix axis values are only exposed as "build variables", and it was up to individual build steps and others to treat them equally like environment variables. However, in practice, this distinction between environment variables vs build variables didn't serve any useful purposes, and the down side (of some plugins only expanding env vars in the ${VAR} notation and not build variables) was probably bigger than whatever benefit this distinction was supposed to bring. In this fix, we are exposing matrix axis values also as environment variables. This will make them recognizable from plugins that only expand environment variables, such as parameterized trigger plugins as indicated in the original bug report. This was motivated by pull request #701 but fix was made differently.
-
Richard Mortimer authored
-
cynipe authored
-
Kohsuke Kawaguchi authored
Introduced ${ITEM_FULL_NAME} to address the ticket without causing the backward compatibility problem.
-
Jesse Glick authored
-
Jesse Glick authored
-
Kohsuke Kawaguchi authored
This is done by introducing a new base type 'BuildDiscarder' that's extensible. Plugins can implement their own logics.
-
- Feb 14, 2013
-
-
Kohsuke Kawaguchi authored
-
Christoph Kutzinski authored
-
Kohsuke Kawaguchi authored
This reverts commit e2168722.
-
- Feb 13, 2013
-
-
Kohsuke Kawaguchi authored
Fixed the HTTP request thread saturation problem with Winstone.
-
Kohsuke Kawaguchi authored
eval("") is no-op in IE but window.execScript("") isn't. So bring the uniformity outside
-
Kohsuke Kawaguchi authored
-
- Feb 12, 2013
-
-
Richard Mortimer authored
-
- Feb 11, 2013
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Feb 07, 2013
-
-
Nicolas De Loof authored
-
Jesse Glick authored
-
- Feb 06, 2013
-
-
Jesse Glick authored
-
- Feb 04, 2013
-
-
Kohsuke Kawaguchi authored
-
- Feb 02, 2013
-
-
Christoph Kutzinski authored
-
Christoph Kutzinski authored
-
Jesse Glick authored
-
- Feb 01, 2013
-
-
Jesse Glick authored
-
Christoph Kutzinski authored
-
- Jan 30, 2013
-
-
Jesse Glick authored
-
- Jan 28, 2013
-
-
Jesse Glick authored
-
Jesse Glick authored
-
- Jan 27, 2013
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
This was lost in 0f2737f8
-
- Jan 26, 2013
-
-
Jesse Glick authored
While several plugins implemented the interface under the old name, only core was checkcasting it.
-
- Jan 24, 2013
-
-
Jesse Glick authored
-
Jesse Glick authored
-
Olivier Lamy authored
-