- Sep 19, 2016
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Sep 18, 2016
-
-
Daniel Beck authored
-
Matthew Reiter authored
There were two issues preventing the build history from updating properly: 1) The next build number being fetched wasn't taking into account running builds, so any builds already running when the page is refreshed would be ignored. The fix was to use nextBuildNumberToFetch if it is available (which is the case if there are running builds) and to fall back to the next build otherwise. 2) The first transient build key (used to clear out builds from the history that are being updated) wasn't being set when the page first loads. This was fixed by making getHistoryPageFilter calculate the value so that it happens in all cases rather than just during the ajax call.
-
Jonathan Fuentes authored
-
lpancescu authored
* [JENKINS-10912] Use setInterval in refreshPart The current implementation of refreshPart creates a new closure every 5 seconds, which, in combination with XMLHttpRequest objects, results in a significant memory leak in all major browsers. By using window.setInterval to schedule periodic refreshes, only one closure per id is created. Please see issue #10912 in the Jenkins tracker for further details. * Stop periodical calls if we can't find the div * Don't check if isRunAsTest changed after page load
-
R. Tyler Croy authored
-
- Sep 17, 2016
-
-
Santiago Castro authored
-
Jesse Glick authored
-
- Sep 12, 2016
-
-
Daniel Beck authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Sep 09, 2016
-
-
Jesse Glick authored
-
Vincent Latombe authored
* [JENKINS-37857] Prompt user whether to add the job to the current view * [JENKINS-37857] Fix review items from @daniel-beck
-
Andrew Bayer authored
* [FIXED JENKINS-37731] Change symbol and constructor for SCMTrigger. Using "scm" as the @Symbol led to collisions with the "scm" global variable in Pipeline, so that had to go. Changed it to "pollScm". Also moved the @DataBoundConstructor to the single-parameter constructor, deprecated the two-parameter constructor, created a @DataBoundSetter for ignorePostCommitHooks, and added a getter for "scmpoll_spec" to fix snippet generator and general syntactic goodness. So now, with this, it's possible to do: properties([ pipelineTriggers([ pollScm('@daily') ]) ]) Tada. Tests for the snippet generator and job property stuff will be landing in a separate PR for workflow-multibranch. * Review comments. * Updating @since to 2.22
-
Kanstantsin Shautsou authored
For example when Descriptor was defined as field and without @Extension . Signed-off-by: Kanstantsin Shautsou <kanstantsin.sha@gmail.com>
-
Victor authored
-
- Sep 07, 2016
-
-
R. Tyler Croy authored
Use the appropriate 'Gear' icon on the Plugin Manager page
-
Oliver Gondža authored
Fix groovy test class declaration
-
R. Tyler Croy authored
This has annoyed me for long enough Fixes JENKINS-34250
-
- Sep 05, 2016
-
-
Oleg Nenashev authored
Summary of changes: * [JENKINS-36420](https://issues.jenkins-ci.org/browse/JENKINS-36420) - Allow setting up the the client idle timeout * Upgrade to the new parent POM * FindBugs cleanup, in particular https://github.com/jenkinsci/sshd-module/commit/66162e707189e6bda5708cf856e71b6130160cc1
-
Oliver Gondža authored
-
- Sep 04, 2016
-
-
Oleg Nenashev authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Sep 03, 2016
-
-
Oleg Nenashev authored
* [JENKINS-37874] - Log SEVERE messages if Jenkins does not reach COMPLETED stage during startup or reload * [JENKINS-37874] - Add Administrative monitor for the COMPLETED state * [JENKINS-37874] - Polish log messages
-
- Sep 02, 2016
-
-
Raphael Pionke authored
* make the icon of the script console configurable * we don't need an extra variable * use <j:choose>
-
valentina authored
* remove restriction to be able to ovverride the method in subclasses * since needs to be adjusted
-
Samuel Mehrbrodt authored
Add newline after the text in userContent/readme.txt
-
- Aug 31, 2016
-
-
Daniel Beck authored
-
- Aug 30, 2016
-
-
Vincent Latombe authored
-
Raphael Pionke authored
-
- Aug 29, 2016
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Aug 28, 2016
-
-
Oleg Nenashev authored
-
Oleg Nenashev authored
-
- Aug 27, 2016
-
-
csiden authored
-