- Sep 23, 2016
-
-
Sam Van Oort authored
Remove the broken packaging testing temporarily
-
- Sep 22, 2016
-
-
Daniel Beck authored
-
Daniel Beck authored
[FIX JENKINS-38391] Show admin monitors on most URLs
-
Daniel Beck authored
-
Daniel Beck authored
* [FIX JENKINS-18114] Exclude /cli URL from crumb requirement * [JENKINS-18114] Fix test: Don't send the crumb The CLI doesn't do this either.
-
Daniel Beck authored
[JENKINS-32148] - Add :hover to all stripped table rows
-
- Sep 21, 2016
-
-
Daniel Beck authored
- Add tooltip to notification button - Move CSS/JS into an adjunct - Check adcitve admin monitors status last - Don't show on /configure URL
-
Jesse Glick authored
-
R. Tyler Croy authored
This code can come back, IMO, after @svanoort and I fix the unpleasant/broken tight-coupling between this Jenkinsfile and Groovy code floating around in the jenkinsci/packaging repository
-
R. Tyler Croy authored
This needs to be reworked a bit to accomodate more modern versions of Jenkins Pipeline
-
Yoann Dubreuil authored
* [JENKINS-35184] Servlet API dependent bits in a inner-class This is in order to avoid loading ServletContextListener class from slaves classloader. * [JENKINS-35184] Don't use SystemProperties while initializing remote agents This rolls back the previous commit and introduces a new way to construct RingBufferLogHandler which avoids relying on SystemProperties to get the default size. * [JENKINS-35184] Mark SystemProperties as OnMaster only class Adding `OnMaster` annotation does not prevent the class from being loaded on remote agent but it gives a hint that this class should not be used on a remote agent. * [JENKINS-35184] Set SLAVE_LOG_HANDLER at the very beginning In the previous code cleaning existing log handlers, SLAVE_LOG_HANDLER is always null, as static fields are scoped by classloader.
-
Oliver Gondža authored
Present stacktrace when throwable attached to Descriptor.FormException
-
Oliver Gondža authored
-
Daniel Beck authored
-
- Sep 20, 2016
-
-
Daniel Beck authored
[FIX JENKINS-38301] Add configuration for disabling admin monitors
-
Oliver Gondža authored
-
- Sep 19, 2016
-
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
R. Tyler Croy authored
Let Maven decide the appropriate amount of concurrency
-
- Sep 18, 2016
-
-
R. Tyler Croy authored
-
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
-
Daniel Beck authored
Add display name for all admin monitors in core.
-
- 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
-