- Aug 06, 2016
-
-
Daniel Beck authored
-
Daniel Beck authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
[FIXED JENKINS-37223]
-
Kohsuke Kawaguchi authored
report the server's address, too
-
Kohsuke Kawaguchi authored
-
- Aug 05, 2016
-
-
Kohsuke Kawaguchi authored
Added a simple diagnostic HTTP response to the TcpSlaveAgentListener.
-
- Aug 02, 2016
-
-
DJ Lee authored
* [FIXED JENKINS-31791] Optimize BuildHistoryWidget Refactor HistoryPageFilter to lazily evaluate an iterable of previous runs, instead of instantiating a super long list of builds. Instantiating the whole list can be problematic with lots of historical builds especially if disk IO is slow.
-
- Aug 01, 2016
-
-
Oleg Nenashev authored
* Move FindBugs call to the parent POM, always run it and generate XMLs * Update FindBugs to 3.0.4 * Filter away Stream encoding issues * Rework FindBugs definitions according to comments from @jtnord * Generalize configuration, findbugs:findbugs now takes it. * Add TODOs to FindBugs excludes file * Remove explicit failOnError * Fix the typo spotted by @jtnord
-
Daniel Beck authored
-
Daniel Beck authored
-
Pierre Dal-Pra authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
Kohsuke Kawaguchi authored
-
- Jul 30, 2016
-
-
Jakub Cechacek authored
-
Daniel Beck authored
[JENKINS-21486] Fix plugin dependencies resolution, second round.
-
- Jul 29, 2016
-
-
Vincent Latombe authored
version
-
Vincent Latombe authored
-
Vincent Latombe authored
version
-
Vincent Latombe authored
-
Vincent Latombe authored
missing
-
Vincent Latombe authored
messages between console and administrative monitor
-
Felix Belzunce Arcos authored
-
Vincent Latombe authored
-
Vincent Latombe authored
* Check that dependencies are enabled. A disabled optional dependency will not prevent a plugin from loading. * Check versions of dependencies declared by a plugin before loading it. If any dependency (even optional) is older than what is required, then the plugin isn't loaded. This should prevent use cases where a plugin is loaded but one of its dependencies is too old so that : * its @Extension annotated classes cannot be loaded, causing the full Jenkins to blow up with crapload of exceptions which are tedious to investigate to understand the root cause. * NoSuchMethodError and the likes at runtime even though boot has completed. Version check (for setups where version list is manually crafted but yet works) can be disabled by starting Jenkins with -Dhudson.PluginWrapper.dependenciesVersionCheck.enabled=true Minor fixes done while implementing this change : * Fix version parsing in PluginWrapper.Dependency * Dynamic plugin load didn't check for disabled flag
-
Stephen Connolly authored
-
Stephen Connolly authored
[JENKINS-37032] Add a UI to allow controlling enabled agent protocols
-
Stephen Connolly authored
-
Stephen Connolly authored
-
Stephen Connolly authored
- Also switch the A/B testing of JNLP3-connect to via opt-in - Also mark that JNLP3-connect will be deprecated by JENKINS-36871 - Also start A/B testing the disabling of JNLP-connect and CLI-connect (should be well safe by now)
-
Stephen Connolly authored
-
Stephen Connolly authored
-
- Jul 28, 2016
-
-
Stephen Connolly authored
[FIXED JENKINS-37041] Ensure that detached plugins are always at least their minimum version
-
Jesse Glick authored
[JENKINS-29922] Correct the default value handling of ArtifactArchiver.excludes
-
Stephen Connolly authored
-
Stephen Connolly authored
-
Jesse Glick authored
Tests are not run unless the class name ends with "Test"
-