- Aug 01, 2016
-
-
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"
-
Stephen Connolly authored
-
Stephen Connolly authored
-
- Jul 27, 2016
-
-
Stephen Connolly authored
-
Stephen Connolly authored
[FIXED JENKINS-36996] Hide the Java Web Start launcher when the TCP agent port is disabled
-
Alvaro Lobato authored
* [JENKINS-36908] Make sure that the All view is created * Revert old All view behaviour * Fix changed comment * Tests * Delete unwanted file.
-
Stephen Connolly authored
-
Jesse Glick authored
-
Stephen Connolly authored
-
Stephen Connolly authored
[JENKINS-36871] Allow accessing instance identity from core
-
Stephen Connolly authored
-
Stephen Connolly authored
-
Stephen Connolly authored
[JENKINS-36923] Give ownership of bcpkix dependency to bouncycastle-apl plugin
-
Stephen Connolly authored
- We are committed to this now that bouncycastle-api 2.16.0 has been released
-
- Jul 26, 2016
-
-
Keith Zantow authored
* [FIXED JENKINS-34882] Honor non-default update sites during install * Fix pluginSetupWizard tests * Fix lint
-